Skip to content

Commit 8c4fd59

Browse files
Merge pull request #284387 from ggailey777/patch-2
[Functions] Clarify event source length
2 parents 1e1fe77 + ee74d1e commit 8c4fd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-target-based-scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Target-based scaling replaces the previous Azure Functions incremental scaling m
2222

2323
![Illustration of the equation: desired instances = event source length / target executions per instance.](./media/functions-target-based-scaling/target-based-scaling-formula.png)
2424

25-
The default _target executions per instance_ values come from the SDKs used by the Azure Functions extensions. You don't need to make any changes for target-based scaling to work.
25+
In this equation, _event source length_ refers to the number of events that must be processed. The default _target executions per instance_ values come from the SDKs used by the Azure Functions extensions. You don't need to make any changes for target-based scaling to work.
2626

2727
## Considerations
2828

0 commit comments

Comments
 (0)