You deploy an Azure web app named contosoApp. ContosoApp is available by using HTTP or HTTPS.
You need to ensure that a web administrator receives an email notification if the average response time for
contosoAPP exceeds 50 milliseconds.
Which two tasks should you perform? Each correct answer presents part of the solution.
A.
Create an HTTPS monitoring endpoint.
B.
Create a metric
C.
Create a rule.
D.
Create an HTTP monitoring endpoint.
E.
Modify the properties of the connection strings.
F.
Enable Application logging.
Create an HTTP monitoring endpoint.
Create a metric?
B Create a Metric
For an Application, the available metrics are:
Average Response Time (as per the question)
The average time taken for the app to serve requests in ms.
https://docs.microsoft.com/en-us/azure/app-service/web-sites-monitor
C Create Rule
You can configure a metric alert to do the following when it triggers:
send email notifications to the service administrator and co-administrators
send email to additional emails that you specify.
call a webhook
start execution of an Azure runbook (only from the Azure portal)
https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/insights-alerts-portal
Why not B&C
https://docs.microsoft.com/en-gb/azure/application-insights/app-insights-alerts#set-a-metric-alert
BC
BC