Azure DevOps YAML CI and CD pipelines

Поділитися
Вставка
  • Опубліковано 10 лют 2025

КОМЕНТАРІ • 21

  • @glibmar
    @glibmar Рік тому +1

    Thank you for sharing your experience.
    I missed the steps with “resources “ part!!! Now I am fully aware 🎉

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

    This is the best tutorial about Azure Pipelines on the whole internet 🚀All basics included and practical example; just straight to the point. Great job!!! 😀

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

    Hey Alex, this is such a great tutorial. This helped me a lot understanding whats going on.
    I wish I had watched these videos waaay earlier.

  • @szymondybczak7336
    @szymondybczak7336 6 місяців тому

    That was stellar explanation. Thanks!

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

    Hi @real-codingfreaks what is the tool you use to highlight things on the screen? it seems very simple and I can't for the life of me find it online, please let me know the tool name pls, or is it an obs plugin? for example you use it at 24:16

  • @tamerberatcelik7797
    @tamerberatcelik7797 Рік тому +1

    Hey! Thank you so much, this will help me a lot really. I'm trying to transform the old deployment ways of the company I'm working in right now and this was just the content I needed. Can you share the demo codes somewhere? It would be awesome to dig in your yaml files. Also, can you make content about containerize it?

    • @real-codingfreaks
      @real-codingfreaks  Рік тому

      Hi! Good that it helps you. I've added a Github link to the description.

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

    What do you put in the management group? I have 3 distinct resource groups related to environments, dev, test, prod which have resources within those resource groups.

    • @real-codingfreaks
      @real-codingfreaks  Рік тому

      What do you mean by "mangement group". The real Azure Management Group or the resource group where management stuff goes into?

  • @mr.s.h.818
    @mr.s.h.818 Рік тому

    I have 5 machines and I want to use one as an agent in the agent pool and use that agent to run tests via pipeline connected to ALM server on the other 4 machines.
    Is that possible in Azure or I need to configure the agent on all the 5 machines?

    • @real-codingfreaks
      @real-codingfreaks  Рік тому

      Then you need to install the agent software ob this specific host.

    • @mr.s.h.818
      @mr.s.h.818 Рік тому

      @@real-codingfreaks I will get an error when running the pipeline, something like "the agent isn't available in the agent pool"

    • @real-codingfreaks
      @real-codingfreaks  Рік тому

      This is hard to answer. It might be that the setup is not completed in ADO. Also firewalls could be a problem. I might create a new session showcasing this soon.

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

    Thanks for this, can i have access to a repo with the powershell script that runs the bicep template

    • @real-codingfreaks
      @real-codingfreaks  Рік тому

      That would not help because I'm using some internal stuff. This line should do the job basically:
      ```
      New-AzDeployment `
      -Name $deploymentName `
      -Location $location `
      -TemplateFile $templateFile `
      -TemplateParameterFile $stageParameterFile `
      -DeploymentDebugLogLevel All `
      -WhatIf:$WhatIf
      ```
      You have to replace the vars.

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

    Thank you so much! Exactly what I am working on. Converting old releases to new yaml based ones. As a dev it was little confusing until watching this video. Maybe put your face on the bottom right next time? 😛couldn't see what you were clicking on the top right sometimes

    • @real-codingfreaks
      @real-codingfreaks  Рік тому

      Thx. My face is always in the way and i dont realize it during the recording. I‘ll try to get better at this

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

      @@real-codingfreaks it was just a small suggestion and my attempt at being funny, don't take it in a bad way hehe

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

      @@real-codingfreaks what is the tool you use to highlight things on the screen? it seems very simple and I can't for the life of me find it online, please let me know the tool name pls, or is it an obs plugin? for example you use it at 24:16

    • @real-codingfreaks
      @real-codingfreaks  Рік тому

      @@thescarletcars ZoomIt from sysinternals.com

    • @thescarletcars
      @thescarletcars Рік тому +1

      @@real-codingfreaksI had it installed all the time and never checked 🤦🤦
      Thanks!