How to deploy wordpress code on static webapp through azure devops #1264
Replies: 1 comment 1 reply
-
Azure SWA doesn't currently support PHP (https://learn.microsoft.com/en-us/azure/static-web-apps/languages-runtimes). So, you can't deploy Wordpress there. But you could separate Wordpress as a backend-only (headless) deployed to WebApp providing data through its API and SWA as a frontend calling that API and rendering with Javascript (https://www.hostinger.com/tutorials/headless-wordpress). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI,
I have WordPress code which contains PHP and HTML and wp-admin etc pushed to azure devops repo but don't have idea how to deploy code to the Azure static web app.
Beta Was this translation helpful? Give feedback.
All reactions