You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| AzureWebJobsStorage | A connection string to a storage account that the Functions runtime for internal queueing | See [Storage account](#storage) |
138
+
| AzureWebJobsStorage | A connection string to a storage account that the Functions runtime uses for internal queueing | See [Storage account](#storage)|
138
139
| FUNCTIONS_EXTENSION_VERSION | The version of the Azure Functions runtime |`~2`|
139
140
| FUNCTIONS_WORKER_RUNTIME | The language stack to be used for functions in this app |`dotnet`, `node`, `java`, `python`, or `powershell`|
140
141
| WEBSITE_NODE_DEFAULT_VERSION | Only needed if using the `node` language stack, specifies the version to use |`10.14.1`|
@@ -170,7 +171,7 @@ These properties are specified in the `appSettings` collection in the `siteConfi
170
171
171
172
## Deploy on Consumption plan
172
173
173
-
The Consumption plan automatically allocates compute power when your code is running, scales out as necessary to handle load, and then scales down when code is not running. You don't have to pay for idle VMs, and you don't have to reserve capacity in advance. To learn more, see [Azure Functions scale and hosting](functions-scale.md#consumption-plan).
174
+
The Consumption plan automatically allocates compute power when your code is running, scales out as necessary to handle load, and then scales in when code is not running. You don't have to pay for idle VMs, and you don't have to reserve capacity in advance. To learn more, see [Azure Functions scale and hosting](functions-scale.md#consumption-plan).
174
175
175
176
For a sample Azure Resource Manager template, see [Function app on Consumption plan].
0 commit comments