@Akeem Afuwape Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.
Based on the shared information, I have looked the backend logs of your app service (prot-rag) We can see couple of 500 errors and also your site is unable to start and it is getting timed out.
- Could you please add this application setting
WEBSITES_CONTAINER_START_TIME_LIMIT
of value 1800 to avoid the time out. - Also regarding 500 error this is common error which can occurs due to many reasons. I would suggest you to enable the application logs and review them to understand more about it.
Alternatively, you can run the WebApp Down
detector in Availability and Performance under Diagnose and Solve Problems Blade of your webapp to know more about the issue/ for initial troubleshooting.
Hope this helps and let me know if you have any further questions on this.