easymultiple choiceObjective-mapped

A line-of-business application must keep running even if one datacenter in an Azure region has an outage. Which deployment option should you choose for the VMs?

Question 1easymultiple choice
Full question →

A line-of-business application must keep running even if one datacenter in an Azure region has an outage. Which deployment option should you choose for the VMs?

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

An availability set

An availability set protects against planned maintenance and some hardware failures, but not a full datacenter outage.

B

Distractor review

A single virtual machine with Premium SSD

A single VM does not provide redundancy, so it cannot survive a datacenter outage by itself.

C

Best answer

Availability zones

Availability zones place VMs in separate physical datacenters within the same region. That gives the workload protection from a datacenter-level failure, which is stronger than an availability set. If one zone goes down, VMs in the other zones can continue serving traffic when the application is designed for zone-aware redundancy.

D

Distractor review

A proximity placement group

A proximity placement group reduces latency between resources, but it does not protect against datacenter outages.

Common exam trap

Common exam trap: OSPF can fail even when IP connectivity looks correct

OSPF neighbour formation depends on matching areas, timers, network type, authentication and passive-interface behaviour. Do not choose an answer only because the devices can ping.

Technical deep dive

How to think about this question

OSPF questions usually test the details that control adjacency and route selection. Read the neighbour state, area, router ID and interface configuration before deciding what is wrong.

KKey Concepts to Remember

  • OSPF neighbours must agree on key parameters.
  • Router ID selection can affect neighbour relationships and LSDB output.
  • OSPF cost influences the preferred path.
  • A route can appear in OSPF information but not become the installed route.

TExam Day Tips

  • Check area mismatch first when OSPF adjacency fails.
  • Review passive interfaces when a network is advertised but no neighbour forms.
  • Use show ip ospf neighbor and show ip route clues carefully.

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?

OSPF neighbours must agree on key parameters.

What is the correct answer to this question?

The correct answer is: Availability zones — Availability zones are the correct answer because they provide datacenter-level isolation inside a region. Each zone is physically separate, so placing VMs across zones helps the application survive a failure that affects one datacenter. An availability set is useful for host maintenance and localized hardware issues, but it does not span independent datacenters, which is the requirement here. Why others are wrong: A single VM has no redundancy. An availability set improves resilience within one datacenter area, but it does not meet the requirement for datacenter outage protection. A proximity placement group is about performance placement, not high availability. For a full datacenter failure scenario, zones are the right Azure compute option.

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.