10 cores per subscription per region seems HORRIFYINGLY low.
Azure Container Instance - container group quota exceeded in region
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.
Azure Container Instances
3 answers
Sort by: Most helpful
-
-
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 | 0Certain 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.
-
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 :
Let me know if it helps.