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

Azure API Management to Accept Event Grid Web Hook (Error Validating The Provided Endpoint)

I have a Premium Azure Service Bus sending messages to a "productupdate" topic. Currently, I am using a Logic App to receive the message, but it's not quite what I would like to do. Instead, I would like for Event Grid to pick up on these messages…
0
votes
1 answer

Azure Event Grid Cloud Events Schema V1.0 with Azure Event Grid Domains and Custom Topics Documentation Not Clear

I have elected to leverage Azure Event Grid in an enterprise multi-tenant model application. I also want to use Cloud Events instead of the proprietary AEG format. I am using AEG domains for each tenant and then I want a custom topic and subject for…
Arra
  • 43
  • 1
  • 6
0
votes
1 answer

Azure Event Grid and Azure Event Hub

I am using Azure Services with node js. I am pushing and getting the messages from service bus. I want to know what is the role that of event grid , event hub. When i create them they want end point what is that. And how should i proceed
Amaan Imtiyaz
  • 254
  • 6
  • 16
0
votes
2 answers

EventGridTrigger vs WebHook

I'm trying to understand why "It is strongly recommended that you use an Event Grid Trigger when triggering an Azure Function with Event Grid" vs using a generic WebHook. (i.e. the called out note from the MS documentation:…
Tap
  • 113
  • 2
  • 5
0
votes
1 answer

How to include information about iotEdge capability in device created event in IoT Hub?

I am wondering if it is possible to include information if device is an edge device in Microsoft.Devices.DeviceCreated event data? I receive those events for both type of devices but I am not able to distinguish them and say oh yeah this one is an…
majewka
  • 111
  • 1
  • 10
0
votes
1 answer

Delete all azure event grid subscriptions using Azure CLI

I am using event grid for my web api. The domain name of my api have changed and now I need to update all event grid subscriptions. It so happends that I have Azure CLI command to create each subscription, so the easiest way would be to delete all…
Ramūnas
  • 1,494
  • 18
  • 37
0
votes
1 answer

Event Grid, Azure Functions Event Handler, EventGridTrigger behavior

I'm trying to understand the behavior of EventGrid when using EventGridTrigger in Azure Function v2 functions. This page (in MS official docs), details specific behavior related to status codes returned from event handlers, but it doesn't…
Brandon
  • 830
  • 1
  • 15
  • 35
0
votes
2 answers

How to create event grid domain topic subscription using REST API?

I have created event grid topic inside event grid domain. Now I want to create event subscription for that topic using rest api. I have read docs through this…
Shrirang
  • 1,286
  • 10
  • 23
0
votes
1 answer

Azure Event Grid subscription to Console Application on VM

I want to Subscribe for Azure Event Grid in C# Console Application and that application is not hosted on Azure(will be on Windows server). Other C# webapi project will fire Azure Event that will be hosted on Azure but how to Subscribe(listen) for…
Yogen Darji
  • 3,230
  • 16
  • 31
0
votes
2 answers

IoT event grid subscription not working in mobile device

I am using IoT hub for my mobile application. I want to known the connect/disconnect status of my device. So I used Event Grid disconnect event. But I didn't get any status using mobile device. But when try…
Jinesh
  • 1,480
  • 2
  • 25
  • 52
0
votes
1 answer

Is there a way to get the status of an Event Grid trigger for azure function (Complete /Pending or Running)

by Httptrigger Azure function, if you send a POST request you receive something like this as a response: { "id": "66ee5d08196874aeb99c9e62ddc7b190", "statusQueryGetUri":…
Kaja
  • 2,962
  • 18
  • 63
  • 99
0
votes
2 answers

Is it possible to generate TriggerUrl for EventGrid from within the azure function?

I have an EventGrid Trigger in my azure function solution. I would like to generate the trigger URL with the function key/code on the URL for subscribing to an eventgrid topic, from within the function itself. But I found no way to get the resource…
Poul K. Sørensen
  • 16,950
  • 21
  • 126
  • 283
0
votes
1 answer

Terraform - Creating Azure Event Grid Subscriptions - can it do it?

I've been struggling for a while in Terraform to create an Event Subscription in an Azure Event Grid As-per screenshot.... EVENT SUBSCRIPTION DETAILS NAME : EventGrid-Sub1 (don't need to change Event Schema) TOPIC DETAILS Event Grid Domain Topic…
nmca70
  • 183
  • 3
  • 16
0
votes
1 answer

Azure function EventGridTrigger recieves strange events from EventGrid

I have an Azure Function using an EventGridTrigger and created an event subscription for it in my EventGrid Domain Topic. In the event subscription, I've filtered event types on Service.Event.Foo, these works fine and my function executes. My…
CodeMonkey
  • 3,418
  • 4
  • 30
  • 53
0
votes
1 answer

Generating EventGrid and define AzureFunction as a Endpoint

via portal, I can define an Event Subscription in the Storage Account, at the End I have such a view in the portal: Now I would like to do the same with ARM-Template, I have the following Code: { "type":…
Kaja
  • 2,962
  • 18
  • 63
  • 99