Skip to content

Commit 1cb3b82

Browse files
authored
Acrolinx fix
1 parent 2d5150a commit 1cb3b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-premium-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ $Resource | Set-AzResource -Force
125125

126126
### Maximum function app instances
127127

128-
In addition to the [plan maximum burst count](#plan-and-sku-settings), you can configure a per-app maximum. The app maximum can be configured using the [app scale limit](./event-driven-scaling.md#limit-scale-out). The maximum app scale out limit cannot exceed the maximum burst instances of the plan.
128+
In addition to the [plan maximum burst count](#plan-and-sku-settings), you can configure a per-app maximum. The app maximum can be configured using the [app scale limit](./event-driven-scaling.md#limit-scale-out). The maximum app scale-out limit cannot exceed the maximum burst instances of the plan.
129129

130130
## Private network connectivity
131131

@@ -161,7 +161,7 @@ This migration isn't supported on Linux.
161161

162162
When you create the plan, there are two plan size settings: the minimum number of instances (or plan size) and the maximum burst limit.
163163

164-
If your app requires instances beyond the always-ready instances, it can continue to scale out until the number of instances hits the plan maximum burst limit, or the app maximum scale out limit if configured. You're billed for instances only while they're running and allocated to you, on a per-second basis. The platform makes its best effort at scaling your app out to the defined maximum limits.
164+
If your app requires instances beyond the always-ready instances, it can continue to scale out until the number of instances hits the plan maximum burst limit, or the app maximum scale-out limit if configured. You're billed for instances only while they're running and allocated to you, on a per-second basis. The platform makes its best effort at scaling your app out to the defined maximum limits.
165165

166166
### [Portal](#tab/portal)
167167

0 commit comments

Comments
 (0)