Skip to content

Commit 2928ca9

Browse files
Incorporated comments Update articles/container-apps/functions-overview.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent f8a35a5 commit 2928ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/functions-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ Azure Functions on Container Apps scale automatically based on events using KEDA
115115

116116
- **Event-driven scaling**: Automatically scales based on triggers like Event Grid, Service Bus, or HTTP.
117117
- **Scale to zero**: Idle apps scale-in to zero to save costs.
118-
- **Cold start control**: Avoid cold starts by setting minReplicas ≥ 1.
118+
- **Cold start control**: Avoid cold starts by setting `minReplicas` ≥ 1.
119119
- **Concurrency**: Each instance can process multiple events in parallel.
120-
- **High scale**: Scale-out to 1000 instances per app (default is 10).
120+
- **High scale**: Scale-out to 1,000 instances per app (default is 10).
121121
- **GPU support**: Run compute-heavy workloads like AI inference using GPU-backed nodes.
122122

123123
This makes Container Apps ideal for both bursty and steady-state workloads. To learn more, see [scaling in azure container apps](../container-apps/scale-app.md)

0 commit comments

Comments
 (0)