Skip to content

Commit d171c21

Browse files
authored
Acrolinx fixes
1 parent fe9ab48 commit d171c21

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/container-apps/functions-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For a complete comparison of the Functions on Container Apps against Flex Consum
5151

5252
## Scenarios
5353

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.
5555

5656
- **Line-of-business APIs**: Package custom libraries, packages, and APIs with Functions for line-of-business applications.
5757

@@ -64,7 +64,7 @@ Azure Functions on Container Apps provide a versatile combination of services to
6464
- **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).
6565

6666
## 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.
6868
- [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.
6969
- [Dedicated plan](../container-apps/billing.md#consumption-dedicated): This option provides customized compute resources, billing you for the instances allocated to each workload profile.
7070

@@ -91,7 +91,7 @@ All Functions triggers are available in your containerized Functions app. Howeve
9191
- Timer
9292
- Azure Cosmos DB
9393

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.
9595

9696
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.
9797

@@ -117,18 +117,18 @@ Azure Functions on Container Apps scale automatically based on events using KEDA
117117
- **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.
120-
- **High scale**: Scale-out to 1,000 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

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)
124124

125125
## Networking and security
126126

127127
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:
128128

129129
- **VNet integration**: Access private resources securely via internal endpoints and private databases.
130130
- **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).
132132
- **Ingress and TLS**: Expose secure HTTP endpoints with TLS/mTLS, custom domains, or keep them internal.
133133
- **Environment Isolation**: Functions share Container Apps environment boundaries for secure, scoped communication.
134134

0 commit comments

Comments
 (0)