Hi,
I have configured geo-replication and Failover groups for same Azure SQL database, please see following details.
GR
Primary: serverak/testdb
Secondary: serverak3/testdb and serverak4/testdb
Failover groups
Primary: serverak/testdb
Secondary: serverak5/testdb
So my testdb database is getting replicated to three Azure SQL databases (2 for GR and 1 for FG) - question is what happens to GR databases if database is failed over from serverak/testdb ?
One option is GR databases would continue to get the changes from serverak/testdb which would be in readable state after failover. Another option is Azure can see GR and FG are set up on same database and hence GR databases would continue to get the changes from new primary after failover - chances are less still wants to be clear on this.
Appreciate your insightful response. Thank you.