You need to be notified whenever the average CPU usage of VM-App01 exceeds 80 percent for 10 minutes. The solution must send an email to the operations team automatically. What should you configure?
Trap 1: Create an Azure Advisor recommendation alert.
Azure Advisor gives recommendations and is not used for real-time CPU threshold alerting.
Trap 2: Create an activity log alert for the virtual machine.
Activity log alerts track management operations, not guest or platform performance metrics like CPU percentage.
Trap 3: Create a subscription budget alert.
Budget alerts are used for cost management, not VM performance monitoring.
- A
Create an Azure Monitor metric alert and link it to an action group.
This is the standard way to send automated notifications based on CPU thresholds.
- B
Create an Azure Advisor recommendation alert.
Why wrong: Azure Advisor gives recommendations and is not used for real-time CPU threshold alerting.
- C
Create an activity log alert for the virtual machine.
Why wrong: Activity log alerts track management operations, not guest or platform performance metrics like CPU percentage.
- D
Create a subscription budget alert.
Why wrong: Budget alerts are used for cost management, not VM performance monitoring.