Skip to content

Commit b3431c5

Browse files
Merge pull request #262741 from anandagopal6/developer/anandagopal/docEdit
[Functions] Clarify TBS Documentation
2 parents e103ef5 + 502a1c3 commit b3431c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ The default _target executions per instance_ values come from the SDKs used by t
2626
The following considerations apply when using target-based scaling:
2727

2828
+ Target-based scaling is enabled by default for function apps on the Consumption plan or for Premium plans, but you can [opt-out](#opting-out). Event-driven scaling isn't supported when running on Dedicated (App Service) plans.
29-
+ Your [function app runtime version](set-runtime-version.md) must be 4.3.0 or a later version.
3029
+ Target Based Scaling is enabled by default on function app runtime 4.19.0 or a later version.
3130
+ When using target-based scaling, the `functionAppScaleLimit` site setting is still honored. For more information, see [Limit scale out](event-driven-scaling.md#limit-scale-out).
3231
+ To achieve the most accurate scaling based on metrics, use only one target-based triggered function per function app.

0 commit comments

Comments
 (0)