A logistics company is designing a disaster recovery model for its shipment tracking database in Azure. The database is currently hosted in the West US region. The disaster recovery solution must keep replicated data within the same geography for compliance, place the backup data at least 300 miles away to survive regional disasters, and ensure that Azure platform updates are performed sequentially rather than simultaneously across both locations. Which Azure architectural feature should the company use to meet these requirements?
- AAvailability Zones
- Azure Region PairsCevap
- CAvailability Sets
- DResource Groups
Cevap
Azure Region Pairs
Azure Region Pairs automatically link two regions within the same geography (typically at least 300 miles apart). They ensure that data replication remains compliant with local residency rules, provide geographic separation to recover from regional disasters, and undergo sequential platform updates so that only one region in the pair is updated at a time, preventing simultaneous downtime.
Adım Adım Çözüm
Anahtar Kavram
Azure Region Pairs replication, data residency, and sequential update policies.