Tag: WordPress

Azure

Configuring SSL on Azure Web App custom URL

In my previous post I went through the steps to configure WordPress on Azure.  In this post I will configure a SSL Certificate for the custom URL that was configured.  This is a multistep process which involves: Creating the certificate Creating a Keyvault Importing the certificate into the Keyvault Assigning the certificate to the App …

Azure

Migrating WordPress to Azure App

I recently migrated my WordPress blog over to Azure as I was getting frustrated with the lack of control and there was a issue with PHP versioning that my hosting provider couldn’t seem to resolve.  The process was ridiculously easy so I thought I would document the steps here if somebody is thinking about doing …