Get Azure cost estimates in Azure DevOps PR comments with Bicep

ACE ADO

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 by helping provide Terraform Azure cost estimations, into Pull Request comments within GitHub/Azure DevOps, including a fancy VS Code extension. And whilst I was excited to try it out, …

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 SQL Managed Instance: Network Intent Policy error fix in Azure Bicep

Azure SQL MI Nsg rules

Introduction If you’re trying to deploy Azure SQL Managed Instance in Azure via Azure Bicep you may have stumbled across this ‘Network Intent Policy’ error when trying to redeploy your Azure Bicep template. The problem doesn’t present itself on your first deployment yet when trying your template again this error is present. It seems if …

Top 5 Azure Bicep tips & tricks to get started

Here’s my top 5 Azure Bicep tips & tricks to get you started! Be sure to have the VSCode extension installed. If you’re interested in checking out some real world examples for Bicep please checkout my GitHub project Bicepify where I break down concepts into friendlier learning chunks. I update the repository frequently so be …

Seamlessly deploy Azure Front Door Premium with Private Endpoint to App Services

Azure Front Door Premium with Private Link to App Services

Introduction Azure Front Door Premium allows Private Link connections to Azure PaaS services such as Azure Storage, App services and even AKS/Azure Container Apps. Private Endpoints allow us to securely send traffic via the Azure backbone network with Microsoft directly to your virtual network without leaving and going via the internet. In this post I’ll …

Shared variable file patterns with Azure Bicep

Introduction Shared variable file patterns with Azure Bicep, what is it and what does it mean? How can you benefit from this? What problems can it solve? Without regurgitating too much from the Microsoft Docs on this at a high-level it’s a great way to utilise a JSON file to put common variables you want …

Skip to content