mediummultiple choiceObjective-mapped

The operations team wants an email and SMS notification whenever any production virtual machine's average CPU stays above 85 percent for 10 minutes. They also want to reuse the same notification targets for future alerts. What should they configure?

Question 1mediummultiple choice
Full question →

The operations team wants an email and SMS notification whenever any production virtual machine's average CPU stays above 85 percent for 10 minutes. They also want to reuse the same notification targets for future alerts. What should they 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

A diagnostic setting on each VM that sends metrics to a storage account

Diagnostic settings export telemetry for later analysis, but they do not define reusable notification endpoints or alert thresholds.

B

Best answer

An action group attached to a metric alert rule

An action group centralizes the email and SMS targets, and a metric alert can evaluate CPU percentage over a 10-minute window. Linking the alert to the action group gives the team reusable notifications for future monitoring rules without recreating contact information each time.

C

Distractor review

A Log Analytics query alert with no notification target

A query alert can evaluate logs, but it still needs an action target, and it is not the most direct choice for a simple CPU metric condition.

D

Distractor review

A resource lock on the virtual machines

A lock can prevent changes or deletion, but it cannot evaluate CPU usage or send operational notifications.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

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?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: An action group attached to a metric alert rule — A metric alert is the correct monitoring mechanism because CPU percentage is an Azure Monitor metric, not a log event. The action group provides reusable notification channels such as email and SMS, so it can be attached to multiple alerts later. This combination satisfies both requirements: detect sustained high CPU and reuse the same notification targets across the environment. Why others are wrong: Diagnostic settings are for exporting logs and metrics, not for alert delivery. A Log Analytics query alert is more appropriate when the condition comes from a KQL query over logs, not a native VM metric. A resource lock is unrelated to monitoring and cannot trigger 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.