Jekyll - Low Cost Static pages on Azure
This article gives you instructions on howto host a low cost, static website on Microsofts cloud platform Azure. Create a new Web App Create a new Web App using portal.azure.com. Choose a subdomain and make sure you use/create a App Service plan with the Free (F1) tier. Preparing the environment Install Jekyll As soon as the deployment is done you need to install Jekyll. Goto your Web-App settings, look for Extensions in the Developmenttools section. Click on Add, search for Jekyll and install the extension. By the time of writing the installation of the Jekyll extension fails, However it is...