330 questions with Azure Event Grid tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

May I have 2 functions with different triggers (Event Grid & Service Bus) in one project (repository) ?

Hello, I have two functions which are using identical Python code for different purposes. They both should reside in one Function App. The first function is Event Grid triggered, with Event Subscription in IoT Hub and is using…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
567 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,466 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-06-07T15:41:23.0033333+00:00
Voynova, Silvena 20 Reputation points
commented 2024-06-10T09:24:12.44+00:00
Voynova, Silvena 20 Reputation points
1 answer

Is it really necessary a https endpoint for Azure Event Grid even if my endpoint is a VM inside Azure?

Hi there, I have an API (uvicorn) running as a 'webhook' in an Azure VM. I am trying to use 'Azure Event Grid' to route Blob storage events to this API. Do I really need to obtain a SSL certificate and cofigure uvicorn to use the certificate in order…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-06-07T19:49:36.8966667+00:00
Roberto Araujo Filho 65 Reputation points
answered 2024-06-10T06:52:32.4366667+00:00
Sander van de Velde 30,096 Reputation points MVP
1 answer

I need to save the correct root certificate for mutual tls authentication in my device. I tried to save it using openssl, then the signature verification fails.

Hi! I need to save the correct root certificate for mutual tls authentication in my device. I tried to save it using openssl, then the signature verification fails. Unfortunately, I did not find the magic "download certificate" button

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-06-06T06:52:58.2533333+00:00
Aleksei Tkalich 0 Reputation points
answered 2024-06-06T21:14:23.7666667+00:00
Sander van de Velde 30,096 Reputation points MVP
0 answers

Enhancing Event Processing Efficiency

Hello, I have documents that I read and use to create events of different types. The system_id serves as a unique identifier for each event and will be passed as a parameter for the vertex. I send these events to Event Grid with an endpoint at Azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,466 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
578 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-06-06T14:56:20.08+00:00
Maryna Paluyanava 211 Reputation points
1 answer One of the answers was accepted by the question author.

How can I consume events from Event Grid Namespace Topic Subscription using HTTP

Hi Everyone, I am trying to achieve a small task which is pulling an event from Event Grid Namespace Topic Subscription which is enabled for queue type pull model event consumption. The network I formed is as below. I am sure that the events are reaching…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-05-30T11:13:58.4466667+00:00
Sai k Marthi 20 Reputation points
accepted 2024-06-05T09:28:00.2933333+00:00
Sai k Marthi 20 Reputation points
0 answers

