Forum Discussion
navakanth_DE
1 year agoFrequent Visitor
How to deploy Fabric resources across multi tenants
Hi , How can we deploy Fabric resources/Items from one tenant to other tenant ? Example: I have Dev and Test in Tenant01(company.in) and my production in Tenant02(company.global) , now i want to ...
- 1 year ago
Rather coincidentally I was looking at a GitHub repository the other day that shows how you can do it with GitHub Actions. So all you need to do is port the logic over for it to work in Azure Pipelines instead.
https://github.com/alisonpezzott/pbi-ci-cd-isv-multi-tenant
I hope this helps.
navakanth_DE
1 year agoFrequent Visitor
Hi ObungiNiels ,
We are currently using Terraform to automate this process, although there are still a few manual steps involved — such as parameterizing the notebook ID, lakehouse ID, and other components.
Thank you for your support. We’re hopeful that future updates to Microsoft Fabric will enable seamless multi-tenant deployments.