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 […]
Over the last week or two, like many in the Microsoft Community, I’ve been watching all the Ignite announcements and sessions. In this post, I wanted […]
It has been almost a year since I last wrote a blog post. Life can sometimes throw unexpected challenges our way, and for various reasons—mostly on […]
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, […]
I recently had the pleasure of taking part in the 2024 Technical Summit – a community event covering the key areas of AI, digital transformation, and […]
I have always had a love-hate relationship with building Azure DevOps agent solutions. However, with Managed DevOps Pools, creating an agent solution is easier than ever. […]
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 […]
In my last post I wrote about Azure Pipelines: Passing Variables Between Jobs, and in this let’s see how we can pass variables between stages in Azure Pipelines. […]
In this post let’s see how we can pass variables between jobs in Azure Pipelines. Let’s say we need to pass a variable from JobA to future jobs. trigger:- main/* pool: vmImage: ubuntu-latest […]