A company is deploying Azure SQL Managed Instance and needs to ensure that the failover group provides automatic failover with zero data loss during a regional outage. The secondary region is 500 miles away. Which data replication mode should be configured?
Trap 1: Geo-replication
Geo-replication is not a replication mode; it's a feature.
Trap 2: Snapshot replication
Snapshot replication is not supported in failover groups.
Trap 3: Asynchronous replication
Asynchronous replication may cause data loss during failover.
- A
Synchronous replication
Synchronous replication ensures zero data loss.
- B
Geo-replication
Why wrong: Geo-replication is not a replication mode; it's a feature.
- C
Snapshot replication
Why wrong: Snapshot replication is not supported in failover groups.
- D
Asynchronous replication
Why wrong: Asynchronous replication may cause data loss during failover.