mediummulti selectObjective-mapped

A team wants to monitor average CPU on a small set of Linux VMs and OS disk free space, but they want the lowest telemetry ingestion cost possible. Which two actions should they take? Select two.

Question 1mediummulti select
Full question →

A team wants to monitor average CPU on a small set of Linux VMs and OS disk free space, but they want the lowest telemetry ingestion cost possible. Which two actions should they take? Select two.

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 a metric alert for the VM CPU metric.

CPU is already exposed as a platform metric, so a metric alert avoids unnecessary log ingestion.

B

Best answer

Install Azure Monitor Agent and collect only the disk-free-space counter by using a minimal data collection rule.

A narrow data collection rule limits guest telemetry to just the performance data needed for disk monitoring.

C

Distractor review

Enable full VM Insights for every guest performance counter.

Full VM Insights adds more telemetry than needed and increases ingestion cost for a small monitoring requirement.

D

Distractor review

Stream all syslog and event logs to a workspace before creating any alert.

Collecting all logs is broader than necessary and does not align with the goal of minimizing ingestion cost.

E

Distractor review

Rely on Azure Resource Health to measure guest OS disk free space.

Resource Health reports Azure platform status, not guest operating system disk usage inside the virtual machine.

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: Use a metric alert for the VM CPU metric. — The least expensive design is to use platform metrics where Azure already provides them and collect only the guest data that is missing. CPU monitoring should use a metric alert directly on the VM metric, avoiding log ingestion. For OS disk free space, Azure Monitor Agent with a narrowly scoped data collection rule lets you collect just that performance counter instead of ingesting a broad set of logs. This keeps telemetry targeted and cost-aware while still supporting both checks. Why others are wrong: Full VM Insights and sending every syslog or event log entry both increase ingestion volume and are unnecessary for the stated requirement. Azure Resource Health is about Azure service and platform availability, not guest operating system capacity. The objective is to monitor only what is needed, so broad telemetry collection is the wrong tradeoff here.

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.