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
4
votes
1 answer

Capturing insert, update and delete events for Oracle DB in Azure

We have an oracle database installed in a Azure Virtual Machine sitting in its own private VNET. We would like to capture the insert, update, delete events happening on the Oracle DB records and feed these events to some kind of queue (Service Bus…
Girish Acharya
  • 235
  • 6
  • 20
4
votes
2 answers

How to determine cause of Azure EventGrid message delivery failure?

How do I determine the cause of an EventGrid message delivery failure? Tried so far: Set a Diagnostic Setting on the EventGrid System Topic Open Log Analytics and query the AEGDeliveryFailureLogs table…
ericOnline
  • 1,586
  • 1
  • 19
  • 54
4
votes
0 answers

Azure Event Grid Topic Logs - Failed to resolve table or column expression named 'AegPublishFailureLogs'

As shown in the picture, when I try to access the build-in log for "Publish failures by topic and error" of event grid topic, I got this error: Failed to resolve table or column expression named 'AegPublishFailureLogs' Error It is the built-in…
iqoOopi
  • 160
  • 8
4
votes
1 answer

Difference between the libraries: Microsoft.Azure.EventGrid and Azure.Messaging.EventGrid

I have been trying to publish events to an Azure EventGrid using Azure.Messaging.EventGridEvent.EventGridPublisherClient and it works out just fine. I just discovered that there is another client for EventGrid, namely…
vivek86
  • 707
  • 9
  • 18
4
votes
0 answers

How to white-list azure function app integrated with VNet for Even Grid subscription

We have function apps hosted in standard app service plan. To secure the function apps, we integrated it to VNet and allowed traffic only from API Management service. Now, we want to allow traffic from Event Grid (it has IoTHub and SignalR…
Asif Ali
  • 61
  • 4
4
votes
3 answers

Event subscription by ARM template for topic with EndpointType as AzureFunction

I am trying to create an event grid topic subscription with "endpointType": "AzureFunction". It is giving following error: - "error": { "code": "InvalidRequest", "message": "Invalid event subscription request: Supplied URL is invalid.…
4
votes
1 answer

Azure Event Grid Subscriptions on custom topic in different resource group

I am trying to subscribe to a custom event grid topic that exists on a different resource group. For example if I have a custom event grid topic my-custom-topic in a resource group publisher-group. How do I create an event grid subscription to my…
Alex
  • 3,245
  • 2
  • 19
  • 17
4
votes
1 answer

Blob access from event grid azure function using Java API

Background Java Azure functions 2, using blob storage with event grid subsription for blob create events which the function (see below) is bound to via the event trigger. Problem Not clear how to bind a blob (See @BlobInput Java annotation) Input…
RST
  • 592
  • 1
  • 10
  • 27
4
votes
1 answer

Subscribing to an Azure Event Grid topic directly from an Angular client

I'm working on an application that needs to respond to events from a third-party WebHook. I chose Azure Event Grid as my chosen event broker, Angular for the frontend and Asp.Net Core for the backend. In my current solution, I'm publishing to the…
4
votes
3 answers

How does Azure Event Grid handle failure when there are multiple subscribers?

The documentation for Event Grid states that it has a delivery and retry mechanism built in, and gives an example of what would classify as a successful or failed attempt. The documentation is very clear about what happens with a single event…
Andrew Williamson
  • 8,299
  • 3
  • 34
  • 62
4
votes
2 answers

Where are "queued" Azure Event Grid Blob trigger event messages stored and how can I clear them?

Pardon if my terminology is a little off; I'm new to this. I have created an Azure Event Grid subscription which triggers an event whenever I upload a file to blob storage. I have an Azure Function which responds to this event. I've got this all…
vargonian
  • 3,064
  • 3
  • 27
  • 36
3
votes
1 answer

Azure Event grid delivery through private endpoint not possible - what are the alternatives?

We have an architecture in Azure sealed within a Vnet with private endpoints on all our services. We mostly work with transactional data, so quite moderate amounts of data throughput. Now, our initial plan was to communicate between Azure functions…
3
votes
1 answer

Webhook validation handshake failed

i'm new in azure and wanted to create an Event subscription to push any changes (here resource write success) from my blob storage to my Logic App via HTTP. In my Logic app i have a When a HTTP request is received, which would run when i send a…
Mostafa Bouzari
  • 9,207
  • 3
  • 16
  • 26
3
votes
1 answer

Azure Functions, Event Grid and Event Redelivery

I have an Azure function app running under a Consumption plan, with functions that are triggered with the EventGridTrigger, and an Event Grid Topic that is triggering the functions. I'm relying on the retry functionality to increase reliability. If…
Phil Mar
  • 145
  • 2
  • 12
3
votes
1 answer

What are the differences between Azure Web PubSub and Event Grid/Event Hub?

It seems to me that Azure Web PubSub is a combination of both Event Grid and Event Hub using web sockets, instead of HTTP. However, I'm not 100% sure and could not find any articles that have a direct comparison between the 3 services.
TDao
  • 514
  • 4
  • 13
1
2
3
38 39