Azure DevOps: How to commit from a pipeline
How to make a commit from an Azure pipeline triggered by a CI change, on the same branch.
How to make a commit from an Azure pipeline triggered by a CI change, on the same branch.
How to get the id of the service principal running the current task in Azure Pipelines
How to use variable groups in Azure Pipelines with the Azure DevOps CLI and PowerShell
Recently I have been fiddling with the Azure DevOps tooling, especially playing with authentication. Yup, I know how to have fun 🤓 After a post about workload identity federation and Terraform, let...
Workload identity federation is becoming more and more supported in the Azure ecosystem, and there is already a lot of content on how to use it for deploying Azure resources (I briefly mention it h...
I have recently gone back into the code of my series about GitHub self-hosted runners and Azure Container Apps. I have made enough adjustments to add a third post to the series. In the previous ep...
For a few years now my professional coding time has been dedicated to writing Infrastructure-as-Code and CI/CD pipelines for several customers working with Azure. I now have some real-world experie...
This is the second post of the series about hosting your GitHub org’s self-hosted runners in Azure Container Apps. The first episode covers the essentials of the solution, concluding with a testing...
Getting started with GitHub Actions is easy with the GitHub-hosted runners: you write your workflow and run it instantly on GitHub’s infrastructure. But many organizations want to use their own mac...
In this quick post I will share a trick I have found recently to store an object in an Azure Pipelines variable from a PowerShell script. The problem Setting a variable in a script for later use i...