Skip to content

Commit 51578f0

Browse files
Merge pull request #264727 from MadhuraBharadwaj-MSFT/patch-30
Update create-first-function-vs-code-java.md
2 parents d27935e + 6124962 commit 51578f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/create-first-function-vs-code-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
4747
|Prompt|Selection|
4848
|--|--|
4949
|**Select a language**| Choose `Java`.|
50-
|**Select a version of Java**| Choose `Java 11` or `Java 8`, the Java version on which your functions run in Azure. Choose a Java version that you've verified locally. |
50+
|**Select a version of Java**| Choose `Java 8`, `Java 11`, `Java 17` or `Java 21`, the Java version on which your functions run in Azure. Choose a Java version that you've verified locally. |
5151
| **Provide a group ID** | Choose `com.function`. |
5252
| **Provide an artifact ID** | Choose `myFunction`. |
5353
| **Provide a version** | Choose `1.0-SNAPSHOT`. |

0 commit comments

Comments
 (0)