503 Service Unavailable - Document Intelligence

Slim 0 Reputation points
2025-07-01T18:40:32.4766667+00:00

Apologize in advance if the child tag is incorrect, couldn't find the right one. My custom classifier deployment in East US has been returning consistent 503 Service Unavailable and no healthy upstream responses since this morning. This is reproducible using both:

  • Direct calls via curl and Postman
  • Zapier integrations
  • The Azure Portal's own Document Intelligence UI

This is not a cold start issue — the deployment has been live and receiving warm-up requests. I believe the container or backend node is unhealthy. Is this a regional issue?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,122 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vinodh247 34,741 Reputation points MVP Volunteer Moderator
    2025-07-02T05:03:38.96+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    1. The message “no healthy upstream” is typically returned when Azure's internal load balancer cannot route traffic to any healthy instances of your deployed model.
    2. Since it affects all invocation methods, and you have ruled out cold starts, it is probably:
      • A regional outage or service degradation in East US.
      • Or your specific containerized deployment is stuck in a failed or unhealthy state.
    3. Try a quick restart of the deployment (if possible):
      • Navigate to Azure AI Doc Intelli -> Your Resource -> Model Management.
      • Try restarting or redeploying your custom model.
      • If that fails or is greyed out, it confirms a platform side issue.
    4. Test another region:
      • If you have capacity, try deploying the same model to a different region (like West US or Central US) to check if the problem is regional.

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.

    0 comments No comments

Your answer

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