Installation on Azure #305
Answered
by
smulvih2
khamahastick
asked this question in
Q&A
|
Hello, what is the recommended way to install wxt drupal in an azure environment? Am I limited to installing everything myself in a vm? |
Answered by
smulvih2
Aug 14, 2024
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... |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I created a PR that provides initial appsvc documentation - drupalwxt/drupalwxt.github.io#4