あなたは、App1 という名前の Azure App Service Web アプリと、それに関連付けられた AppInsights1 という名前の Azure Application Insights リソースを管理しています。
App1をターゲットとするHTTPリクエストの失敗率が異常に増加した場合にアラートを受け取る必要があります。
プッシュ通知を実装する必要があります。
あなたはどうすべきでしょうか?
正解:D
Correct:
* From the Azure portal, modify an action group of Azure Monitor.
Incorrect:
* Deploy an Azure Resource Manager template that configures AppInsights1.
* Deploy an Azure Resource Manager template that configures the analyticsItems child resource of AppInsights1.
* Deploy an Azure Resource Manager template that configures the ProactiveDetectionConfigs child resource of AppInsights1.
* From the Azure portal, create a service health alert of Azure Monitor.
* From the Azure portal, modify a smart detection rule of AppInsights1.
* From the Azure portal, modify diagnostic settings of AppInsights1.
Note:
To implement push notifications for an unusual increase in the rate of failed HTTP requests for an Azure App Service Web App using Azure Application Insights, you can configure an alert rule that monitors the failed request rate and triggers an action group when a threshold is exceeded. This action group can then send notifications through various channels, including email, SMS, or webhook to trigger a push notification.
When Azure Monitor data indicates that there might be a problem with your infrastructure or application, an alert is triggered. You can use an action group to send a notification such as a voice call, SMS, push, or email when the alert is triggered in addition to the alert itself. Action groups are a collection of notification preferences and actions. Azure Monitor, Azure Service Health, and Azure Advisor use action groups to notify users about the alert and take an action.
Reference:
https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/action-groups