Quick Tip: Accessing a Azure DevOps secret from within a scripted step
Published by Stuart Blackler
In today’s quick tip, we are going to see how we can access a secret that we’ve defined in a variable group as part of a Azure DevOps yml based build.
Building a custom build agent image with Docker and Azure DevOps pipelines
Published by Stuart Blackler
In this article, we will learn how to use a custom dockerfile as the bases for a customised Azure DevOps build agent. There are many reasons why you might want to do this, including running custom tooling that takes a while to setup or tooling that isn’t supported yet.
3 Easy Steps To Configuring Azure With Powershell
Published by Stuart Blackler
Recently, I had to automate some tasks in Azure. This is the easiest way I could get started.