A company hosts a web application on several Azure virtual machines. The IT team needs to implement a monitoring solution to track resource performance and automate responses to system events.
Which two tasks can the team perform by using Azure Monitor? (Select two.)
- Collect and analyze performance metrics from the guest operating system of the virtual machines.Answer
- Configure an alert to send an email notification when the CPU utilization of a virtual machine exceeds a specific threshold.Answer
- CTrack global Azure datacenter outages and upcoming planned maintenance events that impact the virtual machines.
- DAssign administrative roles to users to control who can start or stop the virtual machines.
Answer
Collect and analyze performance metrics from the guest operating system of the virtual machines, and configure an alert to send an email notification when the CPU utilization of a virtual machine exceeds a specific threshold.
Azure Monitor is designed to collect and analyze telemetry data from Azure resources, including the guest operating system of virtual machines. Additionally, it allows users to configure alerts that trigger automated actions (such as sending email notifications) when specific metric thresholds (such as CPU utilization) are exceeded.
Step-by-Step Solution
Key Concept
Azure Monitor collects telemetry (metrics and logs) from Azure resources and provides alerting capabilities based on that data.
Estimated Time:1m 30s