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: Microsoft
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…
About a week ago, I participated in the Nordic Virtual Summit, and caught quite a few good presentations from leading tech personalities. One of them…
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…