AZ-900 Describe Azure architecture and services Practice Question
A company plans to deploy a web application on Azure Virtual Machines. The solution must remain available even if a physical datacenter in the region experiences a complete outage. The company wants to use the simplest and most cost-effective architecture that meets this requirement within a single Azure region. What should the company configure?
⚠ Common exam trap
Many exam-takers confuse an Availability Set (which protects against rack-level failures) with an Availability Zone (which protects against datacenter-level failures), leading them to choose Option A when the question explicitly requires surviving a complete datacenter outage.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Deploy VMs in an Availability Zone across multiple zones.
Availability Zones are physically separate datacenters within an Azure region, each with independent power, cooling, and networking. Deploying VMs across multiple zones protects against a single datacenter outage while remaining in one region, making it the simplest and most cost-effective solution for this requirement.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Deploy VMs in an Availability Set across multiple fault domains.
Why it's wrong here
An Availability Set distributes VMs across fault domains (pods of shared hardware) and update domains within a single Azure datacenter. This protects against individual hardware failures such as a rack failure or a server component failing, and also handles planned maintenance events by cycling up domain-by-updt. However, a complete datacenter outage like a power or cooling failure will affect all fault domains since they all reside in the same physical facility. Thus, an Availability Set cannot provide resilience against a whole-datacenter failure, which is what Availability Zones are designed to handle.
When this WOULD be correct
If the requirement is to protect against hardware failures (e.g., server rack or network switch failure) within a single datacenter, and the solution does not need to survive a full datacenter outage, deploying VMs in an Availability Set with multiple fault domains is the correct answer.
- ✓
Deploy VMs in an Availability Zone across multiple zones.
Why this is correct
Availability Zones are unique physical locations within an Azure region. Each zone has independent power, cooling, and networking. Deploying VMs across two or more zones ensures the application remains available even if one entire datacenter fails.
- ✗
Deploy VMs in a single scale set with autoscale.
Why it's wrong here
A virtual machine scale set with autoscaling adjusts the number of VM instances based on demand (e.g., CPU load). It does not protect against a datacenter failure because all instances are typically placed within the same datacenter unless explicitly configured across zones.
When this WOULD be correct
A company needs high availability for a stateless web application within a single datacenter, with automatic scaling based on demand, and can tolerate brief downtime during a rack failure.
- ✗
Deploy VMs in a virtual network with a VPN gateway to a secondary region.
Why it's wrong here
Deploying VMs with a VPN gateway to a secondary region is a disaster recovery strategy, not an in-region high-availability solution. This approach requires a second full deployment in a different Azure region, adds recurring VPN gateway costs, and introduces cross-region latency and configuration complexity. It also does not automatically fail over or balance traffic between the two sites—you need additional orchestration such as Azure Traffic Manager or manual intervention. Compared to a zone-based deployment within a single region, this is significantly more expensive and operationally heavy, making it unsuitable for the simple scenario described.
When this WOULD be correct
If the requirement were to connect an on-premises network to Azure or to replicate data between two regions for disaster recovery, a VPN gateway would be correct. For example, a question asking for a site-to-site VPN connection between a company's on-premises datacenter and Azure.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AZ-900 exam frequently reuses these exact scenarios with slightly different constraints.
✓Deploy VMs in an Availability Zone across multiple zones.Correct answer▾
Why this is correct
Availability Zones are unique physical locations within an Azure region. Each zone has independent power, cooling, and networking. Deploying VMs across two or more zones ensures the application remains available even if one entire datacenter fails.
✗Deploy VMs in an Availability Set across multiple fault domains.Wrong answer — click to see why▾
Why this is wrong here
An Availability Set protects against hardware failures within a single datacenter but does not provide resilience against a complete datacenter outage, as all VMs in the set are in the same datacenter.
★ When this WOULD be the correct answer
If the requirement is to protect against hardware failures (e.g., server rack or network switch failure) within a single datacenter, and the solution does not need to survive a full datacenter outage, deploying VMs in an Availability Set with multiple fault domains is the correct answer.
Why candidates choose this
Candidates may confuse fault domains with availability zones, thinking that multiple fault domains provide datacenter-level redundancy, when in fact they only distribute VMs across different racks within the same datacenter.
✗Deploy VMs in a single scale set with autoscale.Wrong answer — click to see why▾
Why this is wrong here
Availability Sets protect against rack-level failures within a datacenter, not against a full datacenter outage. They do not provide resilience across physically separate datacenters within a region.
★ When this WOULD be the correct answer
A company needs high availability for a stateless web application within a single datacenter, with automatic scaling based on demand, and can tolerate brief downtime during a rack failure.
Why candidates choose this
Candidates may confuse autoscaling with high availability, or think that scale sets inherently provide availability across failures, but they lack zone-level redundancy.
✗Deploy VMs in a virtual network with a VPN gateway to a secondary region.Wrong answer — click to see why▾
Why this is wrong here
A VPN gateway to a secondary region is for hybrid connectivity or cross-region networking, not for high availability within a single region. It does not protect against a single datacenter outage within the primary region and adds cost and complexity.
★ When this WOULD be the correct answer
If the requirement were to connect an on-premises network to Azure or to replicate data between two regions for disaster recovery, a VPN gateway would be correct. For example, a question asking for a site-to-site VPN connection between a company's on-premises datacenter and Azure.
Why candidates choose this
Candidates may think that a VPN gateway provides redundancy by connecting to another region, but they overlook the question's constraint of staying within a single Azure region. They also confuse disaster recovery (cross-region) with high availability (within-region).
Analysis generated from the official AZ-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Go deeper
Related to this question
Learn chapter
Azure Regions and Geographies
Key term
Region
A region is a distinct geographic location where a cloud provider operates multiple data centers that are connected by low-latency networks and provide cloud services.
Key term
Availability
Availability is the measure of how often a system or service is operational and accessible when needed, typically expressed as a percentage of uptime.
About these practice questions
This AZ-900 question is part of Courseiva's 981-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AZ-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-900 exam.