I'm experimenting with and reading about active geo-replication in the Premium tier. I like how easy it is to setup and then terminate replication, but what I am not seeing is any way to re-establish replication with an existing database.
Say for example I have one replica setup and need to failover. I terminate replication, enable write access to the replica and change my connection strings to the replica. I see no way in the Portal, nor in SQL or Powershell to re-establish the replication between the two databases. It seems I need to essentially re-create databases on the other end (twice in fact). First I create a new replica on the Primary (after renaming or deleting the primary db), let it catch up, then stop replication, delete the NOW primary db and reverse the process.
This is fast enough on a 1GB database (though very cumbersome and a little unnerving with my data), but what if I had a 100GB database. Is this just an interim approach to handling failover/failback or is it seen as the long term solution?


