Forum Discussion
usmanf07
2 years agoRegular Visitor
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...
- 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
usmanf07
2 years agoRegular Visitor
Please can anyone respond to my issue? I really need to get this to work