AZ-800 · Question #96
You want to connect supported Azure and third-party services using a fully managed event- routing service with a publish-subscribe model that simplifies event-based app development. Which of the…
The correct answer is C. Event Grid. To connect Azure and third-party services with a fully managed event-routing service using a publish-subscribe model for event-based app development, Azure Event Grid is the appropriate tool.
Question
You want to connect supported Azure and third-party services using a fully managed event- routing service with a publish-subscribe model that simplifies event-based app development. Which of the following integration tools would you use?
Options
- ALogic Apps
- BService Bus
- CEvent Grid
- DData Factory
How the community answered
(33 responses)- A3% (1)
- B6% (2)
- C91% (30)
Why each option
To connect Azure and third-party services with a fully managed event-routing service using a publish-subscribe model for event-based app development, Azure Event Grid is the appropriate tool.
Logic Apps are used for orchestrating workflows and automating tasks, not primarily as a publish-subscribe event routing service.
Service Bus is a messaging service used for reliable message queuing and publish-subscribe capabilities, but Event Grid is specifically designed for event routing and reactive programming across a wider range of services.
Azure Event Grid is a fully managed event routing service that uses a publish-subscribe model, allowing developers to easily build event-driven architectures. It supports events from Azure services and custom sources, routing them to various handlers to simplify event-based application development.
Data Factory is an ETL (extract, transform, load) service used for data integration and orchestration, not for real-time event routing with a publish-subscribe model.
Concept tested: Azure Event Grid event-driven architecture
Source: https://learn.microsoft.com/en-us/azure/event-grid/overview
Topics
Community Discussion
No community discussion yet for this question.