396 questions with Azure Event Grid tags

Sort by: Updated
0 answers

Securely Routing Graph Events to Azure Function via Event Grid

I have a partner topic for receiving Graph events. Currently, there is an Azure Function endpoint set to handle these events that is open to all networks. However, the goal is to restrict traffic to only within a VNET and from Graph events. If the Azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,134 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,309 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-11-11T08:41:59.41+00:00
Beetus A.S. (Antony) 0 Reputation points
commented 2024-11-14T07:00:59.51+00:00
JananiRamesh-MSFT 28,081 Reputation points
1 answer

How to Define and Use Variable Values in a Topic Namespace

Hi, I am using azure event grid namespace mqtt broker. The broker has topic spaces configured. I want the topic template to support variable which can be replaced by client while publishing. For example, The topic template should be something like this…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-11-11T09:44:45.5+00:00
Satyam Chauhan 567 Reputation points
edited a comment 2024-11-13T23:33:29.0966667+00:00
Sander van de Velde | MVP 33,141 Reputation points MVP
1 answer

Event grid failed events through not storing in dead letter queue

We want to check failed events will be go on dead letter or not . We have event grid and webhook(logic app) end point . We added response action with code 400 from logic app . so we assume that events will be moving in to dead letter queue .…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,219 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2022-12-02T10:40:35.537+00:00
Karnavkumar Vyas 1 Reputation point
commented 2024-11-13T12:44:37.75+00:00
shaswat1122 0 Reputation points
1 answer

Event Grid Subscription create issue

