Blog

2023

Setting Up a Terraform Pipeline in Azure DevOps

(3 minutes read)

Are you ready to automate your Terraform deployments using Azure DevOps? In this short post, I'll walk you through creating a Terraform pipeline using Azure YAML Pipelines.

Cosmos DB API for MongoDB dump and restore

(2 minutes read)

Ever wondered if you can perform an offline migration from one Cosmos DB API for MongoDB to another using native MongoDB database tools? It's not only possible, but I'll walk you through the process step by step. Let's get started.

Running Azure Functions in Kubernetes is Evil

(5 minutes read)

You might be tempted to run Azure Functions with help of Docker images in Kubernetes. It is possible, Azure maintains Azure Functions Docker images to help you with that. In this post, I will outline the reasons why running Azure Functions in Kubernetes should be avoided.

2022

Get AAD Token Quickly

(1 minutes read)

During my work duties I need to generate AAD (Azure Active Directory) tokens to verify various things. I've build a tool to do it faster!