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>" \
Copy file name to clipboardExpand all lines: includes/functions-supported-languages.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ The following table shows the language versions supported for Node.js functions.
92
92
93
93
| Supported version | Support level | Expected end-of-support date |
94
94
| ---- | ---- |--- |
95
-
|[Node.js 22](https://endoflife.date/nodejs)| GA (Linux) <br> Preview (Windows) | April 30, 2027 |
95
+
|[Node.js 22](https://endoflife.date/nodejs)| GA | April 30, 2027 |
96
96
|[Node.js 20](https://endoflife.date/nodejs)| GA | April 30, 2026 |
97
97
98
98
TypeScript is supported through transpiling to JavaScript. For more information, see the [Azure Functions Node.js developer guide](../articles/azure-functions/functions-reference-node.md#supported-versions).
@@ -117,9 +117,6 @@ The following table shows the language versions supported for Python functions.
117
117
| Python 3.10 | GA | October 2026 |
118
118
| Python 3.9 | GA | October 2025 |
119
119
120
-
> [!IMPORTANT]
121
-
> Python 3.13 is currently supported on the Flex Consumption, Premium, and Dedicated plans. Python 3.13 support on the Consumption plan is pending.
122
-
123
120
For more information, see [Azure Functions Python developer guide](../articles/azure-functions/functions-reference-python.md).
0 commit comments