I'm using active geo-replication on a production Azure SQL Database for failover scenario's. (https://learn.microsoft.com/en-us/azure/sql-database/sql-database-geo-replication-overview)
Soon we'll be performing an upgrade of our application that uses this database, and some DDL updates are required to the primary database, which leads to a few questions. Answers to any\all would be appreciated!
Do I need to disable geo-replication to perform db updates against the primary?
If I don't disable geo-replication, would the DDL statements performed against the primary automatically change the secondary db as well?
When performing these updates, if we wanted to keep the "secondary" database around for a rollback scenario, I assume we can disable geo-replication to keep that database temporarily "stale". Is there a means to use that database as a restore point for the primary database?