mediummultiple choiceObjective-mapped

A company is deploying two Linux application VMs in Azure for a production workload. The region supports availability zones, and the business requires the workload to stay online if an entire datacenter in the region becomes unavailable. Which deployment choice best meets this requirement?

Question 1mediummultiple choice
Full question →

A company is deploying two Linux application VMs in Azure for a production workload. The region supports availability zones, and the business requires the workload to stay online if an entire datacenter in the region becomes unavailable. Which deployment choice best meets this requirement?

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

Place both VMs in the same availability set so Azure separates them across update domains.

Availability sets protect against update and fault domain issues, but they do not provide zone-level isolation across datacenters.

B

Best answer

Deploy the VMs across two availability zones in the same region.

Availability zones place resources in separate datacenters within the same Azure region. That design protects the workload if a full datacenter or zone experiences an outage. For production systems that must survive a zone failure, zones provide stronger resilience than availability sets. This is the best fit when the region supports zones and the application can run with zone-separated instances.

C

Distractor review

Use a single larger VM size with premium SSD storage for better uptime.

A larger VM may improve performance, but it still creates a single point of failure if that datacenter or host becomes unavailable.

D

Distractor review

Deploy the VMs in the same resource group and enable auto-shutdown.

Resource groups are only management containers, and auto-shutdown is meant for cost control rather than high availability.

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: Deploy the VMs across two availability zones in the same region. — Availability zones are the correct choice because they physically isolate resources across separate datacenters in a region. If one zone fails, the VMs in the other zone can continue serving traffic. This directly addresses the requirement to remain online during a datacenter outage. Availability sets help with planned maintenance and host failures, but they do not protect against a full zone failure. Why others are wrong: An availability set only spreads VMs across update and fault domains within a datacenter cluster, not across zones. A bigger VM does not improve fault tolerance. A resource group is not a resilience feature, and auto-shutdown reduces availability rather than improving it.

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.