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

Azure Event Grid Empty Event

I'm looking for a way to be notified once an event grid topic has no more queued events. I was hoping event grid like many Azure services could emit events on certain things happening but it doesn't appear to be so. Ideally I'd like avoid polling…
Daniel Revell
  • 8,338
  • 14
  • 57
  • 95
-1
votes
1 answer

ARM implicitly created Event Grid System topic .How Event grid subscription attach to Custom Event gird topic

I have facing issue on deploying a resources via ARM . I have 2 queries . Query 1 . Why this below Linked ARM implicitly created Event Grid System Topic This Linked ARM is only used to get trigger URL of azure function { "$schema":…
-1
votes
1 answer

Can I increase number of topics quota per Azure EventGrid Domain?

Currently, as per the pricing quota and limits available for Azure Event Grid Domains at https://learn.microsoft.com/en-us/azure/event-grid/quotas-limits The following quotas and limits apply to Azure Event Grid…
-1
votes
2 answers

Why to use Event grid for http trigger function?

I am designing Http trigger function. This function will be used to authenticate and to call an external API. Then get the response and pass it on to the caller(~in this case web application). This function can be called thousand time/min(~during…
winterishere
  • 350
  • 1
  • 5
  • 21
-1
votes
2 answers

Which Azure messaging service to choose to publish with different messages to different subscribers?

From last question about Azure messaging service by publishing one common message to multiply subscribers by using service bus topic. But we've encounter an issue that our message size is over-sized of the service buss limitation(256KB), so we…
Drex
  • 3,346
  • 9
  • 33
  • 58
-1
votes
1 answer

azure function binding causing multiple events fired

Why are we getting duplicate events for the same BlobCreated? I'm using the following binding in my function app: [Blob("%Detach:Output%/{file}", Write)] CloudBlockBlob @out, The only time when I am writing to this output binding is here: …
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
-1
votes
1 answer

How to continuously fetch data from websites like Stock exchange and send it to azure event hub using python?

I'm trying to do real-time streaming and processing with an azure event hub and azure stream analytics for NSE(National stock exchange) For that first, I need to get the data in real-time and to send the data to the event hub. How to get the get…
saran k
  • 307
  • 2
  • 14
-1
votes
2 answers

can azure storage events be used for web farm

I want to know if anyone has used event grid subscription (on blob storage) in a web farm setting. I have created an event grid subscription on blob storage with a hybrid connection. If you have several (listener) applications, can you configure an…
user1558782
  • 123
  • 7
-1
votes
1 answer

Why use commands? Events seem to fit

Is there a specific situation where sending an event is not good enough and we must send a command? For example there's a system (A) that receives and order + orderlines. System A validates the order. If the order is valid, then another system (B)…
user369117
  • 775
  • 1
  • 8
  • 19
-1
votes
1 answer

Azure Function Using Entity Framework Brings Back Null Results

I'm writing an Azure Function that subscribes to an event grid and performs actions against an Azure SQL database on every event it receives. The event grid has events published to it when a create error occurs in one system "SecondAppName" that was…
-2
votes
1 answer

Creating up a Azure Event Subscription to blob storage

I am developing a .net core application where I would like to create an Azure Event Subscription to Azure blob storage in C#. I've set up a Event Grid System Topic This Event Grid Topic is supposed to have a subscription that listens to events on…
Arshad Badar Khan
  • 942
  • 1
  • 12
  • 32
-2
votes
2 answers

Azure Durable functions vs Event Hub vs Event Grid to chain functions

I have several processes represented by azure functions and I need to chain them. They are mainly interacting with the DB and working with the huge amount of data, so each function could take even 1 hour - therefor I can't use HTTP triggers and ADF…
-2
votes
1 answer

Azure Event Grid - Configure client certificates for Hybrid connection

can anyone please tell how to add client certificate to Hybrid Connection or point me to the document that explains
Sathish
  • 15
  • 1
  • 4
-2
votes
1 answer

What is meant by event i n azure event hub

I would like to know what is meant by an event in azure event hub. I thought it's like getting some content(string) from source and process it by other services is one event. if so, what is maximum content(string) I can send at one event
-2
votes
1 answer

What is the technology behind Azure Event Grid?

What is the underlying technology used to build Azure Event Grid and where can I find its source code? I searched the Azure Github account and could only find an Event Grid emulator. Does AEG build on a different project, similar to how Azure…
DenaliHardtail
  • 27,362
  • 56
  • 154
  • 233
1 2 3
38
39