Share via

Worker Instance dropped with no warning causing HTTP 5xx errors on our web app

VJ A 0 Reputation points
2026-03-02T07:50:03.5066667+00:00

Worker Instance dropped with no warning causing HTTP 5xx errors on our web app.

This happened at 10 AM UTC on 01Mar26 as shown below. Please advise why the instance was dropped and a new one started ? Thank you.

User's image

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

{count} votes

1 answer

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 17,906 Reputation points MVP Volunteer Moderator
    2026-03-02T08:17:04.82+00:00

    Hello @VJ A,

    The dropping of a worker instance without warning, leading to HTTP 5xx errors, can often be attributed to routine maintenance or updates performed on the Azure App Service. During planned maintenance, the update mechanism may swap in a new worker instance while allowing the old instance to complete its ongoing requests.

    This process can sometimes result in minimal downtime if the application takes longer to start or if it fails to start altogether, which can lead to HTTP 5xx errors being returned to users. Specifically, if the application fails to start on the new worker instance, it can cause a longer downtime until corrective actions are taken, such as manually restarting the application on that instance.

    Additionally, HTTP 5xx errors indicate that the server encountered an error while processing the request. To troubleshoot these errors, you can check the Application Event Logs for details about the error, including the call stack, and capture memory dumps if necessary to analyze the root cause of the failure

    Troubleshoot 4xx and 5xx HTTP errors


    If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.