Forum Discussion

Rubenso's avatar
Rubenso
Copper Contributor
Sep 30, 2021

Can I merge the ADF_Publish branch to a different branch ?

We are designing a branching strategy for an data application which uses ADF and Data Brick . 

Question is if one can merge the ADF_publish branch to the release branch and then from the release branch run the deployment . Is it possible or we must use default created ADF_Publish branch .

1 Reply

  • Technically yes, ADF_Publish is just a Git branch. You can merge its contents into any other branch (e.g., release). If your pipeline is configured to read templates from release, deployments will work fine, the ARM templates are portable.

Resources