Skip to content

Commit 9ba22eb

Browse files
authored
Merge pull request #86506 from cplemm/patch-5
Add function runtime version ~4
2 parents c62eb82 + cce1240 commit 9ba22eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/set-runtime-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ az functionapp config appsettings set --name <FUNCTION_APP> \
102102
--settings FUNCTIONS_EXTENSION_VERSION=<VERSION>
103103
```
104104

105-
Replace `<FUNCTION_APP>` with the name of your function app. Also replace `<RESOURCE_GROUP>` with the name of the resource group for your function app. Also, replace `<VERSION>` with either a specific version, or `~3`, `~2`, or `~1`.
105+
Replace `<FUNCTION_APP>` with the name of your function app. Also replace `<RESOURCE_GROUP>` with the name of the resource group for your function app. Also, replace `<VERSION>` with either a specific version, or `~4`, `~3`, `~2`, or `~1`.
106106

107107
Choose **Try it** in the previous code example to run the command in [Azure Cloud Shell](../cloud-shell/overview.md). You can also run the [Azure CLI locally](/cli/azure/install-azure-cli) to execute this command. When running locally, you must first run [az login](/cli/azure/reference-index#az_login) to sign in.
108108

0 commit comments

Comments
 (0)