Questions tagged [azure-eventgrid]

Reactive, event-driven apps with a fully managed event routing service on Microsoft Azure

Azure Event Grid is a fully-managed intelligent event routing service that allows for uniform event consumption using a publish-subscribe model. Use Azure Event Grid to react to relevant events across both Azure and non-Azure services in near-real time fashion.

586 questions
2
votes
4 answers

How to enable alerts on Azure runbook?

Is there a way to monitor the number of times a runbook has been called and then report on it (send email, text)? When I try to create an alert rule I only see an option for activity log not metrics. The runbook is getting called from event grid via…
2
votes
4 answers

Can I subscribe Azure Event Grid to Event Hub in the portal?

I'm trying to connect an Event Grid to an Event Hub such that the hub sends events to the grid but I can't figure out how to do it within the portal. Is this possible? I thought that I created the subscription but it seems like it might be going on…
Josh
  • 6,944
  • 8
  • 41
  • 64
2
votes
2 answers

Event grid throughput limit

I'm new to azure event grid concepts and currently doing research on event grid to implement in our project. Can any one tell about the throughput of event grid, how many events I can push per second and what is the egress of event grid per second,…
k11k2
  • 2,036
  • 2
  • 22
  • 36
2
votes
0 answers

Azure Event Grid deploy fails due to 'cannot update during provisioning'

We have an Event Grid with a couple of Functions attached to it as listeners. We're doing some load tests and are seeing a lot of functions fail, which means that event grid will resend those events. However, if we try to redeploy Event Grid (using…
Mark tM
  • 35
  • 5
2
votes
0 answers

Unmatched events on Event Grid

I have a Logic App that sets up a subscriptions in Event Grid with the Wait for resource event occurs trigger. Basically the logic app is triggered by a http request - sends a message on service bus - register subscription and wait for event. I…
RobinHu
  • 374
  • 2
  • 14
1
vote
1 answer

How to add user assigned identity to EventGridDomain

I'm programmatically creating EventGrid Domain's and Topics using the Azure.ResourceManager libraries. I'd like to assign a user assigned identity to the domain as well. I can see that the EventGridDomainData object has an Identity property and that…
1
vote
1 answer

How to estimate Azure Event Grid cost using Azure metrics

I'm trying to build a cost model for my distributed system where Event Grid is a key piece. Event Grid cost is based on millions of operations (0.561€ per million). See documentation. This is the cost of my Event Grid on one production environment…
DavidGSola
  • 697
  • 5
  • 17
1
vote
1 answer

Connecting Azure Event Grid to MQTTX

I am trying to connect my client in Azure Event Grid to MQTTX but it is not connecting. These are my clients which are not connecting. How should i fill the fields in MQTTX ? There is not much information available in the documentation either.
Niescte
  • 37
  • 6
1
vote
1 answer

Microservices Best Practice for Message Processing

I am trying to understand what's the best practice here in this specific use case of ours. We have an Orders Microservice. We have to accept requests via an API from user-facing client apps that is directed to our processing logic. We have to also…
1
vote
1 answer

How to listen, near real-time, to GCP pub/sub with an Azure service

I'm having trouble finding information or examples for the following: Using an Azure service, whether it be Durable Functions or EventGrid or whatever... I want to subscribe to my GCP Pub/Sub service and 'hear' incoming data near real-time. I've…
1
vote
1 answer

Can't update Azure Event Grid Partner Topic from a PowerShell AzureFunction

I want to update a Subscription of an Azure Event Grid Partner Topic to change the ExpirationDateTime. To do so I'm using a PowerShell AzureFunction authenticated with an App Registration on GraphAPI. I'm using the Update-MgSubscription function to…
1
vote
0 answers

Azure Databricks - Use Event Grid

I am currently using an Azure Durable Function (Orchestrator) to orchestrate a process that involves creating a job in Azure Databricks. The Durable Function creates the job using the REST API of Azure Databricks and provides a callback URL. Once…
1
vote
1 answer

how to get data from azure event grid topic

How to get data from azure event grid topic I have added data to azure event grid topic using topic access key and topic endpoint from NodeJS how can I read the data in topic using NodeJS
1
vote
0 answers

Can I deploy an event trigger to Function App via Bicep?

I aim to create such a bicep file that would deploy a function app with an event trigger in it, however, I'm not sure if it's possible. I've tried googling but Function App deployment via bicep tutorials tend to stop right after the deployment of an…
1
vote
2 answers

using Azurite storage emulator and Event Grid notifications - local development azure functions

I am working on an Azure Functions app in Visual Studio 2022. I have two functions that use EventGridTrigger and am expecting a blob notification when an item is added/changed to blob storage. I have the Azurite storage emulator running and can…
AndyW
  • 191
  • 1
  • 11