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
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
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
4 people are following this question.