Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
The evidence points to one App Service worker slowing while other instances had normal CPU and memory. Front Door counts a probe without a valid response as failed, so the availability drop likely reflects that worker's delay, not a Front Door routing fault.Correlate the incident time with per-instance metrics and Application Insights telemetry. Before restarting, capture Process Explorer details and a thread dump; high thread count with normal CPU can mean requests are waiting on locks or downstream calls. Then use Health Check's Instances view or Advanced Application Restart to restart only that worker.
Enable App Service Health Check on a lightweight endpoint that validates critical dependencies and returns 200 only when ready. With at least two instances, App Service can remove an unhealthy worker from rotation. If it recurs, configure Auto-Heal and open Microsoft Support with timestamps, instance ID, probe failures, and the dump.