How to Deploy Azure Data Factory (ADF) from Dev to QA using Devops

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ค. 2024
  • Just wanted to do a quick video to cover the process of deploying ADF artifacts from Development environment to higher environments like QA, etc. these are the basic steps to get it done (please watch the video for detailed instructions)
    1. Create a new project in Devops if there is no project set up already
    2. Make sure Repo is created along with a collaboration branch, by default you will have a main branch there, I usually create development branch where developers will pull their code in after they are done with unit testing:
    3. Configure ADF to connect to Git repository in Devops (make sure to use development as collaboration branch and allow adf_publish to be the default publish branch)
    4. Make sure to publish your data factory so that you can see the two json files in devops
    5. Create a new release pipeline
    6. Create a new release
    link to blog: businessintelligist.com/2021/...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 42

  • @JohnSmith-rx2uv
    @JohnSmith-rx2uv 2 ปีที่แล้ว +8

    Short and straight to the point - This is exactly what I needed! Thank you!

  • @victors9585
    @victors9585 10 หลายเดือนก่อน +1

    Не ожидал, что Нагиев умеет так классно в Биг-дату!!! 😎👏🌟👍👏🌟👍Контент - АГОНЬ!!! 🔥🔥🔥🔥🔥🔥 Благодарю за труд!!! Заходит в кайф!!! 👍👍👍👍👍👍 Не останавливайся!!! 🚀🚀🚀🚀🚀🚀

  • @sonjoysengupto
    @sonjoysengupto ปีที่แล้ว +1

    Very fluid and extremely helpful demo, thanks a lot🙏🏾

  • @girishrao5816
    @girishrao5816 8 หลายเดือนก่อน +1

    It's very informative.... Please add more videos on ADF real time scenarios.

  • @zahircheema38
    @zahircheema38 8 หลายเดือนก่อน +1

    Very concise and to the point ...good job ...Thanks!!!

  • @sitrakaforler8696
    @sitrakaforler8696 ปีที่แล้ว +1

    Dude.... it's perfect! Thank you very much!

  • @hutchm92
    @hutchm92 2 ปีที่แล้ว +1

    Great job! I was able to follow your simple steps to revisit a problem I was experiencing with adf_publish. I did not have GIT configuration Publish branch set up correctly. It was pointing to the collaboration branch.

  • @srikanthp4312
    @srikanthp4312 2 ปีที่แล้ว +1

    Great Job bro..very useful. Thanks for posting it!

  • @ramkidec11
    @ramkidec11 ปีที่แล้ว +1

    Extremely helpful video. Thanks 🙏

  • @ankhoff
    @ankhoff 4 หลายเดือนก่อน +1

    Thank you for the video! Very nice tutorial!

  • @Vamsikrishna-ve5gw
    @Vamsikrishna-ve5gw หลายเดือนก่อน +1

    Awesome!

  • @Austin-st8yn
    @Austin-st8yn ปีที่แล้ว +1

    Great video! Thanks!

  • @kukkavenkatprashant8309
    @kukkavenkatprashant8309 2 ปีที่แล้ว +1

    Very helpful thank you 😊

  • @Ignalvarez
    @Ignalvarez 6 หลายเดือนก่อน +1

    Great Content!

  • @SuperMarincho
    @SuperMarincho 11 หลายเดือนก่อน +1

    Your Video was very helpfull for a deploy I`m doing, thanks a lot Sr

  • @aasthachopra
    @aasthachopra 3 หลายเดือนก่อน

    Thanks !! You are an angel 😇

  • @sakthijeganathan9573
    @sakthijeganathan9573 ปีที่แล้ว +1

    Good tutorial. Thanks a lot

  • @cristophercampos3671
    @cristophercampos3671 8 หลายเดือนก่อน +1

    Nice video bro, greetings from chile.

  • @scottbillings2351
    @scottbillings2351 ปีที่แล้ว +1

    Great video Thanks

  • @mohamedfahfouhi3537
    @mohamedfahfouhi3537 6 หลายเดือนก่อน +1

    thanks a lot for This tuto,
    👏helpful for me

  • @devopstechy
    @devopstechy 7 หลายเดือนก่อน +4

    u have not shown release pipeline task

  • @emiliogarzacantu4296
    @emiliogarzacantu4296 10 หลายเดือนก่อน +1

    Great content, thanks. Just wondering, you don't need a separate repo for QA, right? Like the QA ADF won't be connected to any repos?

  • @sumeetvachhani5321
    @sumeetvachhani5321 ปีที่แล้ว +1

    Is it possible to change pipeline parameters or activity settings when moving from dev to QA?
    In some activities like web activity URL might be different for environment, how can we handle that?

  • @ADFTrainer
    @ADFTrainer ปีที่แล้ว +3

    Can you create video for deployment using YAML file Thanks

  • @davidkerr7
    @davidkerr7 2 ปีที่แล้ว +1

    How did you get the keyvault parameter to show up in your parameter files

  • @veronicadesantos2840
    @veronicadesantos2840 ปีที่แล้ว +1

    Do you need an extra step to publish the pipelines you deployed in QA? or how do you publish in the QA data factory?

  • @joestopansky6375
    @joestopansky6375 ปีที่แล้ว +4

    Does your release do anything that isn’t already done by your build pipeline? It seems like you are just deploying the ARM template to QA twice: once from build pipeline and again from release.

    • @sonjoysengupto
      @sonjoysengupto ปีที่แล้ว +2

      Great catch, just realized that he did not go to the details of what’s in the release pipeline at all🤔

    • @SameerSK52
      @SameerSK52 ปีที่แล้ว

      Exactly. But I don’t think he is deploying twice. The second release pipeline would be just earmarking the build so that we can revert back the build if needed using release number. That’s my guess but were you able to figure this out?

  • @miguelmercados7246
    @miguelmercados7246 ปีที่แล้ว +1

    If I created my project in QA at first, it works the same to copy from QA to DEV?

  • @jakirajam
    @jakirajam ปีที่แล้ว +1

    Hi....please show me Qa adf code..once deploy....in qa it should be run

  • @LilM0ke
    @LilM0ke 5 วันที่ผ่านมา +1

    when using the template currently, there is no elipsis to click to show the files. any ideas? thank you

    • @KnowledgeBankPro
      @KnowledgeBankPro  3 วันที่ผ่านมา

      sorry, this is video was recorded a while ago, and some options might have changed.. we will look into updating it soon

  • @hma262
    @hma262 2 ปีที่แล้ว +2

    Hi, sir. Thank you very much for this! It saved me a lot of time. I have one little question: what if the data factorys are in two different resource groups? Thank you very much again.

    • @GuyBehindTheScreen1
      @GuyBehindTheScreen1 2 ปีที่แล้ว +1

      I have the same question. All of my environments are in different resource groups.

    • @hma262
      @hma262 2 ปีที่แล้ว +2

      @@GuyBehindTheScreen1 it's possible. I did it using "ARM template deployment" agent and specifying the target group resource

    • @GuyBehindTheScreen1
      @GuyBehindTheScreen1 2 ปีที่แล้ว +2

      @@hma262 Yeah good call. I should have finished the video before commenting lol. He specifically says the Resource group you pick when creating the pipeline is where you want it to be deployed too (for anyone else following along).

  • @eddyjawed
    @eddyjawed 13 วันที่ผ่านมา +1

    Thanks for your helpful vid but I got to admit MS as usual overcomplicate everything its so long winded. Deployment should be much easier than this

    • @KnowledgeBankPro
      @KnowledgeBankPro  12 วันที่ผ่านมา +1

      totally agreed, I recorded this video because I got so frustrated with it one day that I could only imagine how other people felt so I wanted to do something to help out.

  • @CallousCoder
    @CallousCoder 2 ปีที่แล้ว

    This is not really the way to do it.
    You don’t want a deploy per environment in a classic pipeline. Using pipeline as code and then having the ARM template defined with variables and have arm template variable files per environment. You can then generate they variable files on the fly by just generating them from the template.

  • @eddyjawed
    @eddyjawed 4 วันที่ผ่านมา +1

    omg I managed to delete several Azure resources with this stupid ARM template. THIS THING IS DANGEROUS!