Skip to content

compose: messaging - event hubs and service bus #4742

Description

@weikanglim

This issue tracks enablement of initial set of messaging services: Event Hubs and Service Bus.

Schema

Managed identity is enabled by default.

Event Hubs

Definition:

resources:
  event-hubs
    type: messaging.eventhubs
    hubs:
    - events

Binding environment variables:

  • AZURE_EVENT_HUBS_NAME - Name of the Event Hubs namespace (Java clients)
  • AZURE_EVENT_HUBS_HOST - Hostname of the Event Hubs namespace (most other languages)

Service Bus

resources:
  service-bus
    type: messaging.servicebus
    queues:
    - myQueue
    topics:
    - myTopic

Binding environment variables:

  • AZURE_SERVICE_BUS_NAME - Name of the Service Hub namespace (Java clients)
  • AZURE_SERVICE_BUS_HOST - Hostname of the Service Hub namespace (most other languages)

UI

azd add

Screen.Recording.2025-01-30.at.4.30.15.PM.mov

Metadata

Metadata

Assignees

Labels

No labels
No labels

Fields

No fields configured for Feature.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions