Skip to content

Commit 5c03363

Browse files
(AzureCXP) fixes (#30958)
Add MVN run
1 parent f5a9ad5 commit 5c03363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ To the following:
198198
return request.createResponse(200, "Hi, " + name);
199199
```
200200

201-
Save the changes and redeploy by running `azure-functions:deploy` from the terminal as before. The function app will be updated and this request:
201+
Save the changes. Run mvn clean package and redeploy by running `azure-functions:deploy` from the terminal as before. The function app will be updated and this request:
202202

203203
```bash
204204
curl -w '\n' -d AzureFunctionsTest https://fabrikam-functions-20170920120101928.azurewebsites.net/api/HttpTrigger-Java

0 commit comments

Comments
 (0)