316 questions with Azure Event Grid tags

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

Using availability zones and geo-disaster recovery across regions for event grid sytem topic

Hi, I implemented an automated rotation of keys in Azure. https://medium.com/geekculture/automate-the-rotation-of-authentication-credentials-in-azure-b4731295de8f I want to ensure the availability zones support for each service. Key vault: it's…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-03-12T11:01:21.17+00:00
Jérémie Perez 20 Reputation points
accepted 2024-03-15T16:06:40.1833333+00:00
Jérémie Perez 20 Reputation points
1 answer

Does Event Grid output binding support . I want to send out the 'CloudEventV10' event triggered the function?

I'm using python v2, your official documentation (Added below). Aside from that it's not working and not correct, i managed to edit it. but i'm struggling to how to send out the event in a 'CloudEventV10' schema? Is it supported? if it is how can i…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-03-10T21:11:38.07+00:00
Anonymous
commented 2024-03-13T19:54:19.82+00:00
MuthuKumaranMurugaachari-MSFT 22,146 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,284 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-03-12T18:46:56.88+00:00
Anonymous
answered 2024-03-13T08:05:45.5433333+00:00
VenkateshDodda-MSFT 18,281 Reputation points Microsoft Employee
0 answers

Event Grid (UNMATCHED EVENT)

Hey there, I have configured a event grid subscription on KeyVault to a function app , Where I have selected the event to set [ Microsoft.KeyVault.secretExpired ] , so when ever i have tried to create a secret with expiry within next 2 mins , it…

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,120 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-03-09T04:50:00.6633333+00:00
PRADEEP RAGUL S 0 Reputation points
commented 2024-03-09T06:05:56.1866667+00:00
RevelinoB 2,775 Reputation points
3 answers One of the answers was accepted by the question author.

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 Communication Services
An Azure communication platform for deploying applications across devices and platforms.
680 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-02-29T20:47:48.2366667+00:00
Guy Swartwood 65 Reputation points
commented 2024-03-08T09:12:45.3466667+00:00
ajkuma 22,401 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

If I need to include 105 topic templates in my Azure Event Grid Namespace, Do I need more AEG namespaces?

I currently need to provide 50 topics that relate to data from Server to Client, and 55 topics that relate to Client to Server communicaiton in Azure Event Grid MQTT Broker. If each namespace allows 10 topic spaces, and each topic space allows 10 topic…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-03-05T05:13:01.8466667+00:00
Andrew Wilson 20 Reputation points
accepted 2024-03-05T08:29:08.6466667+00:00
Andrew Wilson 20 Reputation points
1 answer

Java Code Subscribing to Event Grid Topics

Hi, I have developers on my project who are investigating how we can make Java code subscriber to an Event Grid Topic. Can anybody advise on this please as they are suggesting they need to implement an event hub consumer client and also either use a…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-02-21T16:51:05.85+00:00
GRAY Mike 161 Reputation points
commented 2024-02-27T22:52:20.37+00:00
Saurabh Sharma 23,751 Reputation points Microsoft Employee
0 answers

ERROR - The request authorization key is not authorized for EVG-CLM-NONPROD.NORTHEUROPE-1.EVENTGRID.AZURE.NET.

Good day Could you please help us with this error? Exception while executing function: ExcessAlertsInboxDBTrigger Error while handling parameter outputEvents after function returned: The request authorization key is not authorized for…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-02-22T09:19:21.68+00:00
Thabiso Mathebula 0 Reputation points
commented 2024-02-26T15:14:03.9266667+00:00
MuthuKumaranMurugaachari-MSFT 22,146 Reputation points
1 answer One of the answers was accepted by the question author.

Using Communication Service Event Grid IncomingCall event in a push notifications

While trying to utilize an IncomingCall event based on https://learn.microsoft.com/en-us/azure/communication-services/concepts/notifications, I am trying to understand how the IncomingCall can be used in a push notification solution. The issue I am…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
680 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-02-07T18:48:15.7066667+00:00
Guy Swartwood 65 Reputation points
accepted 2024-02-22T17:06:25.3133333+00:00
Guy Swartwood 65 Reputation points
2 answers One of the answers was accepted by the question author.

Can't successfully use Azure Function as a Handler/Endpoint when creating Event Grid Subscription

Hi, I am trying to create an Event Grid Subscription on an Event Grid Partner Topic. I am trying to use Azure Function as the Handler/Endpoint. I am getting the following error when I try to create: Deployment has failed with the following error:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
959 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-02-13T06:03:20.6066667+00:00
Yasmin Radwan 20 Reputation points Microsoft Employee
accepted 2024-02-19T04:45:33.76+00:00
Yasmin Radwan 20 Reputation points Microsoft Employee
1 answer

