Developing Solutions for Microsoft Azure — Question 62
You have an Azure subscription that contains an Application Insights resource named AI1 and an Azure App Service web app named App1.
You create a Standard availability test in AI1. You set its URL to point to App1.
You need to ensure that any failed tests generate email notifications to the owners of the subscription.
What should you do?
Answer options
- A. Create an action group.
- B. Create an alert rule.
- C. Enable the test.
- D. Enable the alert.
Correct answer: A
Explanation
Creating an action group is essential for configuring email notifications for failed tests, as it determines who receives the alerts. The alert rule is important for defining conditions but does not handle notification delivery. Enabling the test and the alert alone would not ensure that notifications are sent to the owners.