A company is designing a high availability (HA) and disaster recovery (DR) solution for an on-premises relational database that is being migrated to Azure. The database workload has the following characteristics:
- It requires SQL Server Agent jobs for nightly data maintenance.
- It relies on cross-database queries between three distinct databases.
The DR design must satisfy the following requirements:
- In the event of a regional outage, failover to the secondary region must occur automatically with minimal data loss.
- The application connection strings must remain unchanged after a failover.
- Read-heavy analytics queries must be offloaded to the secondary region to avoid impacting transaction processing.
Which two configurations should you include in the design to meet the requirements? (Select two.)
- Azure SQL Managed Instance configured within an auto-failover group across two regions, using the read-write listener for transactions and the read-only listener for analyticsCevap
- Global virtual network peering between the delegated subnets of the SQL Managed Instances in both regions to facilitate database replication trafficCevap
- CAn Azure SQL Database elastic pool configured with an auto-failover group to host the databases and manage the automatic failover
- DAzure SQL Managed Instance configured with active geo-replication for the individual databases, using manual failover orchestration