Microsoft Azure Administrator Associate AZ-104 Practice Question
You are an Azure administrator responsible for monitoring several web applications hosted in Azure. Your organization requires that when the average page load time of any web application exceeds 2 seconds over a 10-minute period, an email notification is sent to the development team. The solution should be cost-effective and require minimal effort to maintain. Which monitoring solution should you implement?
Enable Azure Monitor metrics for the web apps and create an alert rule based on CPU utilization.
Deploy a Function App to monitor the web apps and send emails when thresholds are breached.
Enable Application Insights for the web apps and configure an alert based on the page load time.
Install a third-party monitoring tool to track page load times and send notifications.