Working with YAML can be a struggle. It does not matter how easy or complex the task is, an error is easily made. Errors might be an illegal character in a job name or incorrect formatting. I work with YAML frequently to create or maintain CI/CD pipelines and for this post, I want to share … Continue reading Validating YAML using Azure DevOps or CLI
Azure DevOps – Service Connection Authentication Scheme
Last week I was working on an extension for a customer. I had to build it from the ground up but ran into some issues regarding service connections while using the documentation of Microsoft. My goal was to create an extension with a token-based service connection. I have never created an extension that required a … Continue reading Azure DevOps – Service Connection Authentication Scheme
Create Azure resources using CLI
Microsoft offers several ways to manage your Azure cloud resources. One using the GUI, the Azure Portal, but when you want to use automation to create resources you need something more versatile, for example, the command line. In this blog post, I want to show how to create and manage your Azure resources using Azure … Continue reading Create Azure resources using CLI

