mirror of https://github.com/dapr/docs.git
Add quotes to the connectionString
Adding quotes to the connectionString for Service Bus to work
This commit is contained in:
parent
0d52ce53a4
commit
0b3320b589
|
@ -9,7 +9,7 @@ spec:
|
|||
type: bindings.azure.servicebusqueues
|
||||
metadata:
|
||||
- name: connectionString
|
||||
value: sb://************
|
||||
value: "sb://************"
|
||||
- name: queueName
|
||||
value: queue1
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue