mirror of https://github.com/dapr/docs.git
Fix Event Hubs spec example (#292)
This commit is contained in:
parent
7fef59a83d
commit
b7c5cab4f0
|
@ -9,7 +9,7 @@ spec:
|
|||
type: bindings.azure.eventhubs
|
||||
metadata:
|
||||
- name: connectionString
|
||||
value: https://<address>
|
||||
value: Endpoint=sb://*****************
|
||||
- name: consumerGroup # Optional
|
||||
value: group1
|
||||
- name: messageAge
|
||||
|
|
Loading…
Reference in New Issue