-
I just deployed our first AI agent solution with Aspire to Azure Container Apps and noticed that the resources for each container app have minimal values (0.5 CPU and 1 GB RAM). I want to configure these values in my app host but need help finding an option to set them. |
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
May 23, 2024
Replies: 1 comment
-
Compute customization for GA requires running |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wmeints
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compute customization for GA requires running
azd infra synth
and changing yaml. In future releases we'll enable this via C#.