Developing Solutions for Microsoft Azure — Question 74
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?
Answer options
- A. Deploy an Azure Resource Manager template that configures AppInsights1.
- B. From the Azure portal, modify an action group of Azure Monitor.
- C. From the Azure portal, modify diagnostic settings of AppInsights1.
- D. Deploy an Azure Resource Manager template that configures the analyticsItems child resource of AppInsights1.
Correct answer: B
Explanation
The correct answer is B because modifying an action group in Azure Monitor allows you to specify notification settings for alerts, including push notifications. Options A and D involve deploying templates which do not directly address the need for notifications. Option C involves changing diagnostic settings, which is not related to the notification mechanism needed for alerts.