Synapse parametrize URL at activity level in CI/CD

September 7, 2022 0 By Bhargava

Use the below block of code in the custom template-parameters-definition.json

{
"Microsoft.DataFactory/factories/pipelines": {
"properties": {
"activities": [{
"typeProperties": {
"url": "-"
}
}]
}
}
}