Forum Discussion

usmanf07's avatar
usmanf07
Regular Visitor
2 years ago
Solved

Different Parameters in Dev, Staging, Production Deployment Pipelines

Hi everyone, I'm currently working with deployment pipelines in Microsoft Fabric, and I'm encountering an issue with dynamically setting blob container names for different environments. I have three...
  • UsefGamal's avatar
    2 years ago

    Data factory pipelines are not supporting ti take paeameters from deployment pipelines. 

     

    A suitable solutiion if the containername can be parameterized in the copy activity you can store a metadata file for each workspace with the same file name

    And the copy activity reads from the same column in that excel sheet metadata

    You can change the data in each folder separately

     

    In dev : maetadata.xlsx column [container] has value dev

    And same for staging and same for prod