A company wants to ensure their application remains available even if an entire Azure region experiences an outage. Which Azure feature should they implement?
Trap 1: Availability sets
Availability sets protect against failures within a single datacenter, not across entire regions.
Trap 2: Availability zones
Availability zones protect against datacenter failures within a region, not a full regional outage.
Trap 3: Load balancer
Load balancer distributes traffic but does not provide cross-region failover.
- A
Availability sets
Why wrong: Availability sets protect against failures within a single datacenter, not across entire regions.
- B
Availability zones
Why wrong: Availability zones protect against datacenter failures within a region, not a full regional outage.
- C
Region pairs
Region pairs provide cross-region disaster recovery and are designed for regional outages.
- D
Load balancer
Why wrong: Load balancer distributes traffic but does not provide cross-region failover.