Packer for Azure Peculiarities

Building images on Azure with Packer I have discovered some things that might be useful to others: Cannot locate resource group means something else Error when doing Azure Managed Disk builds: Build ‘azure-arm’ errored: Cannot locate the managed image resource group <your RG> What Packer really means is that your credentials are wrong. Check your …

Migrating blog database from ClearDB to Azure DB for MySQL

Introduction All of us running our blogs on WordPress have some knowledge of MySQL, which is WordPress’ database back-end. I run my WordPress blog (the one you are reading now) in Azure App Service. We used to be able to create MySQL databases in the Azure portal directly. This was made possible through a partnership …