While we are working with Azure DevOps pipelines for build and deployment purpose, we use several private and hosted agents. However, sometimes there are more CI and PR builds in the queues due to limited number of parallel job availability. While we do daily tasks, there can be situations where we need to release aContinue reading “Prioritizing Waiting Jobs in Azure Pipelines in Azure DevOps.”
Tag Archives: Azure
Azure Bicep – Advantages & Disadvantages
Azure Bicep is an declarative abstraction language used to simplify .json ARM templates that are used to provision infrastructure in Azure. But we were curious as to why we would use it over ARM, or a 3rd party tool like Terraform? Positives: It simplifies ARM templates : Bicep aims to take away some of the unnecessaryContinue reading “Azure Bicep – Advantages & Disadvantages”