We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec469f commit 95ff85dCopy full SHA for 95ff85d
deploy/Terraform/container-app.tf
@@ -108,7 +108,7 @@ resource "azurerm_container_app" "app" {
108
revision_suffix = "rev-${local.timestamp}"
109
110
# Minimum scaling for cost optimization
111
- min_replicas = 0 # Scale to zero when no traffic (cheapest option)
+ min_replicas = 1 # Reduce cold start
112
max_replicas = 1 # Limit maximum instances
113
114
container {
0 commit comments