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…
There are a lot of reasons to invest in a tagging strategy for your Azure environment. It gives you the opportunity to store information with…
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…
Since October 2021, you are able to use a registry for your Bicep templates. This makes working on a larger scale a lot more approachable…
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 my previous post, I showed how to get started with Azure ARM Template specs. I’m excited to say that this week, the announcement came…
When working in an enterprise Azure environment, Infrastructure as a Code is pretty much a given. But not everyone that uses resources in your tenant…