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

// November 2018

Max Melcher

4 minute read

Azure Policy to black list installed applications - Photo by Adam Griffith on Unsplash

Azure Policies are the new silver bullet for all things governance: Last week (November 10, 2018) a new policy was introduced that can audit installed applications inside virtual machines (see intro post).

I wanted to know wether it is possible to detect software that should not be installed. Imagine you want to discover all servers where a specific version is installed that ran out of support. Or maybe a software that has not been approved yet. There are many of those scenarios.

Max Melcher

4 minute read

Penny Pinching: Migrating App Service to Azure Storage Website Hosting - Photo by Katie Harp - Pinterest Manager on Unsplash

I am a very big fan of Azure App Service - the flexibility and power you get from this service always amazes me. But recently Static website hosting in Azure Storage was announced and because of the static nature of this blog it would be an ideal fit! So lets see how the migration goes, right? In this lengthy post I show you how I migrated from Azure App Service to Azure Storage Static Website Hosting, from Deployment to Custom Domain.