How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

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 policies.

This event API exposes 5 operations across 3 channels, and defines 6 schemas. It is described by AsyncAPI 2.6.0, at version 1.0.0.

The API connects through 3 servers: {namespaceName}.servicebus.windows.net (amqp), {namespaceName}.servicebus.windows.net:9093 (kafka), {namespaceName}.servicebus.windows.net (https).

5 operations 3 channels 6 schemas

Metadata

The identity and technical contract details declared by the specification.

Specification
AsyncAPI 2.6.0
API Version
1.0.0
Base URL
https://{namespace}.servicebus.windows.net
Resource Areas
1

Channels & Operations 5

Across 3 channels, the API surfaces 5 operations. Each is listed below with its action, channel, parameters, and response codes.

Channels 5
SUB
{eventHubName}
Consume events from event hub
consumeEvent 1 param body
PUB
{eventHubName}
Publish event to event hub
publishEvent 1 param body
SUB
{eventHubName}/partitions/{partitionId}
Consume events from specific partition
consumePartitionEvent 2 params body
PUB
{eventHubName}/partitions/{partitionId}
Publish event to specific partition
publishPartitionEvent 2 params body
PUB
{eventHubName}/publishers/{publisherId}
Publish event with publisher identity
publishEventWithPublisherId 2 params body

Messages & Schemas 6

The contract defines 6 schemas that model the data carried by its messages. The most detailed are ReceivedEventData (3 properties), EventData (3 properties). Each schema is shown below with its type and property counts.

EventMessage
message
An event published to Azure Event Hubs.
BatchEventMessage
message
A batch of events published to Azure Event Hubs.
ReceivedEventMessage
message
An event received from Azure Event Hubs.
EventData
object
The event data payload sent to Azure Event Hubs. The body can contain any serialized data.
3 properties
BatchEventData
array
An array of event messages for batch transmission. Each item represents a single event within the batch.
ReceivedEventData
object
The event data received from an Azure Event Hub partition. Includes the original event body, user properties, and system-assigned properties.
3 properties

Specification

The full machine-readable AsyncAPI contract behind this narrative.

Source

azure-event-hubs-messaging-asyncapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Azure Event Hubs Messaging API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.