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
0
votes
0 answers

Azure event-grid - How to handle the device status events

I have configured my devices and managing in Azure IoT Hub. I'm able to interact with my devices as expected. Now for handling the events like when device goes offline, automatically IoT hub should inform the back-end system about this. While going…
Ramesh Gurusamy
  • 138
  • 1
  • 6
0
votes
1 answer

Unable to select Resource in "Create Event Subscription" in Azure

I'm able to select the following from a drop-down in the "Create Event Subscription" window for Event Grid: (1) Topic Types (2) Subscription (3) Resource Group. The drop-down for "Resource" begins to load after I select the Resource Group, however,…
TheDude
  • 1,421
  • 4
  • 29
  • 54
0
votes
1 answer

Deploy EventGrid using powershell

I have an EventGrid for analyzing the device active and inactive status which means Azure IOT collect the information from sensors and publish the event to EventGrid and subscribe to Azure Queue. It is working fine. Now, I want to deploy this…
Syam Kumar
  • 343
  • 5
  • 16
0
votes
1 answer

How to scale azure functions to high throughput short lived Event Grid events

When publishing a large amount of events to a topic (where the retry and time to live is in the minutes) many fail to get delivered to subscribed functions. Does anyone know of any settings, or approaches to ensure scaling react quickly without…
0
votes
1 answer

What architecture for a "function workflow" with Azure?

Use case I'd like to build a workflow for a specific process and want to use Azure functions to achieve this. All these functions needs to be "chained" and the process cannot continue if one function fails. I need to get an updated status during the…
0
votes
1 answer

Payload of a message: Id or full object

What are the pros and cons of sending the Id or the full object in a message? If I send a message with about an Order + Orderlines from system A to system B I can send the full order or first store the Order and then send the Id. I'm not sure which…
user369117
  • 775
  • 1
  • 8
  • 19
0
votes
1 answer

Azure Event Grid not sending events to webhook

I have an Azure media services account for which I want to be notified via webhook when encoding jobs are finished. I'm using v3 of the Media Service API. I've added an event subscription to this account and have sucessfully validated the webhook…
Ian Gleeson
  • 383
  • 3
  • 17
0
votes
1 answer

Pass HTTP request from Azure Function through Event Grid

I've started thinking through a prototype architecture for a system I want to build based on Azure Functions and Event Grid. What I would like to achieve is to have a single point of entry (Function) which a variety of external vendors will send…
AndreasB
  • 578
  • 4
  • 16
0
votes
0 answers

Adding request-id (or operation-id) to HTTPS request made by a web hook event suscription of an azure event grid topic

I have 2 Web APIs in .NET Core which communicate between themselves sending events to an azure event grid topic. This event grid topic has 2 web hooks event subscriptions (one for each API) that do a HTTPS request to the other API whenever a event…
joacoleza
  • 775
  • 1
  • 9
  • 26
0
votes
2 answers

What is the subscription validation event message schema in azure event grid?

Created new azure event grid domain with cloud event schema using portal. Created new web hook endpoint using azure function that can receive both subscription validation event as well as event notifications. Created new azure event grid topic for…
Raghu
  • 2,859
  • 4
  • 33
  • 65
0
votes
1 answer

Does Azure Event Grid support cloud event schema version 0.2?

I know that the AEG (azure event grid) works with cloud schema 0.1 as shown here https://learn.microsoft.com/en-us/azure/event-grid/cloudevents-schema#cloudevent-schema. But the cloud event schema latest version is 0.2 at…
Raghu
  • 2,859
  • 4
  • 33
  • 65
0
votes
0 answers

Creating Application logs using Azure App Service (Web App) Diagnostic Logs does not fire blob creation event

I have a Azure Web App and I have turned on Diagnostic Logging so that I can log my Application trace message as diagnostic log. I am using a .net logger lib for diagnostic logging that adds the Informational debug or audit trace message from web…
Andy
  • 2,493
  • 6
  • 37
  • 63
0
votes
1 answer

How to gain access to Azure Preview service in Microsoft Commercial or Government cloud in USA

I noticed that not all preview features are available while searching the preview service under All Service in Azure portal. E.g. I was trying to evaluate Event Grid in the US Gov Cloud. I registered the service under my subscription, and then…
Andy
  • 2,493
  • 6
  • 37
  • 63
0
votes
1 answer

Azure Event Grid trigger with dynamic @BlobOutput path in JAVA

@BlobOutput(dataType="Binary", name="$return", path="{data.url}") We are using an Event grid trigger in java to get blob events from blob storage. Here {data.url} represents an image url with .tiff extension, our function converts the image from…
0
votes
3 answers

Can't get metrics from Azure REST API

I'm sending a Postman request to get the metrics from an event grid like this: https://management.azure.com/subscriptions/{suscription id}/resourceGroups/{name of resource…
Jack
  • 241
  • 2
  • 14