Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Can we use fabric deployment pipeline to deploy across tenant ? Dev in tenant 1, test in tenant 2 and prod in tenant 3
Solved! Go to Solution.
u can't deploy to other tenants using deployment pipelines.
However, you can create deployment pipelines in other tenants and then use something like Azure DevOps or GitHub to orchestrate the deployment to the different stages in those tenants.
Alternatively, you can deploy to workspaces in other tenants using either the Git or deployment API's. Microsoft visualizes how this can work as option 4 in their CI/CD options article.
I hope this helps.
Hi @astiw
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
u can't deploy to other tenants using deployment pipelines.
However, you can create deployment pipelines in other tenants and then use something like Azure DevOps or GitHub to orchestrate the deployment to the different stages in those tenants.
Alternatively, you can deploy to workspaces in other tenants using either the Git or deployment API's. Microsoft visualizes how this can work as option 4 in their CI/CD options article.
I hope this helps.
Fabric APIs are raw and we need to build some orchestrator around it. if you have ny sample of end to end pipeline that would be helpful
Hi @astiw ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
hello @astiw
Microsoft Fabric deployment pipelines do not natively support direct deployment across tenants .
Deployment pipelines are designed to work within the same tenant, enabling the movement of content across different stages like development, test, and production within a single tenant’s workspace structure
Here is simple approach you can have to move content across tenants
Sync tenant1 workspace content to repo and then use that repo for another another tenant sync
if this is helpful please accept the answer
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Fabric update to learn about new features.
User | Count |
---|---|
37 | |
14 | |
9 | |
8 | |
4 |
User | Count |
---|---|
61 | |
36 | |
25 | |
12 | |
8 |