Thanks for reaching here! Could you confirm have you checked the logs for any error messages? You mentioned that you are using Github for deployment. Have you checked the deployment logs for any error messages?
It is also possible that the issue is with the app logs. You can examine both the deployment logs and the app logs for any error messages. These logs often identify specific issues that can prevent app deployment or app startup.
You can check the logs in the Azure portal for your web app by selecting Diagnose and solve problems from the left menu and then selecting Availability and Performance.
See: https://learn.microsoft.com/en-us/azure/app-service/configure-language-python#troubleshooting
Let us know.