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
2 answers

How to reliably store event to Azure CosmosDB and dispatch to Event Grid exactly once

I'm experimenting with event sourcing / cqrs pattern using serverless architecture in Azure. I've chosen Cosmos DB document database for Event Store and Azure Event Grid for dispachting events to denormalizers. How do I achieve that events are…
Liero
  • 25,216
  • 29
  • 151
  • 297
2
votes
0 answers

How to log device's connections/disconnections to Azure IoT hub

I need to make device's uptime statistics. I want to get information about connections/disconnections from logs, but I don't know what is the best way to log these event from IoT hub. I've already tried: Event grid. Not very good because: "order of…
Openzz
  • 65
  • 5
2
votes
1 answer

posting custom message to event grid via logicapps

I'm using the Publish Event in logicapp { "error": { "code": "BadRequest", "message": "Unexpected token when reading JSON. Expected: StartObject, actual: StartArray. Report '01a24d3c-7588-4580-b650-52aa4f25b805:9/8/2018 7:17:33 AM…
John Liu
  • 1,334
  • 1
  • 11
  • 16
2
votes
1 answer

Azure EventGrid Webhook timeout

Came to know from the documentation that timeout for webhook is 60 secs. If that's the case then are we expecting developers to do asynchronous operations? I mean what if the work that I want to do as part of the webhook takes more than 60 secs? But…
Girish Acharya
  • 235
  • 6
  • 20
2
votes
1 answer

Azure EventGrid sending to internal endpoint

Let's assume that I have a blob storage account and a VM in Azure. VM is closed to the world, has no public endpoint, however it is reachable from the inside of Azure Subscription. I would like to notify application that runs on this VM, that new…
pawel.kalisz
  • 1,246
  • 1
  • 18
  • 26
2
votes
1 answer

How could we improve our architecture with Event Grid and service bus?

We are using Azure as our PaaS to host multiple .NET Core API projects which communicate with each other through HTTP. When we started it was just a few endpoints, but as today and in the future we need to do more of these communications between our…
Rovdjuret
  • 1,458
  • 3
  • 19
  • 40
2
votes
1 answer

Azure Event Grid - Event Delivery Security at Azure Function

I have been working on a POC related to Azure Event Grid integration with Azure Function. I am stuck on the Event delivery Security as mentioned here. I am using Event Grid Trigger which is sent by built-in Event grid Subscription in Azure Blob…
H.Singh
  • 21
  • 2
2
votes
2 answers

Multiple EventTypes in Azure EventGrid Topic

What is the best practices around Azure EventGrid topics and Events? Is it a bad idea to publish different event-types to the same Azure EventGrid topic? e.g. multiple different domain events When do we need different topics? A single shared Topic…
Roger Johansson
  • 22,764
  • 18
  • 97
  • 193
2
votes
1 answer

How to track failed/expired azure event grid delivery message?

Good to see that azure event grid has a 24 hour retry policy with exponential back off for event delivery with 99.99% availability. However, I have an encountered a scenario where one of event grid message expected didn't reach even after 24…
2
votes
1 answer

Create Event Subscription: "Deployment has failed with the following error: undefined"

I am trying to create a simple scenario using Azure serverless: ingest a file "dropped" into a "folder". My current thinking is to use a Blob Storage and link it to a Function using an Event Subscription. I am pretty much trying to follow this…
2
votes
3 answers

Is there a option to get the event grid trigger url + key at output value from the deployment of a Azure Function?

Is there a option to get the event grid trigger url + key at output value from the deployment of a Azure Function? The scenario we would like to do is as followed: - We deploy a Function Service in a VSTS release via ARM. - With the Function service…
2
votes
1 answer

Azure Event Grid - Webhook subscription authentication and DDOS protection

I am planning to use Azure Event Grid as a pub-sub mechanism. We want to use custom webhook as a subscription to Event Grid Topic. While I was able to use validation request successfully, is there any way using which we can implement the…
Girish Acharya
  • 235
  • 6
  • 20
2
votes
1 answer

What is the key to generate aeg-sas-token

EventGrid Doc provides a sample code to generate aeg-sas-token. However, I could not find what is the key used to generate aeg-sas-token. I tried the EventGrid access key and it did not work.
Yonghe
  • 61
  • 5
2
votes
1 answer

Not able to add webhook subscription to the Azure Event Grid

I am not able to add a new WebHook subscription in the Azure Event Grid. Can someone help? I am getting below error when I add the webhook endpoint. { "status": "Failed", "error": { "code": "ResourceDeploymentFailure", "message":…
Girish Acharya
  • 235
  • 6
  • 20
2
votes
1 answer

"Resource cannot be updated during provisioning" error when deploying Event Grid Subscription from an ARM template

When deploying an Azure Event Grid subscription, we started receiving a "Resource cannot be updated during provisioning" error starting end of last week, out of nowhere, with no change to the ARM template which had been working for several…
Simon Luckenuik
  • 345
  • 4
  • 12