AZ-204 · Question #643
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is A. Yes. Configure Azure Event Grid system topics for each Azure service. Create event subscriptions with Advanced Filters to receive only the relevant events. Use Azure Functions with Event Grid triggers to process the events. Enable Dead-lettering on the event subscriptions to handle…
Question
Options
- AYes
- BNo
How the community answered
(37 responses)- A84% (31)
- B16% (6)
Explanation
Configure Azure Event Grid system topics for each Azure service. Create event subscriptions with Advanced Filters to receive only the relevant events. Use Azure Functions with Event Grid triggers to process the events. Enable Dead-lettering on the event subscriptions to handle failures and ensure reliable delivery. Using system topics, advanced filters, Event Grid triggers, and dead-lettering allows Azure Event Grid to handle high volumes of events by enabling efficient routing, scalable delivery, and reliable message handling. Advanced filters and resource patterns ensure that only relevant events are delivered to subscribers, while Event Grid triggers enable serverless functions to react to events at scale. Dead-lettering provides a safety net for messages that cannot be delivered, ensuring high availability and reliability. https://cosmin-vladutu.medium.com/azure-event-grid-vs-azure-service-bus-vs-event-hubs-when- to-use-each-12900bb32ce8
Topics
Community Discussion
No community discussion yet for this question.