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

How to be notified when dead letter queue blob storage is created

I have One Event Grid topic where I publish my events and subscribe them by Azure function Event grid trigger. In Event Subscription I configured Dead letter queue setting and store all undelivered events in blobs. Could you please suggest me how to…
0
votes
1 answer

Check if event in grid was triggered and if it sent the correct response (Azure) with C#

I'm trying to test a function subscribed to an event grid. I found the following code that creates a custom event: string topicEndpoint = "https://.-1.eventgrid.azure.net/api/events"; string topicKey = ""; string…
Jack
  • 241
  • 2
  • 14
0
votes
1 answer

Event Grid - Logic Apps - Could Not Retrieve Values

I'm attempting to work through this I created service principal as per this Granted the service principal Contributor on the subscription. When I go to the Logic app, the connection using the service principal succeeds, I select "When a resource…
0
votes
0 answers

Event Grid not sending IoT Hub connection/disconnection events to Storage Queue

I've tried connecting a certain IoT Hub's connection/disconnection events to a Storage Queue using the IoT Hub -> Events -> + Event Subscription, but no events or errors are ever received. The Events blade shows neither events nor errors. An Event…
joelby
  • 87
  • 8
0
votes
0 answers

EventGrid Performance

I'm using event grid in our current project. I have created multiple topic endpoints for each event type and we ran out for space. Now I would like to reuse the existing topics so I am planning for below two options. One topic for few event types…
Balanjaneyulu K
  • 3,660
  • 5
  • 24
  • 45
0
votes
1 answer

Why Azure function been triggered by Event Grid about every 2 munites

I am learning Azure Service Bus and Functinos. I have created a Service Bus namespace, a topic under the namespace and a subscription to the topic. Then I bind the Event Grid of the Service Bus namespace to the EndPoint of an Azure function to…
0
votes
1 answer

What is a proper endpoint format for creating an Event Grid subscription

I have an Azure Function executed by Event Grid trigger. The function is debugged and functioning as designed. I was able to successfully create a subscription to an Event Grid topic using UI in the Azure Portal (click Add Event Grid subscription…
DenaliHardtail
  • 27,362
  • 56
  • 154
  • 233
0
votes
1 answer

EventGrid Webhook Scenario

Team - From the documentation provided it is clear that if you are using a webhook handler, in success scenarios you need to return 200 OK. But if I am not wrong the collection of events is posted to the webhook and not a single event - so are we…
Girish Acharya
  • 235
  • 6
  • 20
0
votes
2 answers

Best azure service to send a string to 1 million end user applications - event grid still in preview?

I am trying to find the best service to accomplish a task where 1 event generator would need to send a simple string to potentially 1 million end users / local applications across the country. Think of this like a mass notification system, or a…
0
votes
1 answer

How can I view a events sent to a topic?

I created an Azure Event Grid Topic and I can send events to it. How can I view the events submitted to that topic? In the Azure Portal, I can view the Event Grid Topic and see the topic's metrics but I cannot find a way to view the event…
DenaliHardtail
  • 27,362
  • 56
  • 154
  • 233
0
votes
2 answers

Can I use a custom hostname for Azure Event grid Topic

I have an Azure Event Grid topic: https://xxx.westeurope-1.eventgrid.azure.net/api/events Is there any way to direct clients to publish events to https://xxx.mydomain.com/api/events without getting certificate validation errors, etc.?
Gavin Hill
  • 347
  • 1
  • 14
0
votes
2 answers

Single event for multiple azure blob containers

I have one requirement to do file merging based on event driven architecture. I am having two blob containers and i need to merge files as soon as they are available in their respective containers. Correlation will happen based on file name. That…
TechGuru
  • 399
  • 8
  • 20
0
votes
1 answer

Update Azure Event Grid function subscription with dead-letter storage

I have successfully created an event trigger on storage blob creation, on a storage account called receivingtestwesteurope, under resource group omni-test, which is received via a function called ValidateMetadata. I created this via the portal GUI.…
Red Riding Hood
  • 1,932
  • 1
  • 17
  • 36
0
votes
2 answers

Azure Event Grid to Azure Relay, Hybrid Connection

I'm testing out Azure Event Grid with a Azure Relay, Hybrid Connection handler. It's not working for me. I can see messages being published to Azure Event Grid. So far so good. I've set up a subscription to the Event Grid topic and I've configured…
1iveowl
  • 1,622
  • 1
  • 18
  • 31
0
votes
2 answers

Unable to view eventgrid subscriptions in the azure portal. Unable to create new ones too

I have around 12 eventgrid subscriptions already created for topic type 'Azure subscription'. Unable to see any of them in Azure portal since 30th May 2018. I could see the list in azure cli (refer screenshot list_shown_in_cli) but could not see the…