Skip to content

Commit 63029dd

Browse files
Merge pull request #45329 from andresnava/patch-177
Update functions-premium-plan.md
2 parents fc71acf + 2e13f3c commit 63029dd

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
@@ -41,7 +41,7 @@ You can configure the number of pre-warmed instances in the Azure portal by sele
4141

4242
![Elastic Scale Settings](./media/functions-premium-plan/scale-out.png)
4343

44-
You can also configure pre-warmed instances for an app with the Azure CLI
44+
You can also configure pre-warmed instances for an app with the Azure CLI.
4545

4646
```azurecli-interactive
4747
az resource update -g <resource_group> -n <function_app_name>/config/web --set properties.preWarmedInstanceCount=<desired_prewarmed_count> --resource-type Microsoft.Web/sites
@@ -72,7 +72,7 @@ When you create the plan, you configure two settings: the minimum number of inst
7272
7373
If your app requires instances beyond your plan size, it can continue to scale out until the number of instances hits the maximum burst limit. You are billed for instances beyond your plan size only while they are running and rented to you. We will make a best effort at scaling your app out to its defined maximum limit, whereas the minimum plan instances are guaranteed for your app.
7474

75-
You can configure the plan size and maximums in the Azure portal by selected the **Scale Out** options in the plan or a function app deployed to that plan (under **Platform Features**).
75+
You can configure the plan size and maximums in the Azure portal by selecting the **Scale Out** options in the plan or a function app deployed to that plan (under **Platform Features**).
7676

7777
You can also increase the maximum burst limit from the Azure CLI:
7878

0 commit comments

Comments
 (0)