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 […]