439 questions with Azure Event Grid tags

Sort by: Updated
0 answers

Cannot locate Event Grid Topic resource, despite having working endpoint and key

Hello, I am currently using an Event Grid topic to send events to my Azure Function App, and everything is working correctly — I can send events to the topic using the endpoint and access key, and the Function App receives and handles the events…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-05-01T22:03:22.4266667+00:00
Emma Wang 0 Reputation points
commented 2025-05-02T07:31:03.28+00:00
Sander van de Velde | MVP 36,146 Reputation points MVP
1 answer

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
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-04-15T05:46:06.4566667+00:00
Sereena Kurunkadan 0 Reputation points
commented 2025-05-02T04:26:15.68+00:00
VenkateshDodda-MSFT 24,671 Reputation points Microsoft Employee
1 answer

Self-signed CER

I am deploying a container application that consumes MQTT messages from Event Grid and publishes to other MQTT brokers. In testing Event Grid, I created self-signed certs and subscribed to Event Grid using MQTT Explorer. I am able to publish and consume…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-04-29T23:39:45.4766667+00:00
Mark Pope 50 Reputation points
commented 2025-05-01T18:27:09.6133333+00:00
Sander van de Velde | MVP 36,146 Reputation points MVP
2 answers

Activating Custom JWT authentication causes Internal Server Error

Activating Custom JWT Authentication results in the following error: "Update of your namespace failed with the following error: "The operation failed due to an internal server error. The initial state of the impacted resources (if any) are…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-03-25T07:45:03.7+00:00
Lichtblau, Martin 0 Reputation points
commented 2025-04-29T09:42:00.89+00:00
Sander van de Velde | MVP 36,146 Reputation points MVP
1 answer One of the answers was accepted by the question author.

How to receive MQTT payload in JSON in Azure Function subscribed to Event Grid using Python?

I configured Azure Event grid with namespace and enabled MQTT broker. I want to receive the MQTT messages including JSON payload using Azure Function App in Python language. The exemplary code provided in the EventGrid trigger example returns topic of…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-04-24T21:45:13.0266667+00:00
Pawel Czop 20 Reputation points
accepted 2025-04-26T14:13:47.2133333+00:00
Pawel Czop 20 Reputation points
1 answer

Filtering EventGrid Topic MQTT Messages

I need to subscribe to an external MQTT broker and publish MQTT messages received from the Azure Event Grid. I created a Function App that triggers on MQTT messages. The function app must interrogate each message and call one of several MQTT clients…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-04-23T16:50:13.8433333+00:00
Mark Pope 50 Reputation points
commented 2025-04-24T06:06:12.83+00:00
Sander van de Velde | MVP 36,146 Reputation points MVP
0 answers

How to set Bearer token authentication between system topic and B2 service with Event as webhook

I want to set the push delivery mode by using system grid, the flow will be like: event hub ->system topic->webhook, so when new data ingested into eventhub, it will be pushed to the webhook directly. I will set microsoft B2 service as the webhook…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-03-31T07:38:35.0466667+00:00
Liangjun Hu 20 Reputation points Microsoft Employee
edited a comment 2025-04-24T01:02:11.5933333+00:00
Shireesha Eeraboina 2,815 Reputation points Microsoft External Staff
0 answers

How to enable MQTT broker authentication logs for Azure Event Grid?

I have a problem with connecting intelligent camera to Azure Event Grid MQTT Broker using client certificate. I'd like to see the detailed debug logs of connection using client certificate of the broker similarly as I can see it on Mosquitto. In…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-03-21T10:46:04.79+00:00
Pawel Czop 20 Reputation points
commented 2025-04-23T09:10:00.7833333+00:00
Khadeer Ali 4,960 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Management operations on Event Grid fails with "Internal Error"

