A global maritime logistics enterprise is designing a disaster recovery (DR) solution to replicate workloads from Azure North Europe to West Europe. The tracking architecture consists of two main virtual machines:
- `vm-track1`: Hosts the cargo tracking API and contains a Standard SSD OS disk with a write churn of and a Premium SSD data disk with a write churn of (total VM churn of ).
- `vm-db1`: Hosts a high-transaction PostgreSQL database and contains a Premium SSD OS disk with a write churn of and two Premium SSD data disks: Data Disk 1 with a write churn of and Data Disk 2 with a write churn of (total VM churn of ).
The DR solution must guarantee a Recovery Point Objective (RPO) of and a Recovery Time Objective (RTO) of for both workloads.
Which two actions should you include in the disaster recovery design to meet the requirements?
- Replicate vm-track1 to the target region using Azure Site Recovery.Answer
- BReplicate vm-db1 to the target region using Azure Site Recovery with the high-churn replication policy.
- Implement native PostgreSQL streaming replication from vm-db1 to a standby instance in the target region.Answer
- DConfigure Azure Backup cross-region restore for both vm-track1 and vm-db1.