When you work with Infra structure as code, you want flexibility. It wouldn’t make sense to make templates for every resource(group) you need. Instead, you…
Category: Infra as Code
Naming resources has always been a familiar theme in IT and Azure is no different. It pays off to pick a good naming strategy. I…
In this post, I want to focus on a specific function in Bicep templates: for loops. Loops can help with flexibility, reusability and minimizing duplicate…
In previous blogposts, we started working with YAML Pipelines in Azure DevOps. After a while, you will probably find yourself copy and pasting the same…
This week, a long awaited feature was announced. YAML Multi-stage pipelines in Azure DevOps have gone into public preview. So what’s the big deal? Well…
There are a few ways to make it easier to create a new ARM Template. For example: Quickstart Templates Microsoft Docs Azure Resource explorer Visual…
While working with ARM templates, I have created some tools with PowerShell to make it a little bit easier to do debugging and show risks…
In an earlier blogpost, I created a logic app in the portal to start a runbook through an Office365 calendar appointment. It’s very easy to…
Inspired by this post, I want to tell you something about my experience with ARM templates and Terraform. My learning path for Infrastructure as Code…