Practice free →
HomeAzure AZ-204cloudcomputingaz204observabilityintegration › An app needs to fire an event when a blob is upl…

An app needs to fire an event when a blob is uploaded to ANY of 5 storage accounts and route it to multiple subscribers. Which Azure service best fits?

AAzure Service Bus only
BManually polling each storage account every minute
CAzure DNS
DAzure Event Grid — publishes BlobCreated events from each account to subscribed handlers (Functions, Logic Apps, webhooks)
Answer & Solution
Correct answer: D. Azure Event Grid — publishes BlobCreated events from each account to subscribed handlers (Functions, Logic Apps, webhooks)
Event Grid is the canonical reactive event-routing layer for Azure resource events. Service Bus is for message queues. Polling is wasteful. DNS isn't messaging.
Solve this in the app — Azure AZ-204 practice & 24k+ MCQs →
Related questions