Synapse parameterize all parameters at activity level in CI/CD
Use the below block of code in the custom template-parameters-definition.json
{
"Microsoft.Synapse/workspaces/pipelines": {
"properties": {
"activities": [{
"typeProperties": {
"*": "="
}
}]
}
}
}