Microsoft
AZ-204 · Question #641
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…
The correct answer is D. From the Azure portal, modify an action group of Azure Monitor. From the Azure portal, modify an action group of Azure Monitor. 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…
Submitted by noor.lb· Mar 30, 2026Monitor, troubleshoot, and optimize Azure solutions
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 a smart detection rule of AppInsights1.
- CDeploy an Azure Resource Manager template that configures the ProactiveDetectionConfigs child
- DFrom the Azure portal, modify an action group of Azure Monitor.
How the community answered
(51 responses)- A4% (2)
- B14% (7)
- C6% (3)
- D76% (39)
Explanation
- From the Azure portal, modify an action group of Azure Monitor. * 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. 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
Topics
#Application Insights#Azure Monitor#action group#smart detection
Community Discussion
No community discussion yet for this question.