Synapse parametrize URL at activity level in CI/CD
Use the below block of code in the custom template-parameters-definition.json
{
"Microsoft.DataFactory/factories/pipelines": {
"properties": {
"activities": [{
"typeProperties": {
"url": "-"
}
}]
}
}
}