×
Search results provided by Azure Search - read how I built it in this post.

// Posts

Max Melcher

2 minute read

Azure DevOps has undoubtedly a great wiki. Markdown support, copy and paste of screenshots transparently managed by git - awesome. Surprisingly, a ’export as PDF’ functionality is missing so I decided to create a small tool.

Max Melcher

2 minute read

I don’t want to expose VMs to the entire internet - and neither should you. That is basically an invite to brute force attack the VM. Therefore, if I don’t use a VPN or Express Route connection to use private IPs, I use Network Security Groups (NSG) to control the traffic to VMs by allowing a single source IP.

In this post, I show how I do that with Terraform.

Max Melcher

13 minute read

Hugo, Azure DevOps and Azure Storage Static Website - a fast and modern hosting platform for static websites

Hosting a super fast, modern, yet super-simple blog on Azure for 2$ a month? In this post, I explain, step by step, how I run this blog “serverless” and how my architecture evolved and simplified over time. Never had so much fun to blog.