A company runs a critical application on an Azure virtual machine in the West US region. They want to enable disaster recovery to East US with the ability to perform non-disruptive DR drills. They need an RPO of a few minutes. Which Azure service should they use?
Trap 1: Azure Backup
Azure Backup provides point-in-time backups, not continuous replication, and does not support non-disruptive failover testing.
Trap 2: Azure Traffic Manager
Traffic Manager performs DNS-based traffic routing across regions, not VM replication or failover.
Trap 3: Azure Blueprints
Azure Blueprints is a governance tool for defining repeatable environments, not a disaster recovery solution.
- A
Azure Site Recovery
Azure Site Recovery replicates VMs continuously and allows you to run test failovers in isolation for DR drills.
- B
Azure Backup
Why wrong: Azure Backup provides point-in-time backups, not continuous replication, and does not support non-disruptive failover testing.
- C
Azure Traffic Manager
Why wrong: Traffic Manager performs DNS-based traffic routing across regions, not VM replication or failover.
- D
Azure Blueprints
Why wrong: Azure Blueprints is a governance tool for defining repeatable environments, not a disaster recovery solution.