Skip to content

Commit ff01dde

Browse files
Merge pull request #297854 from MadhuraBharadwaj-MSFT/patch-51
Update functions-supported-languages.md
2 parents 571a933 + 8e9bf7b commit ff01dde

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

includes/functions-supported-languages.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ The following table shows the language versions supported for Java functions.
8080
| **Java 11** | GA |See the [Release and servicing roadmap](/java/openjdk/support#release-and-servicing-roadmap). |
8181
| **Java 8** | GA | See this [Temurin support page](https://adoptium.net/support/). |
8282

83+
Java 21 isn't currently supported when running on Windows or on Linux in a Flex Consumption plan.
84+
8385
For more information on developing and running Java functions, see [Azure Functions Java developer guide](../articles/azure-functions/functions-reference-java.md).
8486

8587
::: zone-end
@@ -88,10 +90,12 @@ The following table shows the language versions supported for Node.js functions.
8890

8991
| Supported version | Support level | Expected end-of-support date |
9092
| ---- | ---- |--- |
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 |
9294
| [Node.js 20](https://endoflife.date/nodejs) | GA | April 30, 2026 |
9395
| [Node.js 18](https://endoflife.date/nodejs) | GA | April 30, 2025|
9496

97+
Node.js 22 isn't currently supported when running in a Flex Consumption plan.
98+
9599
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).
96100
::: zone-end
97101
::: zone pivot="programming-language-powershell"

0 commit comments

Comments
 (0)