Question

Difficulty: EasyAzure Regions, Availability Zones, and Region Pairs

An online media company is designing a new streaming platform in Azure. To ensure high availability, they want to protect their application from localized datacenter failures (such as power or cooling outages) within their chosen region. Additionally, they must implement a disaster recovery plan that replicates critical data to a secondary region located at least 300 miles away. Which two Azure architectural features should they use to satisfy these requirements? (Select TWO).

  1. Availability Zones to host application instances across unique physical locations with independent power, cooling, and networking within a single regionAnswer
  2. Region Pairs to replicate data and host recovery services in a secondary region located hundreds of miles away from the primary regionAnswer
  3. C
    Availability Sets to deploy virtual machines across different geographic regions to provide protection against regional disasters
  4. D
    Resource Group locations to automatically replicate and synchronize all resource data to a secondary region for disaster recovery

Answer

Availability Zones and Region Pairs
The correct options are Availability Zones and Region Pairs. Availability Zones provide high availability within a region by distributing resources across physically isolated datacenters. Region Pairs provide disaster recovery by pairing regions that are located at least 300 miles apart, facilitating cross-region replication and backup.

Step-by-Step Solution

1
Identify the high availability requirement within a single region.
Availability Zones are selected because they are unique physical locations with independent power, cooling, and networking within an Azure region, protecting against datacenter-level failures.
This matches the requirement to protect from localized datacenter failures within the chosen region.
2
Identify the disaster recovery replication requirement across a large distance.
Region Pairs are selected because Azure automatically pairs regions located at least 300 miles apart to enable disaster recovery and cross-region replication.
This matches the requirement to replicate critical data to a secondary region located at least 300 miles away.

Key Concept

Azure Availability Zones protect against datacenter failures within a region, while Azure Region Pairs provide replication and disaster recovery across regions separated by at least 300 miles.
Rate this question