Add quotes to the connectionString

Adding quotes to the connectionString for Service Bus to work
This commit is contained in:
fvillellr 2020-04-14 12:24:33 -05:00 committed by GitHub
parent 0d52ce53a4
commit 0b3320b589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ spec:
type: bindings.azure.servicebusqueues
metadata:
- name: connectionString
value: sb://************
value: "sb://************"
- name: queueName
value: queue1
```
@ -17,4 +17,4 @@ spec:
- `connectionString` is the Service Bus connection string.
- `queueName` is the Service Bus queue name.
> **Note:** In production never place passwords or secrets within Dapr components. For information on securely storing and retrieving secrets refer to [Setup Secret Store](../../../howto/setup-secret-store)
> **Note:** In production never place passwords or secrets within Dapr components. For information on securely storing and retrieving secrets refer to [Setup Secret Store](../../../howto/setup-secret-store)