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
Create the event hub as a nested resource within the namespace using the requested partition count.
2
createConsumerGroup
Create the consumer group on the new event hub, attaching the supplied user metadata.
3
listConsumerGroups
List the consumer groups on the event hub to confirm the newly created group is registered.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.