Unable to create event grid event subscription to an EventGridTrigger using WebHook on a function app secured by EntraId (Isolated-Worker, .NET8, C#)

I am to create event grid event subscription to an EventGridTrigger using WebHook on a function app secured by EntraId I have tried following the instructions provided here: https://learn.microsoft.com/en-us/azure/event-grid/secure-webhook-delivery …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,466 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-06-04T04:17:20.2533333+00:00
Abbas, Haider 0 Reputation points
1 answer

How to connect event grid with self-signed certificates

Hello everyone, I am trying to communicate with a Schneider PLC through Event Grid with an MQTT broker using self-signed certificates from Key Vault. I have uploaded certificates generated by Key Vault in .pem and .cer formats, but I receive an error:…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,158 questions
Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
387 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-05-30T23:10:06.52+00:00
Marcos Moraga 20 Reputation points
commented 2024-06-03T05:30:28.5633333+00:00
Givary-MSFT 29,171 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

Is there an Azure Function trigger support for Event Grid Namespace Topic?

Hi There is an EventGridTrigger attribute for Azure Function that can be used to handle custom topic event. I wonder if there is an equivalent for Event Grid Namespace Topic with the pull model event subscription. I cannot find any example online. What…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,466 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-05-30T04:42:51.3633333+00:00
Philip Leung 20 Reputation points
edited an answer 2024-05-31T04:01:57.19+00:00
James Huber 0 Reputation points
0 answers

How do I handle an MQTT client that requires a broker public key?

I am trying to connect a client to my Event Grid MQTT Broker but the client requires a broker public key to reside in it's trusted user key store. Where can I find/how can I generate this public key?

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-05-30T16:35:41.1633333+00:00
Phillip House 0 Reputation points
1 answer

Unable to delete Event Subscription

I tried to create event subscription for Azure Event Grid Name space. I am a bit new to Azure so I messed up and chose storage queue as endpoint as at that time I dont know how to create event gris system topic and namespace. Then I deleted that queue…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,140 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-04-29T08:40:09.9333333+00:00
Sai k Marthi 20 Reputation points
commented 2024-05-30T11:22:47.91+00:00
Sai k Marthi 20 Reputation points
3 answers One of the answers was accepted by the question author.

Error durin on-upload malware scan activation for storage account

I created Event Grid topic and want to assign it to Microsoft Defender report pipeline. When I enable on-upload scan for my storage account and select my topic, I get Plan enablement partially succeeded. Could not enable on-upload malware scanning:…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,807 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,227 questions
asked 2024-05-21T16:29:33.4633333+00:00
Denys Bielov 25 Reputation points
answered 2024-05-29T10:30:08.2266667+00:00
Denys Bielov 25 Reputation points
1 answer

Does eventgrid output binging v2 support managed identity? Documents said so but no explanation on what should be the key in V2

Does eventgrid output binging v2 support managed identity? Documents said so but no explanation on what should be the key in V2 python. @app.event_grid_output( arg_name="outputEvent", …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,466 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-03-12T18:46:56.88+00:00
Anonymous
commented 2024-05-23T13:41:28.6233333+00:00
Luuk 0 Reputation points
1 answer

How Azure Event Grid Retry policy works when consumer is down for few hours

I have Azure Event Grid that is delivering events to a consumer(webhook endpoint). Lets say the consumer is down for 6 hours and is up after that . Given the retry schedule given below(refer :…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-05-14T15:48:52.36+00:00
suvra jyoti 151 Reputation points
commented 2024-05-22T06:14:04.01+00:00
MayankBargali-MSFT 69,841 Reputation points
1 answer

Failure on Write EventSubscription - Internal error

I am trying to set up Databricks Autoloader with File Notifications. Every time I get a failure on the EventSubscription/write operation. I have tried giving the relevant account as much access as I can but still nothing. { "statusMessage":…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,008 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-04-26T21:07:19.1333333+00:00
Bradley Jamrozik 0 Reputation points
commented 2024-05-15T10:05:36.5+00:00
PRADEEPCHEEKATLA-MSFT 81,646 Reputation points Microsoft Employee
2 answers

Azure Function .Net8 Json Deserialization Error

I'm developing an azure function in .Net8 which is a migration from a .net6 in-process function. The code always breaks while trying to deserialize a json object that comes within the EventGridEvent.Data which triggers the function, the deserialization…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,466 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,278 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-05-03T16:43:16.76+00:00
Adonis Briceno 46 Reputation points
edited an answer 2024-05-15T09:39:48.37+00:00
Adonis Briceno 46 Reputation points
1 answer

Azure Event Grid publish message error Not authroized (Code: 135)

I have problem with publishing to Azure Eventgrid via MQTT. I setup MQTTX to connect to evengrid. Messaging are comming in from other cliend, and I can read them with MQTTX. But when I try to send message to Eventgrid via MQTT I get following error: I…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-05-14T07:31:05.71+00:00
Gašper Mis 0 Reputation points
answered 2024-05-14T11:02:31.1033333+00:00
Sander van de Velde 30,096 Reputation points MVP
2 answers

Event grid not triggering function for blobs created by SFTP

I use azure event grid to trigger our azure function app whenever a blob is created. When we receive it via sftp the event doesn't trigger the function, however if I download that same file and upload it via the portal, it triggers. When I look at the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,466 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-04-17T17:55:37.0566667+00:00
WillieRx 0 Reputation points
commented 2024-05-06T08:52:17.12+00:00
MayankBargali-MSFT 69,841 Reputation points
0 answers

Is it possible to use MQTT Broker from Event Grid Namespace to Arduino IDE using ESP32?

I want to try Azure Event Grid in Event Grid Namespace MQTT Broker on Arduino IDE using Regular ESP32 but Until now I have only found it using .NET Nanoframework in Visual Studio. Is there a way to use Event Grid Namespace on Arduino IDE using ESP32 ?

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-05-02T22:50:57.5533333+00:00
AHMAD MUDZAKKIR 5 Reputation points
commented 2024-05-03T01:02:25.9233333+00:00
AHMAD MUDZAKKIR 5 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Event Grid 500 An unexpected error has occurred

Ever since migrating from Microsoft.Azure.EventGrid to Azure.Messaging.EventGrid I am receiving multiple occurrences of the following error while publishing events. Does anyone know what the problem could be? Error response…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2023-11-08T13:07:41.5+00:00
Michael Tims 35 Reputation points
commented 2024-04-30T20:53:19.6366667+00:00
Michael Tims 35 Reputation points
0 answers

MQTT server på Azure Event Grid Namespace conect withe SSL

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-04-29T08:36:19.1833333+00:00
Niclas Sjörén 0 Reputation points
edited the question 2024-04-29T08:49:33.1366667+00:00
KapilAnanth-MSFT 38,041 Reputation points Microsoft Employee