Azure Event Hubs · Arazzo Workflow
Microsoft Azure Event Hubs Create an Event Hub with a Consumer Group
Version 1.0.0
Create an event hub in an existing namespace, add a consumer group, and confirm the consumer group is listed.
View Spec
View on GitHub
Big DataEvent StreamingIoTMessage IngestionReal-Time ProcessingArazzoWorkflows
Provider
Workflows
create-event-hub-with-consumer-group
Create an event hub and a consumer group, then verify the group exists.
Creates an event hub in the target namespace, creates a named consumer group on it, and lists the consumer groups to assert the created group is present.
1
createEventHub
EventHubs_CreateOrUpdate
Create the event hub as a nested resource within the namespace using the requested partition count.
2
createConsumerGroup
ConsumerGroups_CreateOrUpdate
Create the consumer group on the new event hub, attaching the supplied user metadata.
3
listConsumerGroups
ConsumerGroups_ListByEventHub
List the consumer groups on the event hub to confirm the newly created group is registered.