Did you know that you can run Drupal in a Linux container on Azure App Service?
This is possible using the Web App for Containers flavor of the App Service resource type.
This may be an attractive Drupal hosting alternative if:
- Your company (or customer) already has an Azure cloud subscription
- You do not, but are looking for an affordable hosting solution that provides a high uptime SLA.
To GitHub I posted a Drupal 7, Docker container solution for Azure App Service:
https://github.com/snp-technologies/Azure-App-Service-Drupal7
Anyone can fork this repository for their Drupal use case.
At the moment, the Dockerfile uses php:7.1-apache for its base image.
If you try out this solution, please add your feedback in the repo issue queue. Pull requests are also welcome.
Thanks – Mike