An organization requires secure delivery of events from an Azure Event Grid system topic to an Azure Service Bus queue. To minimize administration overhead, you need to configure the Event Grid topic with a managed identity whose lifecycle is automatically tied to the Azure resource itself. Which configuration should you apply to the Event Grid system topic?
- Configure a system-assigned managed identity.Answer
- BConfigure a user-assigned managed identity.
- CConfigure a Shared Access Signature (SAS) token with queue-level scope.
- DConfigure a Key Vault secret access policy for the Event Grid resource provider.
Answer
Configure a system-assigned managed identity.
Configuring a system-assigned managed identity enables Azure Event Grid to authenticate and deliver events to the Service Bus queue securely. Because the identity is system-assigned, its lifecycle is managed entirely by Azure and is bound directly to the Event Grid system topic resource itself, meaning it is automatically deleted when the topic is deleted.
Step-by-Step Solution
Key Concept
Azure Event Grid managed identity authentication
Estimated Time:1m 0s