nerdexam
Microsoft

AZ-204 · Question #548

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. An event domain is a management tool for large number of Event Grid topics related to the same application. You can think of it as a meta-topic that can have thousands of individual topics. It provides one publishing endpoint for all the topics in the domain. When publishing an…

Submitted by jakub_pl· Mar 30, 2026Connect to and consume Azure services and third-party services

Question

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 have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are implementing an application by using Azure Event Grid to push near-real-time information to customers. You have the following requirements: - You must send events to thousands of customers that include hundreds of various event types. - The events must be filtered by event type before processing. - Authentication and authorization must be handled by using Microsoft Entra ID. - The events must be published to a single endpoint. You need to implement Azure Event Grid. Solution: Publish events to an event domain. Create a custom topic for each customer. Does the solution meet the goal?

Options

  • AYes
  • BNo

How the community answered

(62 responses)
  • A
    76% (47)
  • B
    24% (15)

Explanation

An event domain is a management tool for large number of Event Grid topics related to the same application. You can think of it as a meta-topic that can have thousands of individual topics. It provides one publishing endpoint for all the topics in the domain. When publishing an event, the publisher must specify the target topic in the domain to which it wants to publish. The publisher can send an array or a batch of events where events are sent to different topics in the domain. See the Publishing events to an event domain section for details. Domains also give you authentication and authorization control over each topic so you can partition your tenants. This article describes how to use event domains to manage the flow of custom events to your various business organizations, customers, or applications. https://learn.microsoft.com/en-us/azure/event-grid/event-domains?tabs=event-grid-event-schema

Topics

#Event Grid#event delivery#near-real-time#push notifications

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice