Skip to content

Commit 45b2728

Browse files
authored
Update functions-create-first-java-gradle.md
1 parent a8ac505 commit 45b2728

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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)