Skip to content

Commit e772952

Browse files
authored
Merge pull request #92794 from jeffhollan/maven-patch
addressing feedback on form
2 parents c04df4a + ac99bc2 commit e772952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-maven-eclipse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ It's highly recommended to also install [Azure Functions Core Tools, version 2](
4545
- Archetype Artifact ID: azure-functions-archetype
4646
- Version: Use latest version **1.22** from [the central repository](https://mvnrepository.com/artifact/com.microsoft.azure/azure-functions-archetype)
4747
![Eclipse Maven create](media/functions-create-first-java-eclipse/functions-create-eclipse.png)
48-
1. Click **OK** and then click **Next** to enter values like the following snapshot(please use a different appName other than **fabrikam-function-20170920120101928**), and eventually **Finish**.
48+
1. Click **OK** and then click **Next**. Be sure to fill in values for all of the fields including `resourceGroup`, `appName`, and `appRegion` (please use a different appName other than **fabrikam-function-20170920120101928**), and eventually **Finish**.
4949
![Eclipse Maven create2](media/functions-create-first-java-eclipse/functions-create-eclipse2.png)
5050

5151
Maven creates the project files in a new folder with a name of _artifactId_. The generated code in the project is a simple [HTTP triggered](/azure/azure-functions/functions-bindings-http-webhook) function that echoes the body of the triggering HTTP request.

0 commit comments

Comments
 (0)