mirror of https://github.com/dapr/docs.git
Update setup-azure-eventhubs.md (#629)
This commit is contained in:
parent
e50322adbb
commit
9980d7517b
|
@ -32,6 +32,11 @@ See [here](https://docs.microsoft.com/en-us/azure/event-hubs/authorize-access-sh
|
||||||
|
|
||||||
The above example uses secrets as plain strings. It is recommended to use a secret store for the secrets as described [here](../../concepts/secrets/README.md)
|
The above example uses secrets as plain strings. It is recommended to use a secret store for the secrets as described [here](../../concepts/secrets/README.md)
|
||||||
|
|
||||||
|
## Create consumer groups for each subscriber
|
||||||
|
|
||||||
|
For every Dapr app that wants to subscribe to events, create an Event Hubs consumer group with the name of the `dapr id`.
|
||||||
|
For example, a Dapr app running on Kubernetes with `dapr.io/id: "myapp"` will need an Event Hubs consumer group named `myapp`.
|
||||||
|
|
||||||
## Apply the configuration
|
## Apply the configuration
|
||||||
|
|
||||||
### In Kubernetes
|
### In Kubernetes
|
||||||
|
|
Loading…
Reference in New Issue