Quota per region applicable for Container or Container Groups?

Vivek Bezavada 306 Reputation points Microsoft Employee
2020-05-07T21:38:56.75+00:00

Does limits of CPU/Memory in the region applicable for container or container group?

[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question]

Source: Azure Documentation GitHub Issue

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
632 questions
0 comments No comments
{count} votes

Accepted answer
  1. KarishmaTiwari-MSFT 18,352 Reputation points Microsoft Employee
    2020-05-08T02:12:46.713+00:00

    Overall, the regional limits apply to a container group. ACI allocates container group resources based on the sum of each instance's resource requests unless you specify a resource limit on individual containers. These instances should be able to share the group's CPU and memory resources. You can check the ResourceLimits and ResourceRequests descriptions in the REST API.

    Source: Azure Documentation GitHub Issue

    0 comments No comments

0 additional answers

Sort by: Most helpful