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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ For a complete comparison of the Functions on Container Apps against Flex Consum
51
51
52
52
## Scenarios
53
53
54
-
Azure Functions on Container Apps provide a versatile combination of services to meet the needs of your applications. The following scenarios are representative of the types of situations where paring Azure Container Apps with Azure Functions gives you the control and scaling features you need.
54
+
Azure Functions on Azure Container Apps provide a versatile combination of services to meet the needs of your applications. The following scenarios are representative of the types of situations where paring Azure Container Apps with Azure Functions gives you the control and scaling features you need.
55
55
56
56
-**Line-of-business APIs**: Package custom libraries, packages, and APIs with Functions for line-of-business applications.
57
57
@@ -64,7 +64,7 @@ Azure Functions on Container Apps provide a versatile combination of services to
64
64
-**Common Azure Functions scenarios**: All common Azure Functions scenarios like processing file uploads, running scheduled tasks, responding to database changes, machine learning/AI and others detailed in [Azure Functions scenarios](/azure/azure-functions/functions-scenarios?pivots=programming-language-csharp).
65
65
66
66
## Pricing and billing
67
-
Azure Functions on Azure Container Apps follows the same pricing model as Azure Container Apps. Billing is based on the [plan type](../container-apps/plans.md) you select for your environment, which can be either Consumption or Dedicated.
67
+
Azure Functions on Azure Container Apps follow the same pricing model as Azure Container Apps. Billing is based on the [plan type](../container-apps/plans.md) you select for your environment, which can be either Consumption or Dedicated.
68
68
-[Consumption plan](..//container-apps/billing.md#consumption-plan): This serverless compute option bills you only for the resources your apps use while they are running.
69
69
-[Dedicated plan](../container-apps/billing.md#consumption-dedicated): This option provides customized compute resources, billing you for the instances allocated to each workload profile.
70
70
@@ -91,7 +91,7 @@ All Functions triggers are available in your containerized Functions app. Howeve
91
91
- Timer
92
92
- Azure Cosmos DB
93
93
94
-
Azure Functions on Container Apps are designed to configure the scale parameters and rules as per the event target. You don't need to worry about configuring the KEDA scaled objects. You can still set minimum and maximum replica count when creating or modifying your Functions app.
94
+
Azure Functions on Azure Container Apps are designed to configure the scale parameters and rules as per the event target. You don't need to worry about configuring the KEDA scaled objects. You can still set minimum and maximum replica count when creating or modifying your Functions app.
95
95
96
96
You can write your Functions code in any [language stack supported](/azure/azure-functions/supported-languages?tabs=isolated-process%2Cv4&pivots=programming-language-csharp) by Azure Functions. You can use the same Functions triggers and bindings with event-driven scaling.
97
97
@@ -117,18 +117,18 @@ Azure Functions on Container Apps scale automatically based on events using KEDA
117
117
-**Scale to zero**: Idle apps scale-in to zero to save costs.
-**Concurrency**: Each instance can process multiple events in parallel.
120
-
-**High scale**: Scale-out to 1,000 instances per app (default is 10).
120
+
-**High scale**: Scaleout to 1,000 instances per app (default is 10).
121
121
-**GPU support**: Run compute-heavy workloads like AI inference using GPU-backed nodes.
122
122
123
-
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)
123
+
This makes Container Apps ideal for both bursty and steady-state workloads. To learn more, see [Set scaling rules in Azure Container Apps](../container-apps/scale-app.md)
124
124
125
125
## Networking and security
126
126
127
127
Azure Functions on Container Apps benefit from Container Apps’ robust [networking](../container-apps/networking.md) and [security features](../container-apps/security.md) for secure, scalable deployments:
128
128
129
129
-**VNet integration**: Access private resources securely via internal endpoints and private databases.
130
130
-**Managed identity**: Authenticate with Azure services using system/user-assigned identities—no secrets or connection strings needed.
131
-
-**Dapr support**: Enable pub/sub, state management, and secure service invocation via Dapr sidecars. For more information, see see [Microservice APIs powered by Dapr](../container-apps/dapr-overview.md).
131
+
-**Dapr support**: Enable pub/sub, state management, and secure service invocation via Dapr sidecars. For more information, see [Microservice APIs powered by Dapr](../container-apps/dapr-overview.md).
132
132
-**Ingress and TLS**: Expose secure HTTP endpoints with TLS/mTLS, custom domains, or keep them internal.
0 commit comments