An insurance firm is designing the disaster recovery architecture for its policy management application. The application uses an Azure SQL Database as its data tier. The disaster recovery solution must meet the following requirements:
* If a regional outage occurs, the database must fail over automatically to a secondary Azure region.
* The application connection strings must remain unchanged after a failover.
* The secondary replica must be used to run read-only reporting workloads, and reporting clients must automatically route to the active secondary database.
Which Azure SQL Database feature should you recommend to meet these requirements?
- AActive geo-replication
- BRead-Access Geo-Redundant Storage (RA-GRS)
- Failover groupsCevap
- DSQL Server Always On availability groups on Azure Virtual Machines
Cevap
Failover groups
Failover groups allow you to manage replication, connectivity, and failover of databases to another Azure region. It provides read-write and read-only listener endpoints that point to the primary and secondary databases. If a failover occurs, the endpoints automatically update to point to the new roles, keeping connection strings unchanged. It also supports automatic failover policies.
Adım Adım Çözüm
Anahtar Kavram
Azure SQL Database Failover groups provide automatic failover and stable read-write/read-only listener endpoints across regions.