CI/CD in Azure Data Factory: Git Integration

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • 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: docs.microsoft...
    -CI/CD in Azure Data Factory: docs.microsoft...

КОМЕНТАРІ • 4

  • @ronyreis4828
    @ronyreis4828 Рік тому +6

    but where is the next video?

  • @johnnypp9520
    @johnnypp9520 3 роки тому

    Good video. Well explained. 😊 thanks

  • @JhonatasRosendo
    @JhonatasRosendo 2 роки тому +1

    Really nice content. Where can I find the sequel for this video?

  • @rohitcs1987
    @rohitcs1987 3 роки тому

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