A healthcare company is designing a disaster recovery and high availability solution for a multi-tenant SaaS application. The application's data tier consists of databases hosted in Azure SQL Database. The databases are grouped into an elastic pool in the East US region.
The solution must meet the following requirements:
- Deliver a Recovery Time Objective (RTO) of hour.
- Deliver a Recovery Point Objective (RPO) of seconds.
- Automatically route read-write application traffic to the secondary region during a regional outage.
- Route read-only reporting traffic to the secondary region without requiring modifications to the application connection strings.
- Minimize the administrative effort required to configure database replication and connection management.
Which two actions should you include in the design?
- Configure an auto-failover group that includes the elastic pool, and route the application traffic using the read-write and read-only listener endpoints.Cevap
- Configure the auto-failover group's read-write grace period to control the automatic failover behavior during an outage.Cevap
- CConfigure active geo-replication individually for each database in the elastic pool and update the application connection strings to point to the secondary database endpoints during a failover.
- DConfigure the secondary databases to use locally redundant storage (LRS) for backups to optimize costs.