Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Prepare Azure environments for new workloads—subscriptions, networking, identity, and landing zones
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/services/functions/templates/recipes/eventhubs/README.md
1# Event Hubs Recipe23Event Hubs streaming trigger with managed identity authentication.45## Template Selection67Resource filter: `eventhub`8Discover templates via MCP or CDN manifest where `resource == "eventhub"` and `language` matches user request.910## Troubleshooting1112### "Unauthorized" or "Forbidden" Errors1314**Cause:** Missing UAMI credential settings for Event Hubs.15**Solution:** Ensure all three settings are present in app configuration:1617- `EventHubConnection__fullyQualifiedNamespace`18- `EventHubConnection__credential` (value: `managedidentity`)19- `EventHubConnection__clientId`2021See [Event Hubs trigger connections](https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-trigger#connections) for identity-based config — refer to the **"Connections"** section on that page for managed identity app settings.2223### Events Not Arriving2425**Cause:** Consumer group or checkpoint storage misconfigured.26**Solution:** Verify the Event Hubs consumer group exists and the function has `Azure Event Hubs Data Receiver` role on the namespace.2728## Eval2930| Path | Description |31|------|-------------|32| [eval/summary.md](eval/summary.md) | Evaluation summary |33| [eval/python.md](eval/python.md) | Python evaluation results |34