Apr 20 2021 12:44 PM
Microsoft generously grants non-profit organizations $3500 per year in Azure services. I have set up a few clients with WordPress on Azure (using the standard app called "WordPress" which seemingly runs under Windows), but I am finding two problems:
Is there an easy option to run a responsive WordPress website on Azure? I asked tech support and they responded with a link to a complex page diagramming how Azure can be responsive if suddenly thousands of people come to your website. I don't need that. I need the website to simply show a page within 10 seconds (now it is 60) when one (1) person visits. If I get a second visitor and he has to wait another few seconds for the page, then so be it.
Thank you.
Sep 13 2022 10:01 PM
@levseltzer If you are still working on WordPress, I would urge you to try out WordPress on Azure App Service | Microsoft Azure Marketplace
Sep 14 2022 01:46 AM
Oct 17 2022 03:35 AM
You can also try Wordpress on a single node AKS cluster.
Helm Charts to deploy WordPress in Kubernetes (bitnami.com)
It is literally 2 commands if you already have an AKS setup already.
This creates the Wordpress web app and a MariaDB app in the AKS cluster that can handle scale and all the rest. If you start with a single server in the node pool you should not come close to that amount.
- Johan