Installation on Azure #305
-
Hello, what is the recommended way to install wxt drupal in an azure environment? Am I limited to installing everything myself in a vm? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey @khamahastick, no you are not limited to installing everything in a VM. One option is to deploy docker images to App Service. You can build the containers using drupalwxt/site-wxt and drupalwxt/docker-scaffold repositories, then push images to the Azure Container Registry to deploy to App Service. Within App service, the drupalwxt/docker-scaffold latest branch (10.0.x) supports both a monolith container as well as separate containers for web/nginx/etc... |
Beta Was this translation helpful? Give feedback.
I created a PR that provides initial appsvc documentation - drupalwxt/drupalwxt.github.io#4