Replies: 2 comments 6 replies
-
It’s not supported yet. It requires dropping to bicep using azd infra synth and modifying scaling rules |
Beta Was this translation helpful? Give feedback.
1 reply
-
@davidfowl is it on the radar? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm deploying to Azure Container Apps via
azd up
.I was able to configure http-autoscaler with
azd infra synth
and modifying the templates, but it would be nice if there was a way to do it in AppHost code without creating the templates on disk.Is there way to configure minReplicas, maxReplicas, and http-autoscaler concurrent requests in AppHost code? Or does it require using the templates?
Beta Was this translation helpful? Give feedback.
All reactions