Skip to content

Commit 1bbd71b

Browse files
Incorporated suggestion Update articles/container-apps/functions-overview.md
Incorporated suggestion Co-authored-by: Krishna Jaju <[email protected]>
1 parent e656388 commit 1bbd71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/functions-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ For other bindings, use fixed replicas when using managed identity authenticatio
114114
Azure Functions on ACA scale automatically based on events using KEDA, with no need to configure scale rules manually. You can still set min/max replicas to control scaling behavior.
115115

116116
- **Event-driven scaling**: Automatically scales based on triggers like Event Grid, Service Bus, or HTTP.
117-
- **Scale to zero**: Idle apps scale down to zero to save costs.
117+
- **Scale to zero**: Idle apps scale-in to zero to save costs.
118118
- **Cold start control**: Avoid cold starts by setting minReplicas ≥ 1.
119119
- **Concurrency**: Each instance can process multiple events in parallel.
120120
- **High scale**: Scale up to 1000 instances per app (default is 10).

0 commit comments

Comments
 (0)