Shannu
Shannu

Reputation: 13

Wants to move the Azure elastic pool (configured in failover groups) from one subscription to another subscription(different tenant)

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

Answers (1)

KarthikBhyresh-MT
KarthikBhyresh-MT

Reputation: 5044

Oki so there are two steps, you cannot move resource to a different tenant directly.

What you can do is,

  1. Create a temporary subscription in your current tenant, and move these elastic pools into that temporary subscription. see, Move resources to a new resource group or subscription

Can also use Azure resource Mover

Tutorial: Move Azure SQL Database resources to another region

enter image description here

  1. Then, you can move the temporary subscription to the other tenant. see, Transfer an Azure subscription to a different Azure AD directory

Upvotes: 1

Related Questions