A company runs a critical Azure SQL Database in the West US region. To meet a Recovery Point Objective (RPO) of 5 seconds and a Recovery Time Objective (RTO) of 30 seconds during a regional outage, which deployment option should be used?
Trap 1: Deploy the database in the Business Critical tier with…
Incorrect. Zone-redundant configuration within the same region does not protect against a full regional outage.
Trap 2: Enable geo-zone-redundant backup storage and perform point-in-time…
Incorrect. Geo-zone-redundant backup storage and point-in-time restore have much higher RTO (hours) and cannot meet 5-second RPO.
Trap 3: Configure Active Geo-Replication with a readable secondary in East…
Incorrect. Active Geo-Replication requires manual failover, which typically takes several minutes, failing the RTO of 30 seconds.
- A
Use an Auto-Failover Group with a secondary in West US 2
Correct. Auto-Failover Group to another region provides automatic failover and can meet strict RPO and RTO with proper configuration.
- B
Deploy the database in the Business Critical tier with zone-redundant configuration in West US
Why wrong: Incorrect. Zone-redundant configuration within the same region does not protect against a full regional outage.
- C
Enable geo-zone-redundant backup storage and perform point-in-time restore
Why wrong: Incorrect. Geo-zone-redundant backup storage and point-in-time restore have much higher RTO (hours) and cannot meet 5-second RPO.
- D
Configure Active Geo-Replication with a readable secondary in East US
Why wrong: Incorrect. Active Geo-Replication requires manual failover, which typically takes several minutes, failing the RTO of 30 seconds.