Azure DevOps Environments: Checks and Gates DEEP DIVE

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

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

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

    ✨ *Question of the day* ✨Which Check do you use or like the most?

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

      Approvals

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

      Yep, I think it is probably the most used universally 😁

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

      @@CoderDave Yes, Agree and Thank you for your videos, they help me a lot!

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

      Very happy to know it 😊

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

      @@CoderDave Where can i see the sample project for Evaluate Artifact policy?

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

    Hi @CoderDave, thank you for the excellent content. Please keep it up.
    Is there a way in ADO to link the results of a test plan to a pre-deployment gate? In other words, can a build be held back until a test plan is above a minimum threshold? Thereby linking Test Plans to Releases?

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

      Sorry for the late reply, uhm... not that I know of

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

    You can please create a detailed video on Invoke Rest API in release gates.

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

      I will work on that.

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

      @@CoderDave Thanks !! waiting for that !!

  • @himmatsolanki3402
    @himmatsolanki3402 3 ปีที่แล้ว

    Thank you very much, a very good explanation!

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

    Question is there a way to make appear so log in the console when the approval and check runs ?

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

      Do you mean having a log-in screen pop up?

  • @yuvraj-arava
    @yuvraj-arava ปีที่แล้ว

    Could you share the yaml file for required template

  • @mihaimyh
    @mihaimyh 3 ปีที่แล้ว

    In your example are you using an YAML pipeline or a classic release one? Is there a way to share the YAML code for the pipelines in your examples?

  • @vijaynarayanan2836
    @vijaynarayanan2836 7 หลายเดือนก่อน

    Do I need to pay for using Azure DevOps Environment VM separately?

  • @tony-ma
    @tony-ma 3 ปีที่แล้ว +1

    can one azure DevOps Kubernetes environment have access to multiple namespaces? In your example, you specified a namespace when creating the environment? And how to deal with the tools which creat their own Kubernetes namespaces? e.g., using ci/cd to install linkerd to Kubernetes, linkerd script will create a new namespace in the Kubernetes, will azure DevOps allow the script to create new namespace?

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

      No, one AzDO environment is mapped only to 1 namespace. The “environment “ term is broad, but this is more scoped to a deployment if you will. AFAIK you can’t create K8S environments dynamically... so if your CD creates a new namespace then you’d need to add it manually to AzDO. But in my experience this almost never happens.. you usually create a new namespace for a new application, system, department, ecc... and then you keep deploying there

    • @tony-ma
      @tony-ma 3 ปีที่แล้ว +1

      some of the tools create it's own namespace when after installed to cluster. e.g. Linkerd. I might be wrong on this one. or it might have changed.

    • @CoderDave
      @CoderDave  3 ปีที่แล้ว

      Yes that’s correct, but you wouldn’t deploy that every time... like for Linkerd, you would deploy it when setting up the cluster and that’s it... after that you may update it, but it will keep the same namespace 😀

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

    Does anybody know how to get the content of a variable to a rest api in the URL suffix and parameters field where the pipeline is in yml? It works OK in a release pipeline but not in a yal pipeline - thankyou

  • @tony-ma
    @tony-ma 3 ปีที่แล้ว +1

    should I use github or devops for deploying to Azure if I am starting a new project?

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

      I would say GitHub, unless you have specific requirements. Keep in mind that GitHub is Microsoft strategic direction and majority of the investments are going and will go in that direction. Hence the recommendation to go with GH for new projects ☺️

    • @tony-ma
      @tony-ma 3 ปีที่แล้ว +1

      @@CoderDave checked out some of your other videos, really like the "Environment" in Azure DevOps, not sure if GitHub has the full capability. And also the github "Environment" feature is only available to Enterprise accounts?

    • @tony-ma
      @tony-ma 3 ปีที่แล้ว +1

      @@CoderDave and also I have been using Azure DevOps boards for a few projects, not sure the github has the same capability

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

      You are right. GH Environments are available only on public repos or in GHE. And they are not as feature complete as AzDO environments

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

      GitHub and Azure Boards integrate seamlessly, take a look at this video: th-cam.com/video/CNKYUEhEuUg/w-d-xo.html

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

    Hi do you do private tutoring?

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

      Hi Linda, I don't do private tutoring in the classic way because of lack of time between my job and the YT channel :)
      However, you can book a 30-minute or 60-minute slot with me if you like.
      Take a look at geni.us/cdconsult to see the available spots... let me know if you can't find a spot that works for you

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

    Can you help me to find best resources to learn powershell @CoderDave ?

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

      I would recommend starting with this video series: th-cam.com/video/IHrGresKu2w/w-d-xo.html

    • @varunreddy333
      @varunreddy333 3 ปีที่แล้ว

      @@CoderDave Thanks for the suggestion 🙏🙏

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

      No problem :)