An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
Thank you for reaching out to Microsoft Q&A
- Webhook validation: Ensure your endpoint responds correctly to Event Grid validation (POST
SubscriptionValidationEventor CloudEventsOPTIONS) and is publicly reachable during creation. Refer: https://learn.microsoft.com/azure/event-grid/troubleshoot-subscription-validation - Managed Identity auth: Configure the Event Grid subscription to use the correct audience/App ID URI and grant the identity the required permissions on the destination API.
- Cross‑tenant setup: Create the right app registration/federated identity and assign required RBAC roles on the target resource in the destination tenant. https://learn.microsoft.com/en-us/answers/questions/5638242/event-grid-cross-tenant-delivery-using-managed-ide https://learn.microsoft.com/entra/workload-id/workload-identity-federation
- Network rules: Allow Event Grid through firewalls/VNets (enable Allow trusted services) or switch to system‑assigned managed identity where required. https://learn.microsoft.com/azure/event-grid/network-security https://learn.microsoft.com/azure/service-bus-messaging/service-bus-firewalls