When you create Azure resources with Bicep, you are able to set up role assignments as well. This can be very useful in different scenario’s…
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…
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…
Microsoft Ignite 2019 is a wrap! An amazing week has come to an end. I had an great time as an attendee, but also as…
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…
I want to continue on with two posts I wrote before. In this post, I showed a step-by-step setup for an ARM Template deployment in…
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…