easymultiple choiceObjective-mapped

Exhibit

Azure Monitor alert rule
- Signal type: Metric
- Resource: vm-prod-01
- Condition: Percentage CPU > 80
- Condition window: 10 minutes
- Current action group: None
- Notification requirement: Email the operations team

Based on the exhibit, what should the administrator configure so the operations team receives an email when the VM's average CPU stays above 80% for 10 minutes?

Question 1easymultiple choice
Full question →

Based on the exhibit, what should the administrator configure so the operations team receives an email when the VM's average CPU stays above 80% for 10 minutes?

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 diagnostic setting on the VM and send platform logs to Log Analytics.

Diagnostic settings send telemetry to destinations, but they do not directly notify users when a threshold is crossed.

B

Best answer

Create an action group and attach it to the metric alert rule.

An action group is the Azure Monitor component that delivers notifications or runs automation when an alert fires. The metric alert already defines the CPU condition, so the missing piece is the action group to email the operations team. Once linked, the alert can evaluate continuously and send the required notification whenever the threshold is met.

C

Distractor review

Assign a Reader role to the operations team on the VM resource.

Reader access allows viewing the VM, but it does not create alert notifications or send email when CPU rises.

D

Distractor review

Enable a resource lock on the VM to prevent CPU spikes.

Locks help prevent management changes, but they do not monitor performance or generate alert notifications.

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 action group and attach it to the metric alert rule. — Azure Monitor separates detection from delivery. The metric alert rule already defines the CPU threshold and evaluation window, but it currently has no action group. An action group is what tells Azure Monitor who should be notified and how, such as by email, SMS, or automation. After the action group is attached, the rule can continue evaluating the VM and notify the operations team whenever the CPU condition is satisfied. Why others are wrong: Diagnostic settings export data, but they do not send threshold notifications. Reader access only controls permissions. A resource lock prevents accidental changes, not performance monitoring. None of those options completes the alerting workflow required by the scenario.

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.