Automate .NET Dependency Management in Azure DevOps with GitHub’s Dependabot

dependabot blog feature image showing ADO pull request

Introduction 🤖  In this blog, I’ll detail how you can integrate GitHub Dependabot with Azure DevOps at no cost, ensuring you can proactively monitor vulnerabilities in your project dependencies and keep them up-to-date in your .NET projects! For those unaware, Dependabot is a bot designed to help developers keep their software dependencies up-to-date by scanning …

Get Azure cost estimates in Azure DevOps PR comments with Bicep

ACE ADO

Shifting FinOps left Not too long ago, I discovered an open source project on GitHub called InfraCost. It aims to help cloud teams shift left FinOps by helping provide Terraform Azure cost estimations, into Pull Request comments within GitHub/Azure DevOps, including a fancy VS Code extension. And whilst I was excited to try it out, …

Getting started: Continuous deployment with Azure Bicep and Azure DevOps

Continuous deployment with Azure Bicep

Introduction – continuous deployment with Azure Bicep Continuous deployment with Azure Bicep using Azure DevOps provides a streamlined approach to deploying your resources. This method leverages Infrastructure as Code, harnessing the power of Azure DevOps tools such as source control, Azure Pipelines, and Azure Artifacts, all while maintaining environment control and auditing. In this article, …

Azure DevOps Agent: Azure Container Instance with Private Azure Container Registry

Private Azure DevOps self hosted agent on ACI

Introduction – Private Azure DevOps agent If you’re using Azure DevOps as your source control and deployment tooling, you may need to perform CI/CD to Azure resources that have no public access and are on private endpoints. This can pose a particular challenge, as unlike GitHub private runners, which can natively run within the private …

Fixing workload identity federation conversion failures in Azure DevOps

Azure DevOps Service Principal to Federated identity conversion

Introduction Microsoft released into public preview in Q4 last year, workload identity federation service connections for Azure DevOps. This was very welcomed, as it greatly improves your security posture by using short-lived authentication tokens with no persistent secret to manage. For the most part, all my Service Principals to workload identity conversions in Azure DevOps …

Continuous deployment to Azure Container Apps with Azure DevOps

Azure Container App

Introduction Deploying to Azure Container Apps with Azure DevOps and want a quick start reference to get going? I’ll detail how you can quick start continuous deployment to your Azure Container App revision in single revision mode with Azure DevOps, featuring a quick start YAML pipeline that will build your container, publish to Azure Container …

Skip to content