You are designing a disaster recovery plan for an Azure SQL Database that supports an e-commerce application. The application requires an RPO of 15 seconds and an RTO of 1 hour during a regional outage. Which solution should you recommend?
Active geo-replication provides low RPO and manual failover that can be automated to meet RTO.
Why this answer
Option C is correct because active geo-replication allows you to create a readable secondary in another region with an RPO of 5 seconds and manual failover, which can meet the RTO if automated via scripts. Failover groups have a default RPO of 5 seconds but an RTO of 1 hour; however, active geo-replication with a manual failover script can achieve the required RTO. Zone redundancy does not protect against regional outage.
Backup restore has higher RPO.