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…
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…
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…
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…
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…
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.
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…
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…
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…
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…
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…
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…
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 Event Grid SharePoint Set up
Trying to setup Azure Event Grid to work with Graph API, SharePoint, and Logic Apps. I have an existing logic app that uses managed identity that is already setup with SP site permissions. When I go to use the Event Grid connector for trigger, I can't…
EventGrid Topic /Event Grid Subscription ARM Template Error
I have written a ARM Template script that should deploy a Event Grid Topic and then Event Grid Subscription with endpoint to an azure function. but when you running you get the following error. what am I doing wrong New-AzSubscriptionDeployment :…
CloudEvent to trigger Data Factory pipeline
Hey, I have a question if it is possible to start a pipeline in synapse via custom trigger, but with an event that will be in CloudEvent format. I was able to do it with an event in EventGrid format by following this article …
Event Grid System Topic security
I want to understand how event grid system topic is made secured from external traffic on a network level? Is it secured using Azure backbone or managed Vnet integration so external traffic can not post events to it and only it is accessible to Azure…
Azure Event Grid Namespace custom domain with wildcard TLS cert
Hi! I'm planning to set up a custom domain name for my Event Grid Namespace MQTT endpoint. I'm trying to set it up using a placeholder self-signed cert and I'm getting the following error: Custom domain addition failed with error: "No subject…
when deploy event grid reviewer web app, always get deployment failed, how can I fix this.
when I deploy the event grid pre-build reviewer app following the official document https://learn.microsoft.com/en-us/azure/event-grid/custom-event-quickstart-portal and the source code git repository is…
What components and how would I configure them to handle the following use case?
I need to provide a data source that is updated in real time for access by my clients. Assume that my system of record is generating two streams of events for consumption, 1) API Message Request and 2) API Message Response. The number of event streams…