mirror of https://github.com/dapr/docs.git
Clarify Service Bus Queues Binding to illustrate that Endpoint= is required
This commit is contained in:
parent
0b256fee2e
commit
0f67a93eb5
|
|
@ -18,7 +18,7 @@ spec:
|
|||
version: v1
|
||||
metadata:
|
||||
- name: connectionString
|
||||
value: "sb://************"
|
||||
value: "Endpoint=sb://************"
|
||||
- name: queueName
|
||||
value: queue1
|
||||
- name: ttlInSeconds
|
||||
|
|
|
|||
Loading…
Reference in New Issue