Please let me know the process or the tools existing to migrate Azure Data Factory (has Aure IR, Azure Self Hosted IR), Azure SQL, Azure Logic Apps in one Subscription (tenant) to another substriction (tenant) ?

Sundar Sriram Garimella 136 Reputation points
2022-09-30T06:31:08.443+00:00

We have a subscription with multiple resource groups (Dev / Prod) that are having Azure Data Factory, Azure Logic Apps, Azure Blob Storage, Azure SQL. The Data Factory has Azure IR & also Self Hosted integration run time which is connecting to an on premise database.

Azure logic apps is used for send out emails / archive or delete files in the blob storage with the help of web activity in the Data Factory.

Azure SQL has PTIR & LTR configured backup up on it.

Please let me know how we can achieve this ?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,686 questions
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
717 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,841 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,533 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,462 questions
{count} votes

2 answers

Sort by: Most helpful
  1. BhargavaGunnam-MSFT 26,136 Reputation points Microsoft Employee
    2022-09-30T19:56:00.933+00:00

    Hello @Sundar Sriram Garimella ,

    Welcome to the MS Q&A platform.
    Please correct me if my understanding is wrong. You want to know the process of moving/Migrating ADF, Azure SQL, and Azure logic apps from one subscription to another subscription in the same tenant.

    For ADF: You can move the Resource group and Subscription from the portal if your resources are on the same tenant.

    Resource type Resource group Subscription Region move  
datafactories Yes Yes No  
factories Yes Yes No

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/move-support-resources

    If you want to move resources from one tenant to another tenant, you can use "export template" option

    documentation: https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/export-template-portal

    246632-image.png

    246623-image.png

    The same documentation has details on other resources too.

    I believe for SHIR, you don't need any additional steps if you move the ADF via resource group/subscription move option.

    In case if you see any issues, you need to re-register the authentication key.

    Please let me know if you have any further questions.

    0 comments No comments

  2. Sundar Sriram Garimella 136 Reputation points
    2022-10-03T13:20:05.693+00:00

    @BhargavaGunnam-MSFT
    Regarding the SHIR, if we move ADF through export template what are the possible steps we should see or any road blocks we need to expect. Please let me know if there is any documentation regarding the JSON configuration of SHIR related to ADF. we used the same SHIR and made it as a Shared SHIR between resource groups.