mediummultiple choiceObjective-mapped

The operations team manages several Azure VMs in one resource group. They need an alert whenever average CPU percentage on any VM in the group stays above 80% for 10 minutes, and the alert must send email and SMS to the on-call team. What should the administrator configure?

Question 1mediummultiple choice
Full question →

The operations team manages several Azure VMs in one resource group. They need an alert whenever average CPU percentage on any VM in the group stays above 80% for 10 minutes, and the alert must send email and SMS to the on-call team. What should the administrator configure?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Create a Log Analytics query alert on the Activity log and manually notify the on-call team.

Log Analytics query alerts are useful for custom log patterns, but CPU percentage is a native metric and the Activity log does not track VM performance.

B

Best answer

Create an Azure Monitor metric alert rule at the resource-group scope and attach an action group.

A metric alert is the right tool for CPU thresholds, and an action group provides the email and SMS notifications. Scoping the alert to the resource group ensures all current VMs are covered without configuring each VM separately.

C

Distractor review

Export VM diagnostics to a storage account and have operators review the files after each incident.

Storage exports help with troubleshooting after the fact, but they do not create an automated alert or notification path for a threshold breach.

D

Distractor review

Create a resource lock on the VMs and use Azure Policy to notify the team about CPU spikes.

Locks prevent changes and Azure Policy enforces compliance; neither one is designed to detect runtime CPU conditions or send incident alerts.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related AZ-104 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Create an Azure Monitor metric alert rule at the resource-group scope and attach an action group. — Azure Monitor metric alerts are the most direct way to watch a performance metric such as CPU percentage and trigger when a threshold is crossed for a duration. An action group then handles the delivery method, such as email and SMS. Because the requirement applies to all VMs in a resource group, scoping the alert at the resource-group level is efficient and avoids per-VM duplication. Why others are wrong: A is wrong because the Activity log does not contain CPU performance data, and query alerts are unnecessary for a built-in metric. C is wrong because exporting diagnostics is not an alerting solution. D is wrong because locks and policy address governance, not runtime performance monitoring or notifications.

What should I do if I get this AZ-104 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.