Skip to content

Commit 4e41d6f

Browse files
authored
[Functions] Clarify new zip packaging note
1 parent 0173123 commit 4e41d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-deployment-zip-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ The archive must include the [host.json](../articles/azure-functions/functions-h
1919
* [Python](../articles/azure-functions/functions-reference-python.md#folder-structure)
2020

2121
> [!IMPORTANT]
22-
> Make sure to compress the contents of any output folder, rather than the parent folder itself. When Azure Functions extracts the contents of the zip archive, it needs to immediately see the `host.json` file.
22+
> For languages that generate compiled output for deployment, make sure to compress the contents of the output folder you plan to publish and not the entire project folder. When Functions extracts the contents of the zip archive, the `host.json` file must exist in the root of the package.

0 commit comments

Comments
 (0)