Skip to content

Commit 5830744

Browse files
authored
Update functions-create-first-function-vs-code.md
1 parent 45b2728 commit 5830744

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ zone_pivot_groups: programming-languages-set-functions
1111

1212
In this article, you use Visual Studio Code to create a function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
1313

14+
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-typescript,programming-language-powershell,programming-language-python"
1415
There's also a [CLI-based version](functions-create-first-azure-function-azure-cli.md) of this article.
16+
::: zone-end
17+
18+
::: zone pivot="programming-language-java"
19+
> [!NOTE]
20+
> If VS Code is not your prefered development tool, check out our similar tutorials for Java devlopers using [Maven](/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-java), [Gradle](/azure/azure-functions/functions-create-first-java-gradle) and [IntelliJ IDEA](/azure/java/intellij/azure-toolkit-for-intellij-quickstart-functions).
21+
::: zone-end
1522

1623
## Configure your environment
1724

0 commit comments

Comments
 (0)