Skip to content

Commit f8a35a5

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

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

articles/container-apps/functions-overview.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,17 @@ The Container Apps hosting model builds on the flexibility of containerized work
3434
- **[Serverless and Dedicated GPU](../container-apps/gpu-serverless-overview.md)** support for compute-intensive workloads.
3535
- **Unified Container Apps environment** to run Functions alongside microservices, APIs, and background jobs.
3636

37-
This table helps you directly compare the features of Functions on Container Apps with [Flex consumption plan](../azure-functions/flex-consumption-plan.md).
37+
The following table helps you compare the features of Functions on Container Apps with [Flex consumption plan](../azure-functions/flex-consumption-plan.md).
38+
3839
| Feature | Container Apps | Flex Consumption Plan |
3940
| --- | --- | --- |
40-
| Scale to zero | ✅ Yes (via KEDA) | ✅ Yes |
41-
| Max scale-out | 1000 (default 10, configurable) | 1000 |
42-
| Always-on instances | ✅ Yes (via minReplicas) | ✅ Yes (via always-ready instances) |
43-
| VNet integration | ✅ Yes | ✅ Yes |
44-
| Custom container support | ✅ Yes (bring your own image) | ❌ Limited (no bring your own container) |
41+
| Scale to zero | ✅ Yes (via KEDA) | ✅ Yes |
42+
| Max scale-out | 1,000 (default 10, configurable) | 1,000 |
43+
| Always-on instances | ✅ Yes (via `minReplicas`) | ✅ Yes (via always-ready instances) |
44+
| VNet integration | ✅ Yes | ✅ Yes |
45+
| Custom container support | ✅ Yes (bring your own image) | ❌ Limited (no bring your own container) |
4546
| GPU support | ✅ Yes (via serverless GPU dedicated workload profile) | ❌ No |
46-
| Built-in features | Container Apps feature support. For instance, KEDA, Dapr, multi-revisions, mTLS, sidecars, ingress control and more | Functions-only features |
47+
| Built-in features | Container Apps feature support. For instance, KEDA, Dapr, multi-revisions, mTLS, sidecars, ingress control and more | Functions-only features |
4748
| Billing model | Container Apps pricing: Consumption plan (vCPU, memory, requests) & Dedicated plan (workload profile based) | Execution-time + always-ready instances |
4849

4950
For a complete comparison of the Functions on Container Apps against Flex Consumption plan and all other plan and hosting types, see [Functions scale and hosting options](../azure-functions/functions-scale.md).

0 commit comments

Comments
 (0)