Azure Event Hubs
Azure Event Hubs is a big data streaming platform and event ingestion service that can receive and process millions of events per second. It provides a distributed stream processing platform with low latency and seamless integration with Azure data and analytics services.
APIs
Azure Event Hubs REST API
REST API for managing Event Hubs namespaces, event hubs, consumer groups, and sending/receiving events.
Azure Event Hubs Data Plane API
API for sending and receiving events from Event Hubs.
Azure Event Hubs Messaging API
Event-driven messaging API for publishing and consuming events via AMQP 1.0, Kafka, and HTTPS protocols. Supports partitioned event streams, consumer groups, and publisher polic...
Azure Event Hubs SDK
Client libraries for various programming languages to interact with Event Hubs.
Collections
Arazzo Workflows
Microsoft Azure Event Hubs Configure Geo-Disaster Recovery Pairing
Create a Geo-DR alias pairing a primary namespace to a secondary, then poll the configuration until replication provisioning succeeds.
ARAZZOMicrosoft Azure Event Hubs Configure Event Hub Capture to Blob Storage
Create an event hub with Avro capture enabled to an Azure Blob container, then read it back to confirm capture is active.
ARAZZOMicrosoft Azure Event Hubs Create an Event Hub with a Consumer Group
Create an event hub in an existing namespace, add a consumer group, and confirm the consumer group is listed.
ARAZZOMicrosoft Azure Event Hubs Lock Down a Namespace Network
Apply a default-deny network rule set with an IP allow rule to a namespace, then read it back to confirm the deny posture.
ARAZZOMicrosoft Azure Event Hubs Provision an Authorization Rule and Retrieve Keys
Create a namespace shared access authorization rule with the requested rights, then fetch its connection strings and keys.
ARAZZOMicrosoft Azure Event Hubs Provision a Namespace with an Event Hub
Create an Event Hubs namespace, wait for it to finish provisioning, then create an event hub inside it.
ARAZZOMicrosoft Azure Event Hubs Register a Schema Registry Group
Create an Avro schema group in a namespace's schema registry with a compatibility mode, then read it back to confirm registration.
ARAZZOMicrosoft Azure Event Hubs Rotate Namespace Keys
Capture the current connection strings for an authorization rule, regenerate one of the keys, and read back the new credentials.
ARAZZOPricing Plans
Rate Limits
FinOps
Event Specifications
Azure Event Hubs Messaging API
Azure Event Hubs is a big data streaming platform and event ingestion service that can receive and process millions of events per second. This AsyncAPI specification describes t...
ASYNCAPI