When I try to install Moodle on Azure App Service, the web page that shows the progress with the installation times out. Normally, as Moodle installs each component, the component's name will be added to the screen, and the spinner next to the web page title in the web browser tab keeps spinning until all components have been installed and a Continue button appears at the bottom of the page.
On Azure App Service, the spinner stops after maybe a minute, and nothing happens on the page. The web server must have given up waiting on PHP.
Installing via the commandline does not work either, because the command output also freezes. When connecting to the App Service container via Azure Cloud Shell and Windows Terminal, the Windows Terminal tab with Azure Cloud Shell, just closes itself as well after a minute or two.
I am beginning to think it is impossible to install Moodle on Azure App Service. Has anyone else had success?