Categories

3 articles in Azure Devops
Deploying an ASP.NET Core Razor Pages App with Terraform and Azure DevOps
When it comes to deploying ASP.NET Core apps the list of technologies seems to explode as we start to think about deploying to the cloud. Azure, Azure DevOps and Terraform all work together to provide automated, continuous delivery pipelines and it can be a real challenge switching between these… 
Setting Up an Azure DevOps Service Connection with a Service Principal
Azure Devops uses a Service Connection to connect through to the Azure cloud. The recommended approach is to use automated workload identity federation but this is not always possible due to organisational constraints or access permission issues. Although undesirable, it is possible to manually… 
Migrate Azure DevOps Pipeline Variables using Azure CLI and PowerShell
Recently I’ve been working on a project which has an Azure DevOps YAML pipeline with all environment config added using pipeline variables . The variable groups feature provides a much better way of grouping and managing pipeline config so I decided to write a script to migrate the variables from…