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 …

APIOps – A deep dive for APIM multi-environments

APIOps feature image

What is APIOps? APIOps is the process of applying DevOps to the Azure API Management (APIM) service. By applying this concept to APIM, you can bring your APIs into version control, and most of the operations that were once done in the Azure Portal can now be achieved through code using CI/CD pipelines with APIOps. The benefits of this method of working …

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 …

My GitHub Actions Certification experience

GitHub Actions Certification badge

Introduction The GitHub Actions Certification is a newly available cert, as of January 2024 from GitHub. It’s designed to test your proficiency in workflows: from CI/CD, customisations, efficiency, task automation and more. I took and passed the GitHub Actions exam on 26th Jan 2024 and thought I’d detail my experience and learning material that helped …

Exploring the awesome Bicep Test Framework

Bicep Test Framework

Introduction Bicep test framework is still in early developmental phase being an experimental feature. It was first presented by Bicep team on the August community call and peaked the interest from the community, myself included. The goal of the test framework is a focus on client-side tests without the need to send off to ARM, …

Skip to content