who can tell me how to do with linebot event with Azure Durable Function?

Azure Durable Function with linebot event trouble I have Azure Durable Function with linebot event trouble, under the event did not work. Who can tell me what should I do? thank you in advance. @myApp.activity_trigger(MessageEvent,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-02-08T06:44:36.6+00:00
胡 海云 0 Reputation points
answered 2024-02-16T03:17:51.17+00:00
JananiRamesh-MSFT 21,246 Reputation points
1 answer

Azure Error on Event Grid deployment - 0cd178c3-fb0d-4333-ab13-a89ec0549b7b:1/30/2024 8:42:01 AM (UTC)

Good day Please assist with the details on the error below: {"code":"Internal error","message":"The operation failed due to an internal server error. The initial state of the impacted resources (if any) are restored.…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-01-30T08:50:00.5266667+00:00
Thabiso Mathebula 0 Reputation points
commented 2024-02-01T13:33:46.4333333+00:00
JananiRamesh-MSFT 21,246 Reputation points
1 answer

Email delivery events takes long to be published

I'm noticing an interesting behavior with Azure Communication Services Event Grid. The SMS events get published super fast, but the email events take a while (several minutes) to get published, even though the email is delivered quite fast. Any ideas?

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
680 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2023-06-22T19:43:32.9233333+00:00
Muriuki, Levi M 251 Reputation points
commented 2024-01-26T21:32:47.08+00:00
Stephajn Szekely 0 Reputation points
1 answer One of the answers was accepted by the question author.

Data Factory: Storage Events missing suddenlty

Hello, For months our Data Factory was running fine. Now (without any change/release/etc.) it is not handling any storage account events anymore. Disabling the trigger and re-enabling did not work. According to the 'Resource health' of Data Factory,…

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,703 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,582 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-01-23T09:02:43.2333333+00:00
Driehuis, AL (Lou) 20 Reputation points
accepted 2024-01-23T17:59:01.5133333+00:00
Driehuis, AL (Lou) 20 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Function App calling and Azure Event Grid

Hi, I currently have Azure Function App that publish and subscribe to Event Grids. Some of the Function App retrieve data from external sources and publish events to Event Grids for internal transmission to subsequent Azure Functions. The Functions are…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-01-12T17:27:47.5866667+00:00
GRAY Mike 161 Reputation points
accepted 2024-01-23T15:02:49.35+00:00
GRAY Mike 161 Reputation points
1 answer

Operation on the event subscription failed as Azure Function destination type supports EventGridSchema only

Hi Everyone, We've created an Event Grid Topic that uses CloudEventSchemaV1_0 as an inputSchema. Then we've been able to create an Event Grid Subscription with 'AzureFunction' endpointType and 'CloudEventSchemaV1_0' as eventDeliverySchema via Azure…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2022-08-23T12:40:22.053+00:00
Aliaksei Krylou3 1 Reputation point
edited the question 2024-01-23T06:36:07.9366667+00:00
JananiRamesh-MSFT 21,246 Reputation points
0 answers

In Azure Portal. Trying to Send SMS to Service Bus Queue via Event Grid. Queue not displaying

I'm new to Azure and having trouble receiving SMS. From documentation I see I can set up a service bus queue to send SMS to. The admin who set them up did put them in different resource groups, but I appear to have access to both. When I go to…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
680 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-01-16T15:17:52.0166667+00:00
W H 0 Reputation points
commented 2024-01-16T23:40:17.12+00:00
Mike Urnun 9,676 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to identify Deallocated virtual machines in powershell and trigger automate using Logic app

How to identify Deallocated virtual machines in PowerShell and trigger automate using Logic app

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,852 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2023-06-09T19:21:05.3266667+00:00
Anonymous
commented 2024-01-15T05:35:18.5266667+00:00
Richard Duane Wolford Jr 201 Reputation points
1 answer One of the answers was accepted by the question author.

How to clear dead letter queue of Event Grid?

How to clear dead letter queue of Event Grid? How to delete messages from the Event Grid if they stack up in dead letter queue? How to manage dead letter queue?

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2022-11-16T17:26:42.92+00:00
Roshni Patel 126 Reputation points
commented 2024-01-15T03:15:52.5+00:00
Amit Atre - EXT 0 Reputation points
2 answers

Azure Key Vault Event creation using Logic App not working

I am trying to send automated mail when a Azure Key Vault Secret is near expiry date. I am following this (https://learn.microsoft.com/en-us/azure/key-vault/general/event-grid-logicapps) , and using LogicApps to send mail based on event creation. Under…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,852 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2023-08-10T07:58:24.67+00:00
Arundhati Sen 151 Reputation points
edited an answer 2024-01-10T17:18:34.76+00:00
Dhanuka Jayasinghe 1 Reputation point