You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/functions-overview.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,16 +34,17 @@ The Container Apps hosting model builds on the flexibility of containerized work
34
34
-**[Serverless and Dedicated GPU](../container-apps/gpu-serverless-overview.md)** support for compute-intensive workloads.
35
35
-**Unified Container Apps environment** to run Functions alongside microservices, APIs, and background jobs.
36
36
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
+
38
39
| Feature | Container Apps | Flex Consumption Plan |
39
40
| --- | --- | --- |
40
-
| Scale to zero |✅ Yes (via KEDA) | ✅ Yes |
41
-
| Max scale-out |1000 (default 10, configurable) |1000|
| Custom container support | ✅ Yes (bring your own image) |❌ Limited (no bring your own container) |
45
46
| 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 |
47
48
| Billing model | Container Apps pricing: Consumption plan (vCPU, memory, requests) & Dedicated plan (workload profile based) | Execution-time + always-ready instances |
48
49
49
50
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