Account Core Quota being reached on FSv2 VMs

Daniyal Mirza 41 Reputation points
2020-09-09T21:10:54.753+00:00

I recently updated my Pool size for my FSv2 VMs to 500 instances. But when I run a Batch service job, the resizing fails after reaching a count of 62 nodes (when I could use 180 nodes as per the way my job is structured) with the error AccountCoreQuotaReached.
What could I be missing from my subscription that isn't letting me use the total 180 nodes I'd want to use?

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

Accepted answer
  1. prmanhas-MSFT 17,891 Reputation points Microsoft Employee
    2020-09-11T14:42:21.387+00:00

    @Daniyal Mirza The vCPU quotas for virtual machines and virtual machine scale sets are arranged in two tiers for each subscription, in each region. The first tier is the Total Regional vCPUs, and the second tier is the various VM size family cores such as the D-series vCPUs. Any time a new VM is deployed the vCPUs for the VM must not exceed the vCPU quota for the VM size family or the total regional vCPU quota. If either of those quotas are exceeded, the VM deployment will not be allowed. There is also a quota for the overall number of virtual machines in the region. The details on each of these quotas can be seen in the Usage + quotas section of the Subscription page in the Azure portal, or you can query for the values using PowerShell.

    Quota is calculated based on the total number of cores in use both allocated and deallocated. If you need additional cores, request a quota increase or delete VMs that are no longer needed.

    You can refer to this document as well for more information.

    f the quota limit is reached then yo might need to open a Support Ticket since they will be able to help you out with quota increase. If you don't have the ability to open a technical support ticket, you can email me with Subject as "ATTN: Preeti" at AzCommunity[at]microsoft[dot]com and provide me with your SubscriptionID and link to this thread. I can then enable your subscription for one time free support.

    Hope it helps.

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Pranav Holavanahalli 1 Reputation point
    2020-09-10T08:27:42.727+00:00

    Under your subscription, it is worth checking "Usage + Quotas" when you run the batch. Do have any CPU core limits that are being hit ? There are two quota categories that you need to look into, "Standard FS Family vCPUs" in that region and "Total Regional vCPUs"

    0 comments No comments