Forum Discussion

Nannyhg's avatar
Nannyhg
Frequent Visitor
1 year ago
Solved

Migration Data Factory pipelines between tenants

Hi everybody. I need your help please. I'm trying to migrate several Data Factory pipelines between 2 diferent fabric tenants. I'm using Azure DevOps to move all the workspaces, I created the connect...
  • NandanHegde's avatar
    1 year ago

    Assuming you are stating w.r.t Fabric data pipelines, within the JSON template you would see external references :

    which is the connection ID:

     

    which you would need to replace

  • Nannyhg's avatar
    1 year ago

    I reach the solution, first I use some queries on Powershell on source and on the new tenant and get the name and id of the connections. then I save on Azure Devops the source, clone to the new tenant devops and on it I update the connections ID according with the reports generated with powerShell.

    Be aware to have permissions on the new connections.

     

    Thank for your comments