Forum Discussion
How to migrate workspaces between tenants in Fabric?
Hi Anonymous ,
There is a copy workspace PowerShell script available on GitHub. It' copies between workspaces in same tenant, but you can modify it to copy between workspaces in different tenants (copy dashboards will probably not work between tenants).
Kind regards,
Martin
Can we migrate Fabric workspace from one tenant to another tenant using above script like Lakehouse , notebook, sparkjobdefintions , Pipelines data flows and all ..
- Martin_D2 years ago
Solution Sage
Hi Rajibalaji ,
For this scenario I'd rather recommend using Git integration to sync artifacts to new workspace (in same or different Power BI tenant) Manage a workspace with Git. - Microsoft Fabric | Microsoft Learn
- Connect empty repository to source workspace.
- Sync existing artifacts to repository
- Clone repository or disconnect from source workspace.
- Connect repository with artifacts to (empty) destination workspace.
- Sync artifacts from repostiory to destination workspace
Kind regards,
Martin
- AJAJ4 days ago
Helper IV
Martin_D Git repo Does not work synch to a new empty workspace.
Original workspace was west US, (contained pipelines, notebook, warehouse)
synched WS to git repo,
disconnected WSCreated new WS east US
synched git repo to empty new WS
errored out on every level.
It just sucks with no import export option.
Wondering how to switch WS and all contents from west US to east US.