Getting Pool Quota Reached while creating a batch service using Batch Explorer

Arghya Roy 0 Reputation points
2024-11-23T16:41:04.93+00:00

While trying to create a batch service I am getting the below error. How to solve this? batchserviceerror

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

2 answers

Sort by: Most helpful
  1. Prrudram-MSFT 26,196 Reputation points
    2024-11-23T17:25:45.3433333+00:00

    Hi @Arghya Roy

    You can check your azure batch account->settings->properties and see what's the default quota assigned for the particular account.

    If the "Pool quota for this account shows me a quota of 20 pools for this batch account, and you haven't exhausted it, it could be that the default value internally for the quota might be set to 0

    You can get the quota increased for your batch account . Follow this document link for detailed steps https://github.com/uglide/azure-content/blob/master/articles/batch/batch-quota-limit.md

    Similar issues: https://stackoverflow.com/questions/74659656/azure-batch-pool-quota-reached
    accountquota_portal.PNG

    If I have answered your question, please accept this as answer as a token of appreciation and don't forget to thumbs up for "Was it helpful"!

    0 comments No comments

  2. TP 99,531 Reputation points
    2024-11-23T17:40:32.68+00:00

    Hi,

    Please navigate to your Batch account in the Azure portal and check the Settings -- Quotas blade. You may not have enough quota to create a new Pool.

    User's image

    You may click Request quota increase. For Quota type, select Batch, click Next.

    User's image

    On the Additional details tab, under Provide details for the request, click Enter details. Select region, per batch account, your batch account.

    Under Select Quotas to Update (current values in parenthesis), scroll down all the way to the bottom and select Pools per Batch account. Additionally, select VM family that you need if appropriate.

    User's image

    Once you have selected Pools per Batch account, click the arrow to collapse the dropdown and then enter the number of pools you are requesting in the box. Click Save and continue.

    User's image

    Fill out the remaining information for your support request, contact info, etc, click Next, click Create. You should receive a confirmation email within a few minutes and then you will be contacted regarding decision on your request.

    https://learn.microsoft.com/en-us/azure/batch/batch-quota-limit#view-batch-quotas

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP

    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.