An organization is designing a high availability and disaster recovery (HA/DR) solution for a retail application database layer that is migrating to Azure. The database workload depends on SQL Server Agent for scheduled data-aggregation tasks and requires cross-database queries. The solution must meet the following requirements:
- Recover from a regional outage automatically with a Recovery Time Objective (RTO) of less than 1 hour.
- Maintain a single connection string for the application tier that does not require modification during a regional failover.
- Allow read-heavy reporting applications to query the secondary replica in the secondary region to reduce query impact on the primary database.
Which two options should you recommend to meet these requirements? (Select TWO.)
- Deploy the databases to Azure SQL Managed Instance.Answer
- Create a Failover Group between the primary and secondary Azure SQL Managed Instances, and configure the reporting application to use the read-only listener endpoint.Answer
- CDeploy the databases to Azure SQL Database Single Database within an Elastic Pool.
- DConfigure Active Geo-Replication between Azure SQL Managed Instances, and configure the reporting application to connect directly to the secondary instance's fully qualified domain name (FQDN).
- EDeploy SQL Server on Azure Virtual Machines using Standard HDD disks for the database transaction logs, and configure an Always On Availability Group.