Hello Pramodhi
What could be the reason
- Cold Starts + Scale-out Delay (Common in Consumption Plan)
- When traffic suddenly spikes or after a period of idleness, Azure needs to allocate containers to serve requests.
- The cold start delay + container provisioning can result in temporary 503s.
- Typically resolved once enough instances spin up — hence your “4–5 minutes” window.
- App Service Infrastructure Maintenance
- Azure might be restarting or updating the underlying VM or container host (even without alerting you).
- This will drop connections temporarily, causing a short burst of 503s.What could be the reason
- Cold Starts + Scale-out Delay (Common in Consumption Plan)
- When traffic suddenly spikes or after a period of idleness, Azure needs to allocate containers to serve requests.
- The cold start delay + container provisioning can result in temporary 503s.
- Typically resolved once enough instances spin up — hence your “4–5 minutes” window.
- App Service Infrastructure Maintenance
- Azure might be restarting or updating the underlying VM or container host (even without alerting you).
- This will drop connections temporarily, causing a short burst of 503s.