Azure Events Hub
To setup Azure Event Hubs pubsub create a component of type . See this guide on how to create and apply a pubsub configuration.
Warning
Follow the instructions here on setting up Azure Event Hubs. Since this implementation uses the Event Processor Host, you will also need an . Follow the instructions here to manage the storage account access keys.
For every Dapr app that wants to subscribe to events, create an Event Hubs consumer group with the name of the . For example, a Dapr app running on Kubernetes with dapr.io/app-id: "myapp"
will need an Event Hubs consumer group named myapp
.
- Read this guide for instructions on configuring pub/sub components