An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Nagesh CL ,
Thankyou for using Microsoft Q&A platform and thanks for posting your question.
As I understand your ask , you want to get clarity on how to perform deployment in ADF . I will try to help you on that.
Continuous integration is the practice of integrating all your code changes into the main branch of a shared source code repository early and often, testing each change when you commit or merge them, and immediately kicking off a build.
Whenever there is any enhancement in the existing pipeline or any new bug fix which is tested in Dev after being worked upon in local branch, the next step should be to create a brand new local branch and import the newly created and tested pipeline in the new local branch and give a pull request to the collaboration branch in order to merge the changes . Once the new changes are published, adf_publish branch will have the updated ARM template that can be utilized for the release.
So, basically, once the code or fix is implemented and tested in local branch, it should be merged into the main branch via Pull request from a new branch.
You can download the support file of the pipeline and upload the same in the new local branch GIT repo to have it in the new local branch from where you need to raise the Pull request.
Kindly refer to this thread for more details.
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you.
Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators