1

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?

Chamberlain
  • 881
  • 5
  • 17
Blue Clouds
  • 7,295
  • 4
  • 71
  • 112

1 Answers1

1

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
Joseph Xu
  • 5,607
  • 2
  • 5
  • 15
  • When we create a connection with git, it asks us which branch to save the change and the folder. This pretty much makes the working branch. Then why are we prompted for a 'working branch' ? If we select another working branch, where will it be saved? – Blue Clouds Jan 21 '21 at 08:05
  • Have you new a branch and then switch to this branch? Changes will be saved to the [current branch](https://i.stack.imgur.com/zWrwF.png). – Joseph Xu Jan 21 '21 at 08:22