HI @Patrick McCook
Apologies for delay from deeper investigation we found that The logs confirm that your site is throwing pure HTTP 500.0 errors (1,165 of them) directly from the application container, and the URLs that are failing the most are WooCommerce REST API endpoints plus the admin area and login page. At the same time we can see low swap space on the instance and the app is running on a Basic B2 tier (1.75 GB RAM, 1 core). WooCommerce stores are quite memory-hungry, especially when the REST API is being called, and the combination of the two is what’s pushing the container into constant crashes – that’s why you get the blank page and the “critical error” message.
Could you kindly follow the below steps :
- Temporarily increase the App Service Plan by navigating to the Azure Portal, selecting your App Service, then choosing Scale up (App Service plan), and picking P1v3 or at least S1. This will immediately provide the site with additional memory and CPU resources.
- While the scale-up is in progress, disable all plugins directly in the database. This will prevent WooCommerce from overloading the API and should allow the dashboard to load, even if other issues persist. Please access Azure Database for MySQL and navigate to the Query Editor, or use phpMyAdmin if available. Execute the following two statements, ensuring you replace 'wp_' with your actual table prefix if it differs.
-

- Please refresh your site; both the homepage and /wp-admin should now be loading correctly.
- To export the site, access the dashboard and install either All-in-One WP Migration or UpdraftPlus. Then, generate a complete backup or export and download the file to your computer.
- Please migrate back to Cloudways by creating a new application on the platform. You can use either the built-in WordPress migrator or the All-in-One WP Migration import tool to transfer all content efficiently in a single step.
- If possible, please enable daily backups on the Azure side before you leave, as a precautionary measure.
Reference :
https://learn.microsoft.com/en-us/azure/app-service/manage-backup?tabs=portal
https://learn.microsoft.com/en-us/azure/app-service/tutorial-connect-msi-sql-database?tabs=windowsclient%2Cefcore
https://learn.microsoft.com/en-us/azure/app-service/manage-scale-up
Kindly let us know if the above helps or you need further assistance on this issue.
Please "upvote" if the information helped you. This will help us and others in the community as well.