Depending on what is being deployed using the one click Azure deployment. You may need to configure the startup command.
Microsoft Learn - Configure Startup Command
check that the configuration settings web app that was created say something like: python3 -m gunicorn app:app
After updating the settings you'll need to restart the application.
Thanks,
Max