AZ-204 · Question #634
You have an Azure subscription named Sub1 that contains a resource group named RG1 and a Service Bus queue named SB1. You plan to implement an Azure Event Grid push event subscription that will…
The correct answer is C. system. For Azure Event Grid push event subscriptions where events related to resource creation, modification, or deletion are needed, system topics should be used. System topics are built-in topics provided by Azure services like Azure Storage, Event Hubs, and Service Bus, and they…
Question
Options
- Aevent domain
- Bcustom
- Csystem
- Dnamespace
How the community answered
(26 responses)- A12% (3)
- B4% (1)
- C81% (21)
- D4% (1)
Explanation
For Azure Event Grid push event subscriptions where events related to resource creation, modification, or deletion are needed, system topics should be used. System topics are built-in topics provided by Azure services like Azure Storage, Event Hubs, and Service Bus, and they automatically publish events when these resources change. These topics are automatically created and managed by Azure services for specific resource types. When a resource within that type changes (e.g., a blob is created in a storage account), the system topic automatically publishes an event. https://learn.microsoft.com/en-us/azure/event-grid/concepts
Topics
Community Discussion
No community discussion yet for this question.