Your company has an Azure SQL Database in the General Purpose tier. You need to reduce the recovery point objective (RPO) from 1 hour to less than 1 minute for disaster recovery. Which action should you take?
Trap 1: Increase the backup retention period to 35 days.
Increasing backup retention extends point-in-time restore history but does not change the replication RPO for geo-disaster recovery.
Trap 2: Enable zone redundancy on the database.
Enabling zone redundancy provides resilience against zone failures within a region, but does not affect geo-replication across regions.
Trap 3: Increase the DTU or vCore count.
Increasing DTU or vCore count improves performance but does not change replication mode or reduce geo-replication RPO.
- A
Increase the backup retention period to 35 days.
Why wrong: Increasing backup retention extends point-in-time restore history but does not change the replication RPO for geo-disaster recovery.
- B
Upgrade the database to Business Critical tier.
Upgrading to Business Critical adds synchronous replicas within the region for local HA, but geo-replication remains asynchronous with ~1 hour RPO. It does not achieve sub-minute geo RPO.
- C
Enable zone redundancy on the database.
Why wrong: Enabling zone redundancy provides resilience against zone failures within a region, but does not affect geo-replication across regions.
- D
Increase the DTU or vCore count.
Why wrong: Increasing DTU or vCore count improves performance but does not change replication mode or reduce geo-replication RPO.