Azure Container Apps configuration #2069
christiannagel
started this conversation in
General
Replies: 1 comment 3 replies
-
Locally there's no control over memory or CPU. You can control the replicas using the WithReplicas extension method. For azure container apps, you need to use azd infra synth and tweak the yaml and bicep to control specifics in the deployed environment. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How is it possible to configure the minimum/maximum values for replicas, and the container allocated CPI cores and memory?
Default values are 0.5 cores and 1Gi memory, and 1-10 replicas.
How can I change this configuration with Aspire?
Beta Was this translation helpful? Give feedback.
All reactions