A manufacturing corporation wants to deploy a critical production monitoring system in Azure. The system must be resilient to power, cooling, or network failures affecting an entire physical datacenter facility. The architecture team specifies that the backup resources must be located in the same geographic region to keep latency as low as possible. Which Azure feature should be utilized to distribute the virtual machines across separate physical facilities within the region?
- Availability ZonesAnswer
- BRegion Pairs
- CSeparate Resource Groups
- DAzure Regions
Answer
Availability Zones
The correct answer is Availability Zones. Availability Zones are physically separate locations within a single Azure region. Each zone has its own independent power, cooling, and networking infrastructure. Deploying virtual machines across multiple Availability Zones protects applications from datacenter-level outages while maintaining low-latency communication because all components remain within the same geographical region.
Step-by-Step Solution
Key Concept
Azure Availability Zones provide physical redundancy and isolation within a single Azure region to protect against datacenter outages.
Estimated Time:1m 0s