Skip to content

Commit 82121fe

Browse files
authored
Acrolinx fixes
1 parent e38cb4f commit 82121fe

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
@@ -27,7 +27,7 @@ By running Functions in Container Apps, you benefit from automatic scaling, easy
2727

2828
## Scenarios
2929

30-
Azure Functions in 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.
30+
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.
3131

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

@@ -51,7 +51,7 @@ All Functions triggers are available in your containerized Functions app. Howeve
5151
- Kafka
5252
- Timer
5353

54-
Azure Functions on Container Apps is 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 function app.
54+
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 function app.
5555

5656
You can write your function 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.
5757

0 commit comments

Comments
 (0)