Reputation: 13
We have Azure SQL databases in the Azure Elastic pool which are configured in the failover groups. We are planning to move the elastic pool from one subscription to another subscription(to different tenant).
Is it possible to move the elastic pool configured in failover groups to another subscription(different tenant) with out breaking the failover groups.
or else please share the steps/process to perform the activity
Upvotes: 1
Views: 347
Reputation: 5044
Oki so there are two steps, you cannot move resource to a different tenant directly.
What you can do is,
Can also use Azure resource Mover
Tutorial: Move Azure SQL Database resources to another region
Upvotes: 1