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…
Category: Azure
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…
While working on IaC templating for an Azure Application Gateway, I stumbled upon a to me different use of the resourceId function. Will try to…
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…
This post is a follow up on my previous posts about personal data in the cloud. I wanted to write something about theoretical access to…
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…
Lately I have been looking for a quickstart template, or something similar, which can deploy a VM with Linux or Windows Server based on parameters.…
I wanted to write a short blog post about cost optimization regarding Azure PaaS, and this is the result. This subject has been covered in…