Want to authenticate your GitHub Workflows with OpenID Connect? It is a great way to replace manual ClientSecrets! Exemplified with a simple Bicep workflow.
Category: Azure
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! 💪
Intro Since it is now possible to create your own private Bicep module registries, I wanted to write a short article on this. I have…
In my last post, I explained a deployment difference between ARM templates and Terraform. Then I suggested a few possible workarounds for the Terraform PaaS…
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…
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…