3

Been looking into azure container apps and their limits make no sense.

enter image description here

They say a total of 2 cpus for all container instances of this app and what does that mean? It seems it's some kind of a limit total for revisions not for apps in a container apps environment.

Why? This limit makes no sense or the wording is weird.

Teebu
  • 677
  • 7
  • 18

2 Answers2

1

They say a total of 2 cpus for all container instances of this app and what does that mean? It seems it's some kind of a limit total for revisions not for apps in a container apps environment.

Why? This limit makes no sense or the wording is weird.

As per the current quota limitations, the maximum number of cores allocated for each container app replica is 2 vcpu and we can have around 20 containers app per environment.

If you want to increase the quota for your container apps you need to raise a support ticket.

VenkateshDodda
  • 4,723
  • 1
  • 3
  • 12
  • How does having 2 images in a single app work? What is its purpose? Is this limit also affecting the revision routing (ie if pod is 2 cores, there are is split traffic?)? – Teebu Jun 16 '22 at 15:35
0

It's worth mentioning that there are certain limitations on requests for quota increases. For instance - you can't increase the number of revisions you can run per container app or the vCPU cores per replica even if you raise a support ticket.

grott0
  • 1