Azure DevOps Environments: Checks and Gates DEEP DIVE

Поділитися
Вставка
  • Опубліковано 8 вер 2024

КОМЕНТАРІ • 44

  • @CoderDave
    @CoderDave  3 роки тому +1

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

    • @rehanbhombal
      @rehanbhombal 3 роки тому +1

      Approvals

    • @CoderDave
      @CoderDave  3 роки тому +2

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

    • @rehanbhombal
      @rehanbhombal 3 роки тому +1

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

    • @CoderDave
      @CoderDave  3 роки тому +2

      Very happy to know it 😊

    • @stevensiahetiong5618
      @stevensiahetiong5618 2 роки тому

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

  • @robertpurves3195
    @robertpurves3195 8 місяців тому +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  7 місяців тому

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

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

    Thank you very much, a very good explanation!

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

  • @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 3 місяці тому

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

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

    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 😀

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

  • @yuvrajabr447
    @yuvrajabr447 Рік тому

    Could you share the yaml file for required template

  • @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: ua-cam.com/video/CNKYUEhEuUg/v-deo.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: ua-cam.com/video/IHrGresKu2w/v-deo.html

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

      @@CoderDave Thanks for the suggestion 🙏🙏

    • @CoderDave
      @CoderDave  3 роки тому +1

      No problem :)