Skip to content

Commit 796971c

Browse files
Court72ggailey777
andauthored
apply suggestions from PR review
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 3e5813d commit 796971c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ FunctionsProject
9393

9494
You can use a shared [host.json](functions-host-json.md) file to configure the function app. Each function has its own code file (.java) and binding configuration file (function.json).
9595

96-
You can put more than one function in a project. Avoid putting your functions into separate jars, as this scenario is not officially supported. The `FunctionApp` in the target directory is what gets deployed to your function app in Azure.
96+
You can have more than one function in a project. However, don't put your functions into separate jars. Using multiple jars in a single function app isn't supported. The `FunctionApp` in the target directory is what gets deployed to your function app in Azure.
9797

9898
## Triggers and annotations
9999

0 commit comments

Comments
 (0)