Been trying to set up a PaaS based Moodle instance on Azure. The backend database resides on a MySQL server instance on Azure, and trying to set up Moodle on WebApps.
Using the SSH access that I have, I can download and unzip Moodle directory, run the installer from the /wwwroot/admin/cli. The installer works perfectly well, the backend database gets populated. I get a message that installation is successful.
As soon as i go and try accessing the URL, i get an error which quotes: "error/ An error occured whilst communicating with the server". That is it, no details, nothing.
Been trying to fix this for a while now, can anyone help in debugging? The only access I have on the WebApp is to read write etc., to the wwwroot folder. Moodledata resides one level above this, and I made sure all users have the access to read/write to that folder as well.
The OS on the Azure WebApp is Debian, MySQL is 5.7.27. Config is attached.