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…
Author: torivar
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.…
Update 2020-08-07:Lawyers and privacy professionals on LinkedIn are discussing these topics at the moment. There are many good points here, here, here and here, among…
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…