While GitHub Codespaces have been available for a while, this week at GitHub Universe it was announced that everyone can use them for free. Everyone…
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…
In my previous blogpost, I talked about a way to use a bicep module to set a naming convention standard. In this post, I want…
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…
If you are using PowerShell, you probably use some modules from the PowerShell Gallery. These modules are created by Microsoft or by third party companies,…
There are a lot of reasons to have a website. To run a blog, to have a portfolio, or to show photos of your cat.…
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…