We are using EventGrid and have seen an increase in errors the last week. The errors look like this { "id":…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2023-08-29T08:57:27.01+00:00
Kristoffer Steen Pagels 25 Reputation points
commented 2025-04-22T11:34:05.11+00:00
Srinivasulu Pamulapati 0 Reputation points
1 answer One of the answers was accepted by the question author.

Understanding Event Grid Metrics

I've been publishing 4k messages/min for several days. Metrics show no failures for delivery. The published and delivered graphs showed uniform lines. Recently I'm getting sawtooth patterns. My test clients consuming data show accurate message counts.…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-04-17T15:18:55.1566667+00:00
Mark Pope 50 Reputation points
accepted 2025-04-21T15:21:04.56+00:00
Mark Pope 50 Reputation points
1 answer One of the answers was accepted by the question author.

Event grid Domain to Webhook endpoint connection

I want a Subscriber Webhook endpoint to access the events from my Event grid domain. This subscriber url is in a private network Vnet A (MIP-vnet). I have created a private endpoint for my Event grid domain in Vnet B (DBcore-vnet). Vnet A & Vnet B…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-03-31T06:39:56.1633333+00:00
Pratima Patil 50 Reputation points
edited a comment 2025-04-09T16:01:58.45+00:00
Pratima Patil 50 Reputation points
2 answers

Problems with MQTT client subscriber and Azure Event Grid

I have two MQTT Java clients that are using different Service Principals for authentication, a publisher and a subscriber. The subscriber uses and async class that listens and should print out received MQTT messages. When I publish 10 MQTT message from…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-04-07T23:41:24.9833333+00:00
Mark Pope 50 Reputation points
answered 2025-04-08T06:48:15.4466667+00:00
Shireesha Eeraboina 2,815 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

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
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2024-04-29T15:01:13.56+00:00
Jayashri Goddanti 45 Reputation points
edited the question 2025-04-07T09:25:01.3766667+00:00
Jayashri Goddanti 45 Reputation points
2 answers

How can I crate a partner topic for receiving Entra ID events with IoC?

Hello there, I follow this tutorial to receive Entra ID events through Event Grid Partner Topics: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/event-grid/subscribe-to-microsoft-entra-id-events-portal.md I would like to automate this…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-03-02T18:57:47.6633333+00:00
Rudolf Biczok 0 Reputation points
edited a comment 2025-03-11T10:04:33.1166667+00:00
Shireesha Eeraboina 2,815 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Azure stream analytics

I get this error when I want to display the data generated from this script

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
711 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,449 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
390 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,848 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2023-10-19T13:35:01.65+00:00
Given Mnisi 40 Reputation points
commented 2025-03-10T18:52:01.63+00:00
Prakash Mj 20 Reputation points
1 answer

How to trigger a container app webhook that is running inside a privat vnet by an event grid webhook subscription?

I have a container app running inside a private vnet. I want to set up an event grid subscription webhook to trigger this app without opening up the container app to requests from the public internet.

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
625 questions
asked 2025-02-26T10:48:22.26+00:00
Simon Blomsterlund 0 Reputation points
edited a comment 2025-03-10T11:48:59.63+00:00
Sampath 2,345 Reputation points Microsoft External Staff
2 answers

Event Grod Topics and TLS Version

We received a MS security advisory to update our Topics to TLS1.2. Our Event Grid instance contains no Custom Topics, though it does contain System Topics. The instructions their advisory refer us to the API documentation for System Topics. But the GET…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2024-08-21T05:26:12.4966667+00:00
Paul Chambers (Admin) 90 Reputation points
edited an answer 2025-03-04T06:25:49.2266667+00:00
Gallatin 21V 186 Reputation points
0 answers

How to debug WolfSSL connection with Azure Event Grid

Dear all, I'm having trouble to connect to Azure Event Grid using PahoMQTT/WolfSSL. From what I can tell using WireShark, the connection fails during the TLS negotiation. The same device, however, can connect without any problems to public MQTT brokers…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-02-12T14:06:58.22+00:00
Olaf Leidinger 0 Reputation points
commented 2025-03-04T02:17:06.75+00:00
Sai Prabhu Naveen Parimi 1,255 Reputation points Microsoft External Staff
1 answer

Understanding MQTT Session Overflow in Azure Event Grid

I have a question about the buffering capabilities of Azure Event Grid in relation to MQTT. The documentation states the following about Session Overflow: MQTT broker maintains a queue of messages for each active MQTT session that isn't connected…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-02-17T10:37:52.8933333+00:00
Anouk 0 Reputation points
commented 2025-02-24T07:46:40.2233333+00:00
Khadeer Ali 4,960 Reputation points Microsoft External Staff
0 answers

How to setup custom JWT authentication with Azure Event Grid namespace

Hello, I am trying to configure custom JWT based authentication for MQTT clients as described in this guide Authenticate with namespaces using JSON Web Tokens. As a prototype I use the client code example provided in…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
439 questions
asked 2025-02-10T15:18:02.1633333+00:00
Jarik Poplavski 0 Reputation points
commented 2025-02-18T12:05:01.14+00:00
VenkateshDodda-MSFT 24,671 Reputation points Microsoft Employee