Thanks for posting this question.
Apologies you’re experiencing this issue and for delayed response from over the weekend.
To narrow down the issue:
1.You may try to scale up to a higher ASP tier and then check (as a quick step)
- If the
Always On
setting is off, please enable it from Azure Portal – Your WebApp > Configuration blade (> General settings).
To fetch more details about the issue, you may try these:
- You may leverage App Service diagnostics from Azure Portal> Navigate to your App Service app in the Azure Portal. (screenshot below).
In the left navigation, click on Diagnose and solve problems
- Review -
“Configuration and Management and “Availability and Performance” options.
- Navigate through Kudu site on: https://<sitename>.scm.azurewebsites.net/api/logs/ , to fetch info.
5.Review - Review CI/CD Pipelines | check right port is configured.
6.By default, if your container does not respond after 230 seconds, it will time out. (This time out can be increased by with the WEBSITES_CONTAINER_START_TIME_LIMIT
app setting.) (up to a maximum of 1800)
Kindly let us know how it goes, I'll follow-up with you.