Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compose: messaging - event hubs and service bus #4742

Open
weikanglim opened this issue Jan 31, 2025 · 0 comments
Open

compose: messaging - event hubs and service bus #4742

weikanglim opened this issue Jan 31, 2025 · 0 comments
Assignees
Labels
compose composability
Milestone

Comments

@weikanglim
Copy link
Contributor

weikanglim commented Jan 31, 2025

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
@weikanglim weikanglim added the compose composability label Jan 31, 2025
@weikanglim weikanglim added this to the Apr 2025 milestone Jan 31, 2025
@weikanglim weikanglim self-assigned this Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compose composability
Projects
None yet
Development

No branches or pull requests

1 participant