An organization has a financial analysis application deployed in the East Asia region. The application consists of two Azure virtual machines: `AppWeb-VM01` (web tier) and `AppDB-VM01` (database tier running SQL Server).
You are designing a disaster recovery (DR) solution to the Southeast Asia region. The solution must meet the following requirements:
* The database tier must have a recovery point objective (RPO) of and a recovery time objective (RTO) of .
* The web tier must have an RPO of and an RTO of .
During peak hours, the disk write churn rates are as follows:
* `AppWeb-VM01`: total.
* `AppDB-VM01` OS disk: .
* `AppDB-VM01` SQL Server data disk (Premium SSD v1): .
* `AppDB-VM01` SQL Server TempDB disk (Premium SSD v1): .
Which two actions should you include in the disaster recovery design?
- Replicate AppWeb-VM01 to the target region by using Azure Site Recovery.Answer
- Replicate the database tier by using SQL Server Always On Availability Groups to the target region.Answer
- CReplicate AppDB-VM01 to the target region by using Azure Site Recovery with the high-churn limits option enabled.
- DConfigure Azure Backup with cross-region restore (CRR) for the daily backup points of AppDB-VM01.