Add Stages/MultiStages ( Dev, QA, Prod) in Azure Devops with Approval Process and Release Gates

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

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

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

    Simply Amazing! Thank you so much! Very well detailed and explained!👌👌

  • @kishoredevops
    @kishoredevops 5 หลายเดือนก่อน

    very nice explanation and understood very well !!

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

    Thank You Very Much

  • @GavinLi-er9eu
    @GavinLi-er9eu ปีที่แล้ว +1

    cool, thank you

  • @kishorekumar-lo9iy
    @kishorekumar-lo9iy 2 ปีที่แล้ว

    Very nice explanation

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

    Hi, is it possible to trigger stage and prod stages from some other branch e.g. rel/ or prod/ created from the main branch. Also, within these rel/ or prod/ directory would like to have a version number specific branch.. so whatever version is higher in prod/ should trigger production stage deployment. Those version branches within prod/ would help do quick fixes in production while dev deployment has many broken features in the master branch. So branch hierarchy would be prod/v1.0 prod/v1.1 prod/v2.0 etc.

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

      Looking for the same sort of solution, did you find anything on it further?

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

    Thank you for the awesome video. It would have been mind blowing if you could pay attention to your speed of speech and take some pause on each step and explain what is being done. Otherwise the approach and understanding delivers the message fine.

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

      Thank you for the suggestion Sandeep.

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

    Thank you very much for this training, it really helped me. Is it possible to also make us a tutorial with Docker? Please please

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

    Rohit can you please answer that how the users are listed over there in the Org. setting in users tab? Did you integrate AAD with Azure Devops that's how you were able to add in the list or it is not mandatory to link AAD with Azure Devops

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

      Adding from AAD is good way.

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

    Hi , Is it possible to start triggers for UAT and PROD? in our case we have Dev, UAT and PROD instances, we are not running triggers on dev but we want triggers to be active in UAT and prod, when we push stuff dev to UAT and prod the triggers are set to pause because they were pause in dev, so is there any way to solve this issue?

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

      If my understanding is correct you dont need any trigger for Dev. Just have it for UAT and Prod.

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

      @@RohitSharma6, if we create triggers only on uat and prod, then every time we create a release from dev to Uat and prod, it's gonna delete those triggers because those teiggers are not present in dev.