Azure Event Hubs · Arazzo Workflow
Microsoft Azure Event Hubs Configure Event Hub Capture to Blob Storage
Version 1.0.0
Create an event hub with Avro capture enabled to an Azure Blob container, then read it back to confirm capture is active.
View Spec
View on GitHub
Big DataEvent StreamingIoTMessage IngestionReal-Time ProcessingArazzoWorkflows
Provider
Workflows
configure-event-hub-capture
Create an event hub with Avro capture to a blob container and verify it.
Creates an event hub with capture enabled to the supplied storage account and container, then reads the event hub to confirm captureDescription.enabled is true.
1
createEventHubWithCapture
EventHubs_CreateOrUpdate
Create the event hub with an Avro capture description that archives events to the supplied storage account and blob container.
2
confirmCapture
EventHubs_Get
Read the event hub back and assert that the capture description reports as enabled.