Skip to content

Commit cce4001

Browse files
authored
Merge pull request #110647 from yucwan/patch-24
Adding cross links for java functions docs
2 parents 17718a5 + 5830744 commit cce4001

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
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

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

articles/azure-functions/functions-create-first-java-gradle.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ description: Create and publish an HTTP-triggered function to Azure with Java an
44
author: KarlErickson
55
ms.author: karler
66
ms.topic: how-to
7-
ms.date: 08/10/2018
7+
ms.date: 04/08/2020
88
---
99

10-
# Quickstart: Use Java and Gradle to create and publish a function to Azure
10+
# Use Java and Gradle to create and publish a function to Azure
1111

1212
This article shows you how to build and publish a Java function project to Azure Functions with the Gradle command-line tool. When you're done, your function code runs in Azure in a [serverless hosting plan](functions-scale.md#consumption-plan) and is triggered by an HTTP request.
1313

14-
You can also build and publish a Java function project from the command line by using [Maven archetypes](/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-java).
14+
> [!NOTE]
15+
> If Gradle 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), [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).
1516
1617
## Prerequisites
1718

0 commit comments

Comments
 (0)