Azure DevOps / Azure pipelines / Terraform

Terraform deploy pipeline in Azure DevOps

Posted on:

Terraform deploy pipeline in Azure DevOps for sure will be great for infrastructure creation and priceless if you need to define many environments. As always in my blog, if you know how to set up an azure pipeline for terraform but need sources, you can grab them from here! But if you want to learn how to do this, read the below article. So to configure Azure Pipeline for terraform […]

Azure DevOps / Self-hosted agents

Self-hosted agent on Linux created in 3 minutes

Posted on:

Self-hosted agent on Linux In some cases is necessary, for example, you need to integrate with VNET – because the resources you want to access are not publicly accessible. This can be a storage account, container registry, or many others. Using my instruction you build and run a self-hosted agent in 3 minutes. If you don’t want to read the full problem resolution, you can jump into GitHub for all […]

Uncategorized

Azure Way says Hello!

Posted on:

Welcome to my technical blog Azure way, where you can find only practical knowledge, without any marketing staff. You can expect content about: If an article contains source code, they are linked at the beginning, the URL for my GitHub, so if you are not interested in the description, go to the sources directly 🙂 GitHub URL: https://github.com/karol-pieciukiewicz/azure-way All DevOps pipelines are created in yml/yaml files, so you can easily […]