An administrator is configuring an Azure Monitor action group to send alert notifications to a backend API. The API is protected by Microsoft Entra ID. The administrator must ensure that the action group can authenticate securely against the API when alerts are triggered.
Which configuration must the administrator perform to support this secure notification flow?
- Enable the secure webhook option in the action group and provide the object ID of the Microsoft Entra ID application registration.Cevap
- BConfigure an alert processing rule to inject authentication headers into the alert payload before forwarding to the webhook.
- CCreate a diagnostic setting for the action group that routes token exchange requests directly to the webhook endpoint.
- DAssign the Monitoring Publisher role to the public IP address of the webhook endpoint at the subscription scope.
Cevap
Enable the secure webhook option in the action group and provide the object ID of the Microsoft Entra ID application registration.
To secure a webhook action in an Azure Monitor action group, you must register the receiving Web API in Microsoft Entra ID. This generates an application registration. In the action group configuration, enabling the 'Use secure webhook' option and providing the Object ID of this application registration configures Azure Monitor to use Entra ID to authenticate the request before posting the alert payload to the endpoint.
Adım Adım Çözüm
Anahtar Kavram
Secure Webhooks in Azure Monitor Action Groups
Tahmini Süre:1m 30s