Azure Container Instance - container group quota exceeded in region

JC 1 Reputation point
2020-08-08T15:58:29.507+00:00

Hello,

We created 3 Azure Container Instances (ACI) and the corresponding file storage for SFTP purposes under the Canada Central region. We did this by repeatedly running the custom deployment template (enclosed).

When we created the 4th ACI, we ran into the error (enclosed).

The Azure diagnostic provided more details (enclosed): "Resource type 'Microsoft.ContainerInstance/containerGroups' container group quota 'StandardCores' exceeded in region 'canadacentral'. Limit: '10', Usage: '10' Requested: '2'.

We are using our “Pay-As-You-Go” subscription for this.

We have a requirement to keep our clients' file uploaded within Canada. Therefore, we have to choose Canada region.

Can you let us know how to overcome this problem/limitation, maybe by lowering the resource settings and/or modifying the custom deployment template I uploaded?

Thanks.

16418-azure-sftp-deployment-template.pdf16419-microsoftteams-image.png16495-screen-shot-2020-08-08-at-105315-am.png

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
757 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Goldman, Benjamin 6 Reputation points
    2021-04-13T21:03:56.37+00:00

    10 cores per subscription per region seems HORRIFYINGLY low.

    1 person found this answer helpful.
    0 comments No comments

  2. KarishmaTiwari-MSFT 20,772 Reputation points Microsoft Employee Moderator
    2020-08-11T03:38:04.953+00:00

    Currently for a pay-as-you-go subscription the default CPU quota is 10 cores per region.

    Standard sku cores (CPUs) per region per subscription | 10
    Standard sku cores (CPUs) for K80 GPU per region per subscription | 18
    Standard sku cores (CPUs) for P100 or V100 GPU per region per subscription | 0

    Certain default limits and quotas can be increased. To request an increase of one or more resources that support such an increase, please submit an Azure support request (select "Quota" for Issue type).

    Let me know if you have any questions while creating support request.


  3. Lj-MSFT 81 Reputation points Microsoft Employee
    2023-01-03T04:54:32.887+00:00

    Hi Everyone, I understand that you are facing issues with hitting the quota issue on a particular region when deploying any resource ( ACI, VM etc).

    The easiest solution is to go to Azure Portal > search for subscription, click on the correct subscription ( if there are multiple) > under Settings, go to Usage + quotas, there you will see your consumption for all regions. Filter with your region, and adjust the Cores as per the requirement :

    275546-image.png

    Let me know if it helps.

    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.