We are planning to move a sql server containing a elastic pool with 8 databases to another subsciption in another tenant. So far we have come up with these steps:
Create a new subscription (TMP) in the source tenant
Move the server to this new subscription (TMP)
Transfer ownership of the new subscription to the destination tenant
Move the server to the final destination subscription
Remove the now obsolete subscription (TMP) from the destination tenant
My questions are:
Is this a good approach and are there any thing we need to be aware of? I suppose we need to correct the Azure Active Directory admin after the movement has completed but that is all I can think of.
One of the databases does have geo replication enabled, is that something we need to address or not?
What are the risks involved, will there be any downtime? What happens if there is a failure in one of the steps?
