Skip to content

Commit 6397405

Browse files
committed
tweak
1 parent 79ea7c6 commit 6397405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/functions-migrate-v4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The [`Update-AzFunctionAppSetting`](/powershell/module/az.functions/update-azfun
139139
140140
# [Linux](#tab/linux/azure-cli)
141141
142-
When running .NET functions on Linux, you also need to update the `linuxFxVersion` site setting for .NET 6.0.
142+
When running on Linux, you also need to update the `linuxFxVersion` site setting for .NET 6.0.
143143
144144
```azurecli
145145
az functionapp config set --name <APP_NAME> --resource-group <RESOURCE_GROUP_NAME> --linux-fx-version "DOTNET|6.0"
@@ -205,7 +205,7 @@ To minimize the downtime in your production app, you can swap the `WEBSITE_OVERR
205205
206206
# [Linux](#tab/linux/azure-cli)
207207
208-
When running .NET functions on Linux, you also need to update the `linuxFxVersion` site setting for .NET 6.0.
208+
When running on Linux, you also need to update the `linuxFxVersion` site setting for .NET 6.0.
209209
210210
```azurecli
211211
az functionapp config set --name <APP_NAME> --resource-group <RESOURCE_GROUP_NAME> --linux-fx-version "DOTNET|6.0"

0 commit comments

Comments
 (0)