Update setup-azure-eventhubs.md (#629)

This commit is contained in:
Yaron Schneider 2020-06-05 15:13:28 -07:00 committed by GitHub
parent e50322adbb
commit 9980d7517b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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)
## 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
### In Kubernetes