Skip to content

Commit a8ac505

Browse files
authored
Adding cross links for java functions docs
1 parent 32ca5cd commit a8ac505

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

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

1111
In this article, you use command-line tools 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.
1212

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

1522
[!INCLUDE [functions-requirements-cli](../../includes/functions-requirements-cli.md)]
1623

0 commit comments

Comments
 (0)