Skip to content

Commit 791ac97

Browse files
Merge pull request #264716 from MadhuraBharadwaj-MSFT/patch-25
Update create-first-function-cli-java.md
2 parents 4e2de55 + 8c65d4d commit 791ac97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/create-first-function-cli-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Before you begin, you must have the following:
3232

3333
+ The [Azure CLI](/cli/azure/install-azure-cli) version 2.4 or later.
3434

35-
+ The [Java Developer Kit](/azure/developer/java/fundamentals/java-support-on-azure), version 8 or 11. The `JAVA_HOME` environment variable must be set to the install location of the correct version of the JDK.
35+
+ The [Java Developer Kit](/azure/developer/java/fundamentals/java-support-on-azure), version 8, 11, 17, 21(Linux only). The `JAVA_HOME` environment variable must be set to the install location of the correct version of the JDK.
3636

3737
+ [Apache Maven](https://maven.apache.org), version 3.0 or above.
3838

0 commit comments

Comments
 (0)