I am new to data factory git repository management. Currently i have a pipeline which has a web activity.
The url of web activity is an external url to data factory. When this data factory is published, this url is not parametrized in adf_publish branch arm template.
While I have read, that we cannot directly make changes to adf_publish branch as it can only be published to from main branch.
What is the right way to solve this requirement. I want to add url as a parameter to the web activity so that it can be overriden during CI-CD Deployment