Search code examples
azureazure-devopsazure-data-factoryazure-git-deployment

When ADF publish branch is git protected how to publish?


ADF git mode recommends publishing to Master branch(or a fix branch which usually is protected from check-ins). Since Master is usually protected from check-ins and only pull requests are allowed, how would the publish work?


Solution

  • Master branch is used to publish ADF to adf_publish branch. In short, this process converts several json files into ARM-template json files stored in adf_publish branch. Other working banches need to be merged into Master branch and then be published together in Master branch.