When I saw that there was a repository available where Azure Landing Zones (previously known as Enterprise Scale Landing Zones) was being “bicepified”, I had to test it out! 💪
Tag: Azure
Last time I wrote about deploying a Self-Hosted GitHub-Runner locally on your own machine. This is obviously not a production grade way of running, but…
This will be a two part post, where the first is to set the stage for the next one. Together, these two posts will give…
TL;DR: You can configure individual RBAC on keys, secrets, and certificates in Azure Key Vault with RBAC enabled. Role-Based Access Control has been around for…
The Azure Automation authentication via System Assigned Managed Identity is now in public preview! This means that you can authenticate from an Azure Automation account…
Recently I was working on a Terraform project, creating infrastructure and doing deployment tasks. In the same time I was making modules, and tailoring modules…
TL;DR – Terraform is blocked by Storage Account firewall (if enabled) when deploying File Share. Current solution: deploy file share with template. Future solution: establish…
If you’re like me when granting permissions, you want to do it according to least privilege. This is not always possible, but in Azure you…
While trying to do a whatif-deployment via -Confirm in Azure PowerShell, I stumbled upon this error message (have seen it a couple of times now…
I recently started working towards a future in Infrastructure as Code. This means more focus on ARM Templates and Azure DevOps Pipelines. There are many…