DP-300 · Question #371
SIMULATION You need to configure a disaster recovery solution for db1. When a failover occurs, the connection strings to the database must remain the same. The secondary server must be in the West…
Active geo-replication is the correct solution because it creates a continuously synchronized readable secondary database in a different Azure region (West US), and when failover occurs, the secondary becomes the new primary while retaining the same logical server connection…
Question
Exhibit
Explanation
Active geo-replication is the correct solution because it creates a continuously synchronized readable secondary database in a different Azure region (West US), and when failover occurs, the secondary becomes the new primary while retaining the same logical server connection endpoint through a failover group - ensuring connection strings remain unchanged. This meets all three requirements: disaster recovery capability, connection string consistency post-failover, and placement of the secondary in West US. Failover groups built on top of active geo-replication provide the stable DNS endpoint that abstracts the underlying primary/secondary role changes, which is precisely why connection strings do not need to be updated after a failover event.
Topics
Community Discussion
No community discussion yet for this question.
