Hi @Matthew Barrett
it depends on which failover scenario you are using, Azure SQL Database also provides several business continuity features that you can use to mitigate various unplanned scenarios.
- Active geo-replication allows you to create readable replicas and manually failover to any replica in case of a regional outage.
- Auto-failover groups allow the application to automatically recover in the event of a regional outage.
The differences between both approaches as follows:
in case of Geo-replication you will have to update the connection string
also, take into considerations the RPO and RTO for both scenarios.
In this table, Manual database failover refers to failover of a single database to its geo-replicated secondary using the unplanned mode.