An organization is designing a high availability and disaster recovery solution for a web application that uses Azure SQL Database. The solution must support automatic failover to a secondary Azure region, provide a single connection endpoint for the application, and allow read-scale operations in the secondary region. Which two features or capabilities should you recommend to meet these requirements? (Select two.)
- Auto-failover groupsCevap
- The read-only listener endpoint of the auto-failover groupCevap
- CActive geo-replication configured for manual failover
- DMigrating the database to Azure SQL Managed Instance
Cevap
To meet the requirements, you should recommend using auto-failover groups and the read-only listener endpoint of the auto-failover group.
Auto-failover groups allow you to manage the replication and failover of a group of databases on a logical server to another Azure region. They provide automatic failover capabilities and include a single read-write listener endpoint as well as a read-only listener endpoint. Using the read-only listener endpoint allows the application to route read-only workloads to the secondary database without changing connection strings during a failover.
Adım Adım Çözüm
Anahtar Kavram
Designing relational database high availability and disaster recovery in Azure SQL Database using auto-failover groups.