Deploying Event Subscription: figsflowemail Deployment has failed with the following error: {"code": "URL validation", "message": "Webhook validation handshake failed for…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-11-06T11:07:21.04+00:00
Bimala Shrestha 5 Reputation points
commented 2024-11-11T18:13:43.92+00:00
Sander van de Velde | MVP 33,141 Reputation points MVP
1 answer

Event Subscription Storage Blob create/delete not triggered via azure cli, azcopy or python SDK

I've set up a Service Bus queue and an Event Subscription to monitor a directory in my Blob storage, to log the event in the service bus queue, whenever a blob is created, or deleted. This system works as intended when I manually upload files using the…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
640 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,933 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-10-31T17:37:58.8766667+00:00
Ayriss, Barnaby (The Bridge) 0 Reputation points
commented 2024-11-08T12:20:32.9666667+00:00
Ayriss, Barnaby (The Bridge) 0 Reputation points
0 answers

DeliveryFailedEvent from Azure Event Grid to Synapse trigger with errorCode=RequestEntityTooLarge

I have an event-driven flow where changes in Comsos DB triggers an Azure Function the Azure Function pushes each changed document to a topic in Azure Event Grid a Synapse trigger is triggered and pushes the changed document to a Synapse…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,134 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,005 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,678 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-11-08T08:39:37.6+00:00
Hobday, Colin 40 Reputation points
commented 2024-11-08T11:45:25.6333333+00:00
Khadeer Ali 970 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to use a self signed certificate to publish messages on azure event grid namespace mqtt broker

Hi, I am trying to implement the the publish and subscribe functionality in a C# application, where I want to use a self signed certificate to authenticate the client, and then publish some data to the mqtt broker which can be received to all the…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-11-05T11:25:44.9166667+00:00
Satyam Chauhan 567 Reputation points
commented 2024-11-08T11:43:36.4133333+00:00
Sander van de Velde | MVP 33,141 Reputation points MVP
1 answer

message delivery failed with errorCode=RequestEntityTooLarge although only 100KB

I have a trigger that subscribes to changes in Cosmos DB and pushes the document to Azure Event Grid. I am getting FailedEvents. From the diagnostic log, it is clear that the reason is PayloadTooLarge, although the message is only about 150KB. …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,134 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-11-04T08:22:44.6066667+00:00
Hobday, Colin 40 Reputation points
commented 2024-11-08T01:23:33.93+00:00
LeelaRajeshSayana-MSFT 16,121 Reputation points
1 answer

Event Trigger is not firing Synapse pipeline

I have created an Event Trigger in Synapse to trigger pipeline based on file arrival in a certain container. The trigger creation created the event subscription in my storage account and whenever I upload a file, I can see the events in the event…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,005 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-10-25T05:44:05.0166667+00:00
Shaan Shastri 0 Reputation points
edited the question 2024-11-05T04:31:38.92+00:00
Sumarigo-MSFT 47,106 Reputation points Microsoft Employee
0 answers

Accessing Custom Metadata in a Blob via Azure Logic App Trigger from Event Webhook

How can custom metadata associated with a BLOB be accessed in an Azure Logic App triggered by an Event webhook? I am trying to pass BLOB metadata to a Logic App, which will then send it via email when a BLOB is added to storage. The metadata is defined…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,219 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-10-30T17:08:46.45+00:00
edited the question 2024-11-03T05:03:36.78+00:00
Sumarigo-MSFT 47,106 Reputation points Microsoft Employee
1 answer

publish mqtt msg to eventgrid namespace broker with php

I'm developing a platform for IoT devices. By routing MQTT messages through a "namespacetopic" and a subscription with a webhook, I send messages from the IoT nodes to the web server. Now, I would need to send an MQTT message from a cell phone…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-10-25T13:14:42.84+00:00
Roy 0 Reputation points
answered 2024-10-28T07:02:06.8633333+00:00
Deepanshukatara-6769 10,455 Reputation points
0 answers

Synapse custom event trigger publish is not happening on event grid with master branch

Hi all, I have requirement to trigger synapse pipeline when I publish event on event grid. Without git integration when I configure the Trigger and click on publish button, subscription is appearing on Event grid and trigger is working fine. With git…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,005 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-07-04T07:51:20.4733333+00:00
Madhusudhana Rao Challapalli 40 Reputation points
commented 2024-10-23T15:40:20.9466667+00:00
Lâm Trịnh 0 Reputation points
1 answer

Is Answering Incoming call from real phone Available in Azure Communication Service?

I'm trying to answer a call from my frontend, but it never gets there.

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
903 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-10-18T17:41:23.7866667+00:00
Ulises Ruiz 0 Reputation points
commented 2024-10-22T21:34:05.8166667+00:00
Ulises Ruiz 0 Reputation points
1 answer

About Event Grid System Topic dead-lettering

Hi, I have a Event Grid Sytem Topic that forwards "Blob Created" events to Event Hub. Everything is well so far. When configuring dead lettering, I set up an Storage Account as destination. When proven, events are store in json format in this…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-10-21T23:00:01.6133333+00:00
Jona 475 Reputation points
commented 2024-10-22T20:28:08.4533333+00:00
Jona 475 Reputation points
0 answers

My Blob trigger function with source EvenGrid its not being triggered

https://learn.microsoft.com/en-us/azure/azure-functions/functions-event-grid-blob-trigger?pivots=programming-language-csharp Following this guide created and deployed my funtion in net isolated 8 [Function("myFunc")] public async…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,134 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-10-18T11:28:58.1466667+00:00
Bernardo Chiletto 10 Reputation points
commented 2024-10-18T12:36:09.71+00:00
Nicolas Vera 0 Reputation points
1 answer

Issue with Siemens S7-1200 PLC connection to Event Grid

Hi, I'm trying to use Event Grid as an MQTT broker. I have a Siemens S7-1200 PLC which I'm trying to connect to Event Grid, but Event Grid rejects the connection. I also have Beckhoff PLC, and with that, I have succeeded in MQTT communication with Event…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-10-10T07:52:38.9466667+00:00
Janne Hagman 0 Reputation points
answered 2024-10-17T21:02:54.94+00:00
Sander van de Velde | MVP 33,141 Reputation points MVP
2 answers One of the answers was accepted by the question author.

Data factory storage event trigger support rename event

Is it possible to add storage event trigger to support blob rename? Currently it only support create and delete activity. But we have another platform called SAP DataSphere, it's using BlobRenamed event type and RenameFile api to push data into storage…

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.
3,234 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,871 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-10-16T05:23:00.34+00:00
Joe Zeng 26 Reputation points
accepted 2024-10-17T00:28:01.89+00:00
Joe Zeng 26 Reputation points
1 answer

Unable to Subscribe to EventGrid Domain using Java Function App Event grid Trigger function

I am trying to subscribe a function in an isolated function app to an event grid domain and am receiving the following…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2023-06-16T05:33:59.4633333+00:00
Ray, Tapan 5 Reputation points
commented 2024-10-16T02:44:48.95+00:00
Haekal Arif Rozikin 0 Reputation points
2 answers

Event grid subscription webhook end point handshake is getting failed

Event grid subscription webhook end point handshake is getting failed. Call Automation code and Devtunnel is up and running in application server. getting below error - Deployment has failed with the following error: {"code":"URL…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-09-26T06:34:00.6933333+00:00
Kumar Negi, Dhananjay 0 Reputation points
commented 2024-10-11T06:59:01.45+00:00
JananiRamesh-MSFT 28,081 Reputation points
0 answers

How to detect missed calls and busy status in Azure Communication Services 1:1 call?

I'm building an app using Azure Communication Services (ACS) where users can call each other. I'm using Event Grid to handle call events like CallStarted, CallEnded, etc. I need to implement the following logic: Missed Call Detection: If a user A calls…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
903 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-10-07T06:14:29.93+00:00
shafayat jamil 0 Reputation points
commented 2024-10-08T14:11:11.7466667+00:00
VenkateshDodda-MSFT 21,976 Reputation points Microsoft Employee