Entra ID Private Access with private integrated storage accounts

Entra ID Private Access with private integrated storage accounts

In the past couple of weeks, I worked on a project where I needed to provide access to a securely private integrated Azure Storage Account via the Entra ID Private access profile. During this project I encountered a very interesting bug, that made me better understand the insights of how Global Secure Access works.
6 min read
Global Secure Access Azure Private Access Troubleshooting
Bicep: Dynamic naming technique

Bicep: Dynamic naming technique

When designing IaC modules finding the correct syntax to deploy a certain resource type is often not the hardest thing to do. What I found in 3 years of writing Bicep code, is that defining a dynamic way to name your resources which is also easy to use, seems to pose quite the challenge. This article won't define the best way to get this but a way that seems to work for me and the customers I have worked with in the past.
7 min read
Bicep Azure IaC
Ghost blogging on Azure Container Apps

Ghost blogging on Azure Container Apps

Hosting a blog these days can easily be done without having to cost anything. There are a lot of solutions in the likes of Medium, Weebly, Wix,... But for the more technology-minded people like us, who want to go the extra mile, we didn't go for the easiest solution. We chose to run our blog on Azure Container Apps using the Ghost blogging platform.
22 min read
Bicep Azure IaC