In Part 1 of his ADF continuous integration and development training, Daniel Perlovsky walks through what a standard CI/CD process and how it applies to Azure Data Factory. He then shows you how to integrate your DEV factory with a Git repository in GitHub and what the process is to create a feature branch and merge your changes back into the collaboration branch.
For more information, see the following resources:
– Source control in Azure Data Factory: https://docs.microsoft.com/azure/data-factory/source-control
-CI/CD in Azure Data Factory: https://docs.microsoft.com/azure/data-factory/continuous-integration-deployment
source
Really nice content. Where can I find the sequel for this video?
Good video. Well explained. š thanks
nice presentation. thanks I understood CI-CD finally š 1 Question- if there are many existing branches then before re-working on my existing branch how would take the latest code in my branch so that I don't overwrite other branches codes when ever i merge my changes(with pull request) ?