Forum Discussion

julsr's avatar
julsr
Continued Contributor
1 year ago
Solved

Deployment Pipeline with multiple equal stages

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

 

  • 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

3 Replies

  • 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

    • julsr's avatar
      julsr
      Continued Contributor

      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!