nerdexam
Microsoft

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.

Manage Windows Servers and workloads in a hybrid environment

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)
  • A
    3% (1)
  • B
    6% (2)
  • C
    91% (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.

ALogic Apps

Logic Apps are used for orchestrating workflows and automating tasks, not primarily as a publish-subscribe event routing service.

BService Bus

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.

CEvent GridCorrect

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.

DData Factory

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

#Azure Event Grid#Event-driven architecture#Publish-subscribe model#Azure integration

Community Discussion

No community discussion yet for this question.

Full AZ-800 Practice