Synapse parameterize all pipeline parameters in ci/cd
Use the below block of code in custom template-parameters-definition.json
{
“Microsoft.Synapse/workspaces/pipelines”: {
“properties”: {
“parameters”:{
“*”: {“*”:”=”}
}
}
}
}
Hi Bhargav,
Thanks for the above solution.
Could you please let me know how we can parameterize the sql pools and spark pool names that are used in the pipeline.