A retail organization hosts its main loyalty transaction database on a single database in Azure SQL Database (Business Critical tier) in the East US region. You are designing a disaster recovery (DR) solution that replicates the database to the West US region. The solution must meet the following requirements:
* Database failover to the secondary region must be initiated manually by the operations team.
* Reporting applications must be able to query the secondary replica using a single, constant connection endpoint that does not require reconfiguration or connection string updates after a failover.
Which configuration should you recommend to meet these requirements?
- Configure a Failover Group containing the database, set the read-write failover policy to manual, and configure the reporting applications to use the read-only listener endpoint.Cevap
- BConfigure Active Geo-replication to the West US region, and configure the reporting applications to connect directly to the secondary server name.
- CConfigure a Failover Group containing the database, set the read-write failover policy to automatic, and configure the reporting applications to use the read-only listener endpoint.
- DMigrate the database to an Azure SQL Managed Instance, configure active geo-replication, and configure the reporting applications to connect directly to the secondary instance endpoint.
Cevap
Configure a Failover Group containing the database, set the read-write failover policy to manual, and configure the reporting applications to use the read-only listener endpoint.
A Failover Group provides a stable read-only listener endpoint that automatically routes read traffic to the secondary database replica. By setting the failover policy to manual, the operations team retains control over initiating database failover while allowing the application connection strings to remain unchanged.
Adım Adım Çözüm
Anahtar Kavram
Azure SQL Database Failover Groups allow grouping databases for replication and failover, offering read-write and read-only listener endpoints that survive failover events, with support for both automatic and manual failover policies.
Tahmini Süre:1m 30s