mediummultiple choiceObjective-mapped

The team needs alerts for VM CPU and storage capacity thresholds, but they want to keep telemetry ingestion costs as low as possible. Which approach is best?

Question 1mediummultiple choice
Full question →

The team needs alerts for VM CPU and storage capacity thresholds, but they want to keep telemetry ingestion costs as low as possible. Which approach is best?

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

Best answer

Use Azure Monitor metric alerts for the threshold conditions.

Metric alerts evaluate native platform metrics directly and do not require broad log ingestion, so they are usually the most cost-aware option for threshold monitoring. For CPU and capacity-type measurements that are available as metrics, this approach gives near real-time alerting with minimal telemetry overhead. It fits the requirement to monitor multiple resources while keeping data collection costs down.

B

Distractor review

Send all VM diagnostic logs to Log Analytics and create only log search alerts.

Log-based alerts can work, but they require more ingestion and are usually more expensive than metric alerts for simple threshold conditions.

C

Distractor review

Create a Recovery Services vault backup policy with a short retention period.

Backup policies protect data recovery, but they do not create operational threshold alerts for CPU or storage capacity.

D

Distractor review

Assign Azure Policy to the subscription to audit CPU and storage trends.

Azure Policy can audit configuration compliance, but it does not track runtime telemetry or trigger threshold 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: Use Azure Monitor metric alerts for the threshold conditions. — For threshold monitoring of native Azure metrics, metric alerts are the most cost-effective choice. They avoid the higher ingestion and retention costs associated with sending large volumes of logs to Log Analytics. Since CPU and many storage capacity indicators are available as metrics, Azure Monitor can evaluate them directly and notify the team when thresholds are crossed. This keeps the solution simple, fast, and economical. Why others are wrong: Log-based alerts are useful when you need queryable detail, but they are usually not the lowest-cost option for straightforward threshold conditions. Backup policies address restore and retention, not monitoring. Azure Policy handles governance and compliance, not performance telemetry. The right answer is to use metric alerts when the data already exists as a platform metric.

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.