Microsoft
AZ-204 · Question #549
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 B. No. The number of subscriptions per custom topic is limited to 500. https://learn.microsoft.com/en-us/azure/event-grid/quotas-limits#custom-topic-system-topic-and- partner-topic-resource-limits You have thousands of customers so you will not manage with this solution.
Submitted by carlos_mx· 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 a custom topic. Create an event subscription for each customer. Does the solution meet the goal?
Options
- AYes
- BNo
How the community answered
(57 responses)- A25% (14)
- B75% (43)
Explanation
The number of subscriptions per custom topic is limited to 500. https://learn.microsoft.com/en-us/azure/event-grid/quotas-limits#custom-topic-system-topic-and- partner-topic-resource-limits You have thousands of customers so you will not manage with this solution.
Topics
#Event Grid#event delivery#near-real-time#push notifications
Community Discussion
No community discussion yet for this question.