We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue tracks enablement of initial set of messaging services: Event Hubs and Service Bus.
Managed identity is enabled by default.
Definition:
resources: event-hubs type: messaging.eventhubs hubs: - events
Binding environment variables:
AZURE_EVENT_HUBS_NAME
AZURE_EVENT_HUBS_HOST
resources: service-bus type: messaging.servicebus queues: - myQueue topics: - myTopic
AZURE_SERVICE_BUS_NAME
AZURE_SERVICE_BUS_HOST
azd add
The text was updated successfully, but these errors were encountered:
weikanglim
No branches or pull requests
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:
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
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
The text was updated successfully, but these errors were encountered: