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
Copy file name to clipboardExpand all lines: includes/functions-supported-languages.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,8 @@ The following table shows the language versions supported for Java functions.
80
80
|**Java 11**| GA |See the [Release and servicing roadmap](/java/openjdk/support#release-and-servicing-roadmap). |
81
81
|**Java 8**| GA | See this [Temurin support page](https://adoptium.net/support/). |
82
82
83
+
Java 21 isn't currently supported when running on Windows or on Linux in a Flex Consumption plan.
84
+
83
85
For more information on developing and running Java functions, see [Azure Functions Java developer guide](../articles/azure-functions/functions-reference-java.md).
84
86
85
87
::: zone-end
@@ -88,10 +90,12 @@ The following table shows the language versions supported for Node.js functions.
88
90
89
91
| Supported version | Support level | Expected end-of-support date |
90
92
| ---- | ---- |--- |
91
-
|[Node.js 22](https://endoflife.date/nodejs)| Preview | April 30, 2027 |
93
+
|[Node.js 22](https://endoflife.date/nodejs)|GA (Linux) <br> Preview (Windows)| April 30, 2027 |
92
94
|[Node.js 20](https://endoflife.date/nodejs)| GA | April 30, 2026 |
93
95
|[Node.js 18](https://endoflife.date/nodejs)| GA | April 30, 2025|
94
96
97
+
Node.js 22 isn't currently supported when running in a Flex Consumption plan.
98
+
95
99
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).
0 commit comments