Skip to content

Commit e578f79

Browse files
authored
Merge pull request #123736 from ffarinha-msft/patch-6
Java function app docs update: Multiple Jars is not officially supported
2 parents 0f427e0 + 796971c commit e578f79

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. 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)