Subchapter 21.130
references/services/functions/templates/recipes/servicebus/README.mdMarkdown1 KBView on GitHub
Service Bus queue/topic trigger with managed identity authentication.
Resource filter: servicebus
Discover templates via MCP tool or CDN manifest where resource == "servicebus" and language matches user request.
Cause: RBAC role assignment hasn’t propagated to Service Bus data plane.
Solution: Wait 30-60 seconds after provisioning, or restart the function app.
Cause: Missing UAMI credential settings.
Solution: Ensure all three settings are present in app configuration:
ServiceBusConnection__fullyQualifiedNamespaceServiceBusConnection__credential (value: managedidentity)ServiceBusConnection__clientIdSee Service Bus trigger connections (opens in a new tab) for identity-based config — refer to the “Connections” section on that page for managed identity app settings.
| Path | Description |
|---|---|
| eval/summary.md | Evaluation summary |
| eval/python.md | Python evaluation results |
| eval/typescript.md | TypeScript evaluation results |