When will Event grid Partner Topics support TLS 1.3
When setting up an Event Grid Partner Topic, the Transport Layer Security option only provides selection for TLS up to 1.2. If I change my web app to require TLS 1.3 the subscription stops working. When will event grid partner topics be updated to enable…
Azure Event Grid
Why is this push notification payload not valid for ACS iOS library
Based on this link: https://github.com/Azure-Samples/azure-communication-services-calling-event-grid/blob/main/add-calling-push-notifications-event-grid/ACSCallingNativeRegistrarLite/Models/PushNotificationInfo.cs I am sending a payload that is a…
Azure Communication Services
Azure Event Grid

Internal Server Error when creating/updating Event Grid Scoped Event Subscription
Details: I am encountering an internal server error when trying to create or update a scoped Event Grid event subscription via Terraform. Scope:…
Azure Event Grid
Azure Function in Container App Webhook validation handshake fails
Hello Trying to provision a eventgrid subscription I get the following error: ERROR:…
Azure Functions
Azure Event Grid
Azure Container Apps
Azure KeyValut Secret Expired Event Not Getting Fired
Hi, I have a secret stored in azure key vault with an expired date , I want to be notified when the secret near be expired (30 days after the expiration date). To do that, i used Azure Event Grid to listen the key vault secret event with…
Azure Key Vault
Azure Monitor
Azure Event Grid
'EndpointType' parameters not found while running automation script for Event grid subscription
Hi, I am trying to automate storage account creation with stroage queue and also configuring Event Grid subscription to forward events. But when the script tries to create event grid, the script fails with a 'parameter not found' error when configuring…
Azure Event Grid
Deployment has failed with the following error: MinimumTlsVersion is not supported by webhook endpoint
Trying to create Webhook Endpoint for Event Subscription but getting error. We have configured Event Grid System Topic. Tried selecting/deselecting all options in TLS (under Additional Features) but no luck. Our existing Event subscriptions do not have…
Azure Event Grid
Azure Function App Erro
Hi Everyone, I am currently working as a newcomer in the realm of Azure Digital Twins. I am reaching out to seek your expertise on a particular issue I've encountered. I am pleased to say that I have successfully managed to transmit data into the Azure…
Azure Event Grid
How do I configure the event grid so I can pull SMS events generated by the Comm. Service?
I do not want to use webhooks but to pull the SMS events when I need them. How do I configure the Event Grid Resource in my tenant to do this? Thanks Daniel
Azure Event Grid
Why does Event Grid subscription validation fail permanently with no retry if endpoint is cold?
When creating an Azure Event Grid subscription to a WebHook or Azure Function endpoint, if the endpoint is temporarily unavailable (e.g., cold start, DNS delay), the validation request fails, and the subscription enters a provisioningState =…
Azure Event Grid


How to remove resources stuck in Updating-state?
I have an event grid that is stuck in Updating-state and i cannot delete it. What can i do to get it deleted?
Azure Event Grid
Event Grid Event Subscription - Webhook URI Inconsistent
When I am looking at the UI for my "Event Subscription" the URI for the webhook is broken. It has reset to a previous state, and now I cannot trust what value is there. I have two windows open, and when I hard refresh both of them they each…
Azure Event Grid
IoT Hub to EventGrid DeviceStatus change notification fails with error
I’ve set up integration for DeviceConnectionStatus changes using Event Grid for the IoT Hub we’re using. However, I’ve noticed some errors occurring during the process. Some of the errors observed include: httpStatusCode=InternalServerError,…
Azure Event Grid

How can I read/subscribe to events in Azure eventgrid from python 3.8
I'm trying to read/subscribe to events from Azure Eventgrid usiong python. I have no issues publishing messages over to Eventgrid. However, I'm not able to connect and receive those messages on the other side. This is the error I keep…
Azure Event Grid
How can I deliver Azure Event Grid events across tenants to a webhook using Managed Identity?
I’m trying to set up cross-tenant delivery of Event Grid events to a webhook endpoint secured with a Managed Identity, but the only example in the docs shows delivery to a Storage Queue. The webhook scenario is currently in Public Preview. I’ve read…
Azure Event Grid
Post HTTP messages to a MQTT TopicSpace in Event Grid Namespace
Is it possible to post messages to a TopicSpace in Event Grid Namespace? We would like to publish messages to MQTT TopicSpace on the Event Grid Namespace from an Azure Logic App, which can then be consumed by subscribers: When trying the following…
Azure Event Grid
Azure Event Grid fails with 500 Internal Server Error when trying to create an Event Grid channel
Status code 500, "{"error":{"code":"InternalServerError","message":"The operation failed due to an internal server error. The initial state of the impacted resources (if any) are restored. Please try…
Azure Event Grid
Azure EventGrid Namespace topic array filtering
Does Azure EventGrid Namespace topics have advanced filters to search arrays inside of the data object? This documentation seems to indicate so, but the ARM documentations do not show it. …
Azure Event Grid
ARM Deployment failed with internal server error on Eventgrid Topic resource
We get an failed deployment using ARM Template to deploy a EventGrid Topic Resource. The resource already exist but since it is an incremental deployment that shouldn't be the problem. The error we get is this... 2025-06-24T08:18:31.1904932Z…
Azure Event Grid
Publish events from Event Grid Topics to Event Grid Topic Spaces
Is it possible to publish/forward events received on Event Grid Topics (Namespace or Custom) to Event Grid Topic Spaces (MQTT Broker)? Please can you point to me to the documentation?