Skip to content

Guidance and assets to deploy and run Drupal on App Service

Notifications You must be signed in to change notification settings

usri/drupal-on-app-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Drupal on Azure App Service

This sample provides guidance and code to run a containerized Drupal image on Azure Web Apps for Containers with the Drupal database externalized to Azure Database for MariaDB. The container image used is Bitnami's Docker images for Drupal with NGINX.

This guidance uses the Bring Your Own Storage (BYOS) feature for Azure App Service. This storage will be implemented as an Azure File Share, allowing multiple Drupal containers to access the file system simultaneously. This also provides persistence of the Drupal files that would otherwise be lost when containers stop and/or restart.

NOTE: The Azure App Service BYOS feature is currently in preview.

This guidance was tested and verified on the following platforms:

  • Ubuntu 18.04 LTS

Pre-Requisites

The following software needs to be installed on your local computer before you start.

  • Azure Subscription (commercial)
  • Azure CLI, v2.18 (or newer)

Get Started

To get started, you can deploy based on the following deployment options:

  • standard-app-service deployment
  • private-ase-v3-deployment

About

Guidance and assets to deploy and run Drupal on App Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages