A software company is designing a relational database solution in Azure for a critical multi-tenant inventory application. The database architecture must meet the following requirements:
- Provide high availability within the primary region that can survive a datacenter zone outage.
- Replicate database data to a secondary Azure region to support disaster recovery with an RTO of less than hour and an RPO of less than minutes.
- Ensure that client applications can automatically reconnect to the secondary region database during a failover without requiring configuration updates or DNS changes.
- Support routing read-only inventory reports to the secondary region to reduce the load on the primary database.
Which two configurations should you include in the database design to meet these requirements?
- Configure an Auto-Failover Group containing the primary database in the primary region and a secondary replica in the paired region.Cevap
- Deploy the database using the Azure SQL Database Business Critical service tier with zone redundancy enabled.Cevap
- CConfigure Active Geo-Replication from the primary database to a secondary database in the paired region.
- DDeploy the database on SQL Server in Azure Virtual Machines using Standard HDD managed disks for transaction logs.