I got "Server encountered an internal error" since 2 hours and I cannot send any task/job on batch.

ajb cryptocapital 0 Reputation points
2025-05-13T20:10:43.2533333+00:00

Got a problem on Azure:
I got "Server encountered an internal error" since 2 hours and I cannot send any task/job on batch.
Please, can you help me?

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
373 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anusree Nashetty 4,275 Reputation points Microsoft External Staff Moderator
    2025-05-13T22:08:36.8766667+00:00

    Hi ajb cryptocapital,

    Check the Azure Status page to see if there are any ongoing issues in your region that might be affecting the Batch service.

    Verify that your Batch account has not exceeded its resource quotas. Internal errors can occur when service limits are hit. In the Azure portal, navigate to your Batch account, then go to Settings > Quotas, and review the core quota limits for your selected region.

    If you're submitting jobs using the Azure SDKs or REST API, make sure your application implements retry logic with exponential backoff. This means retrying failed requests with progressively longer wait times, and capping the maximum number of retries to avoid endless loops.

    check if the Azure portal displays any specific error codes or additional diagnostic messages related to the failed jobs or tasks.

    User's image For your information: Error codes in Batch

    If you have any further queries, let me know. If the information is helpful, please click on Upvote and Accept Answer on it.

    User's image

    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.