Static Web App randomly goes offline with 503 errors
Adrian Campos
20
Reputation points
I have a production static web app with managed functions that randomly goes down and returns 503s. Here are the trouble shooting steps I've taken:
- Diagnose and solve problems blade - This shows absolutely no issues. It shows nothing but 200 level requests and seems to not report any of the 500s even after hitting the app 15 times and getting 503's 15 times.
- Monitoring tab - shows zero 500 responses
- Service Health - No service health issues reported for static web apps
Since there is no way to "restart/reboot" the underlying infrastructure, the only way I can get it to start serving pages correctly again is to force a redeploy from my azure devops pipelines. After that, everything starts working again.
Sign in to answer