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
This sets the [`WEBSITE_NODE_DEFAULT_VERSION` application setting](./functions-app-settings.md#website_node_default_version) the supported LTS version of `~20`.
1869
+
This sets the [`WEBSITE_NODE_DEFAULT_VERSION` application setting](./functions-app-settings.md#website_node_default_version) the supported LTS version of `~22`.
1870
1870
1871
1871
# [Azure portal](#tab/azure-portal/windows)
1872
1872
@@ -1879,7 +1879,7 @@ Use the following steps to change the Node.js version:
1879
1879
Run the Azure CLI [`az functionapp config set`](/cli/azure/functionapp/config#az-functionapp-config-set) command to update the Node.js version for your function app running on Linux:
1880
1880
1881
1881
```azurecli-interactive
1882
-
az functionapp config set --linux-fx-version "node|20" --name "<FUNCTION_APP_NAME>" \
1882
+
az functionapp config set --linux-fx-version "node|22" --name "<FUNCTION_APP_NAME>" \
0 commit comments