Skip to content

Commit d8cb70b

Browse files
authored
Merge pull request #76646 from DixitArora-MSFT/patch-12
(AzureCXP) fixes (#30958)
2 parents f5a9ad5 + 5c03363 commit d8cb70b

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)