Skip to content

Commit b444af5

Browse files
committed
Clarifying pre-warmed setting for portal
1 parent 18c3317 commit b444af5

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
@@ -84,7 +84,7 @@ $Resource | Set-AzResource -Force
8484

8585
### Pre-warmed instances
8686

87-
Pre-warmed instances is a setting that provides warmed instances as a buffer during HTTP scale and activation events. Pre-warmed instances continue to buffer until the maximum scale-out limit is reached. The default pre-warmed instance count is 1 and, for most scenarios, this value should remain as 1.
87+
The pre-warmed instance count setting provides warmed instances as a buffer during HTTP scale and activation events. Pre-warmed instances continue to buffer until the maximum scale-out limit is reached. The default pre-warmed instance count is 1 and, for most scenarios, this value should remain as 1.
8888

8989
Consider a less-common scenario, such as an app running in a custom container. Because custom containers have a long warm-up, you may consider increasing this buffer of pre-warmed instances. A pre-warmed instance becomes active only after all active instances are in use.
9090

@@ -101,7 +101,7 @@ Consider this example of how always-ready instances and pre-warmed instances wor
101101

102102
# [Portal](#tab/portal)
103103

104-
You can't change this setting in the portal, you must instead use the Azure CLI or Azure PowerShell.
104+
You can't change the pre-warmed instance count setting in the portal, you must instead use the Azure CLI or Azure PowerShell.
105105

106106
# [Azure CLI](#tab/azurecli)
107107

0 commit comments

Comments
 (0)