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

Azure data factory working-branch confusion


Azure data factory introduces many branches in git mode.

  1. Source branch : Save is stored here
  2. Publish branch
  3. working branch: After a git is connected, ADF prompts us for this.

What does the working branch do?


Solution

  • I think there are three types of branches when we use git mode.

    Branch Name Quantitiy Use Range
    adf_publish One and only one save Resource Manager templates of the published factory
    main One and only one this is collaboration branch used to merge changes of other working branches
    working branch multiple everyone on the team works on these branches