A company is planning to migrate its payroll application to Azure. To ensure the application remains online, the lead architect proposes deploying the application across two Availability Zones within the same Azure region. Is the statement that this deployment strategy will protect the application from a region-wide disaster, such as a severe storm that impacts the entire region, true or false?
Answer: Answer
Answer
False
The correct answer is false because Availability Zones only protect against localized failures within a single region's datacenters. A region-wide disaster impacts the entire geographic region, meaning all Availability Zones within that region could be affected simultaneously. Protection against such disasters requires a multi-region deployment strategy, typically utilizing Azure Region Pairs.
Step-by-Step Solution
Key Concept
Availability Zones protect against localized datacenter outages within a single region, whereas Region Pairs (multi-region deployments) are required to protect against region-wide disasters.
Estimated Time:1m 0s