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

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025

Комментарии • 16

  • @kisankamble5611
    @kisankamble5611 Год назад

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

  • @kishoredevops
    @kishoredevops 6 месяцев назад

    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

  • @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.

  • @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?

  • @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

  • @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.