The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello Everyone,
I have 4 workspaces which are used in Production. Right now we're implementing Deployment Pipelines and I want to use one Pipeline for the whole process, so we can have one development stage which will send items to 4 different Test Stages and from there each test stage will send items to the corresponding item in the prod stage. Is it possible? If yes, how can I do it?
Thanks
Solved! Go to Solution.
Hi @julsr ,
This currently is not supported natively in Fabric Deployment Pipelines as each stage in the pipeline can only be assigned to a single workspace. As an additional note, if you decide to go the route of multiple pipelines, you will need a separate dev workspace for each pipeline as each workspace can only be assigned to a single pipeline.
Here is some Microsoft Documenation that contains considerations and limitations: https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/assign-pipeline
If this helped, please mark it as the solution so others can benefit too. And if you found it useful, kudos are always appreciated.
Thanks,
Samson
Connect with me on LinkedIn
Check out my Blog
Going to the European Microsoft Fabric Community Conference? Check out my Session
Hi @julsr ,
This currently is not supported natively in Fabric Deployment Pipelines as each stage in the pipeline can only be assigned to a single workspace. As an additional note, if you decide to go the route of multiple pipelines, you will need a separate dev workspace for each pipeline as each workspace can only be assigned to a single pipeline.
Here is some Microsoft Documenation that contains considerations and limitations: https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/assign-pipeline
If this helped, please mark it as the solution so others can benefit too. And if you found it useful, kudos are always appreciated.
Thanks,
Samson
Connect with me on LinkedIn
Check out my Blog
Going to the European Microsoft Fabric Community Conference? Check out my Session
Thanks! So I'll need to create one pipeline and one dev and test workspace per Prod Workspace. Sounds like too much work but I'll do it. I don't know if I use the Azure Pipelines will solve this but that's for another thread. Thank you!
Hi @julsr ,
This approach would work for your use case. If you were interested in other CI/CD methodologies in Fabric, below is a link that showcases some sample architectures: