AZ-204 · Question #629
AZ-204 Question #629: Real Exam Question with Answer & Explanation
The correct answer is B: From the Azure portal, modify an action group of Azure Monitor.. 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 ex
Question
You manage an Azure App Service Web App named App1 and an associated Azure Application Insights resource named AppInsights1. You require alerts about any unusual rate increase of failed HTTP requests targeting App1. You need to implement push notifications. What should you do?
Options
- ADeploy an Azure Resource Manager template that configures AppInsights1.
- BFrom the Azure portal, modify an action group of Azure Monitor.
- CFrom the Azure portal, modify diagnostic settings of AppInsights1.
- DDeploy an Azure Resource Manager template that configures the analyticsItems child resource of
Explanation
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. https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/action-groups
Community Discussion
No community discussion yet for this question.