CI/CD in Azure Data Factory: Git Integration

    30
    3



    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

    Previous articleDeeply Understanding of Azure Pipelines Agent | Learn How to Install and Configure Azure Pipelines
    Next articleHow to Trigger Azure Pipelines for a GitHub Package

    3 COMMENTS

    1. 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) ?