Skip to content

Commit 5d3fa0e

Browse files
Update functions-create-maven-intellij.md
Removing note about Java 21 'preview'.
1 parent 8324023 commit 5d3fa0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-maven-intellij.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Specifically, this article shows you:
2424
## Prerequisites
2525

2626
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
27-
- An [Azure supported Java Development Kit (JDK)](/azure/developer/java/fundamentals/java-support-on-azure), version 8, 11, 17 or 21. (Java 21 is currently only supported in preview on Linux only)
27+
- An [Azure supported Java Development Kit (JDK)](/azure/developer/java/fundamentals/java-support-on-azure), version 8, 11, 17 or 21. (Java 21 is currently supported on Linux only)
2828
- An [IntelliJ IDEA](https://www.jetbrains.com/idea/download/) Ultimate Edition or Community Edition installed
2929
- [Maven 3.5.0+](https://maven.apache.org/download.cgi)
3030
- Latest [Function Core Tools](https://github.com/Azure/azure-functions-core-tools)

0 commit comments

Comments
 (0)