A healthcare provider requires a business continuity strategy for an electronic health record (EHR) database migrating to Azure. The database workload has the following requirements:
* It must support legacy cross-database queries and execute SQL Server Agent jobs for nightly aggregation tasks.
* It must survive a regional outage with a Recovery Time Objective (RTO) of hour and a Recovery Point Objective (RPO) of seconds.
* Failover to the secondary region (West US) must occur automatically, using a single connection endpoint that redirects write traffic without requiring application configuration updates.
* Read-only analytical queries must be offloaded to the secondary region.
You plan to implement Azure SQL Managed Instances in East US (primary) and West US (secondary).
Which of the following configuration actions must you perform to satisfy these requirements? (Select .)
- Establish virtual network peering or a VPN connection between the virtual networks of the primary and secondary instances, and configure a failover group.Cevap
- Manually recreate and synchronize the required SQL Server Agent jobs on the secondary instance.Cevap
- CConfigure active geo-replication for each user database and route connection traffic to the individual primary instance name.
- DProvision the databases in Azure SQL Database Elastic Pools and execute the scheduled tasks using Elastic Database Jobs.