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 […]
Developers and architects are more often than ever wanting to build AI-powered tools that can assist them with their development journey, but finding time and resources […]
The Microsoft Sentinel repositories feature provides a centralized way to deploy and manage Sentinel content using code. With repositories, you can connect to external source Continue […]
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 […]
In this post, let’s see how we can build and deploy an Azure Container App from an Azure DevOps Pipeline. Here for deployment, I am using az containerapp update. trigger: branches: include: – main […]
Backups, Disaster Recovery, and ensuring continuity of business data and operations, are arguably one of the most important aspects for anyone working in the IT industry. […]