nerdexam
Microsoft

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…

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

Question

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 deliver an event to SB1 whenever a resource is created, modified, or deleted in RG1. You must minimize the development and configuration efforts. You need to create an Event Grid topic for your planned implementation. Which type of event topic should you create?

Options

  • Aevent domain
  • Bcustom
  • Csystem
  • Dnamespace

How the community answered

(26 responses)
  • A
    12% (3)
  • B
    4% (1)
  • C
    81% (21)
  • D
    4% (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

#Event Grid#system topic#Service Bus#event subscription

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice