Skip to content

Commit 74d09fc

Browse files
committed
post-sign-off fixes (5/13)
1 parent 9caf722 commit 74d09fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/azure-functions/functions-app-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ In the [Flex Consumption plan](./flex-consumption-plan.md), these site propertie
838838
| `properties.IsXenon` |Not valid|
839839
| `properties.windowsFxVersion` |Not valid|
840840
| `properties.alwaysOn` |Not valid|
841-
| `properties.siteConfig.preWarmedInstanceCount` | Renamed as `` |
841+
| `properties.siteConfig.preWarmedInstanceCount` | Renamed as `alwaysReadyInstances` |
842842
| `properties.siteConfig.functionAppScaleLimit` |Renamed as `maximumInstanceCount`|
843843
| `properties.containerSize` |Renamed as `instanceMemoryMB`|
844844
| `properties.javaVersion` | Replaced by `version` in `properties.functionAppConfig.runtime`|

articles/azure-functions/monitor-functions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ These metrics are used specifically when [estimating Consumption plan costs](fun
3131

3232
#### [Flex Consumption plan](#tab/flex-consumption-plan)
3333

34-
These metrics are used to estimate the costs associated with _on demand_ and _always ready_ meters used for billing:
34+
These metrics are used to estimate the costs associated with _on demand_ and _always ready_ meters used for billing in a [Flex Consumption plan]:
3535

3636
| Metric | Description | Meter calculation |
3737
| ------ | ---------- | ----------------- |

includes/functions-publish-project-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.author: glenga
88

99
## Deploy the function project to Azure
1010

11-
After you've successfully created your function app in Azure, you're now ready to deploy your local functions project by using the [func azure functionapp publish](../articles/azure-functions/functions-run-local.md#project-file-deployment) command.
11+
After you've successfully created your function app in Azure, you're now ready to deploy your local functions project by using the [`func azure functionapp publish`](../articles/azure-functions/functions-run-local.md#project-file-deployment) command.
1212

1313
[!INCLUDE [functions-publish-project-cli-clean](functions-publish-project-cli-clean.md)]

0 commit comments

Comments
 (0)