Forum Discussion
Different Parameters in Dev, Staging, Production Deployment Pipelines
- 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
Update: I thought of creating a notebook which will directly access and copy the file from blob storage:
sas_token = "{sas_token}"
container_url = "https://{storage_account}.blob.core.windows.net/{container_name}"
container_client = ContainerClient.from_container_url(container_url + "?" + sas_token)However, when I deployed the notebook in three "Dev", "Test", "Production" environments the URL changes in all of them automatically pointing to the dev storage container. If possible, can there be a way so that I can provide parameters in notebook dynamically so in each environment it fetches data from respective container?
- Anonymous2 years agoNot applicable
Hi usmanf07
Thanks for using Microsoft Fabric Community.
Apologies for the inconvenience.
Please reach out to our support team to gain deeper insights and explore potential solutions. It's highly recommended that you reach out to our support team. Their expertise will be invaluable in suggesting the most appropriate approach.
Please go ahead and raise a support ticket to reach our support team:
https://support.fabric.microsoft.com/support
After creating a Support ticket please provide the ticket number as it would help us to track for more information.
Thank you.
- usmanf072 years agoRegular Visitor
Hello, I submitted the ticket and my ticket number is: 2406120010002765