Designing and Implementing Microsoft DevOps Solutions — Question 2

You are developing a multi-tier application. The application will use Azure App Service web apps as the front end and an Azure SQL database as the back end.
The application will use Azure functions to write some data to Azure Storage.
You need to send the Azure DevOps team an email message when the front end fails to return a status code of 200.
Which feature should you use?

Answer options

Correct answer: B

Explanation

The correct answer is B, as availability tests in Azure Application Insights can monitor the availability of your application and send alerts if it fails to meet specified criteria, such as returning a 200 status code. The other options, while useful for different monitoring purposes, do not specifically provide the capability to alert based on the response status of the web application.