Skip to content

Commit ae5dc0d

Browse files
Merge pull request #281108 from ggailey777/patch-2
[Functions] Clarify new zip packaging note
2 parents 4970a80 + 4e41d6f commit ae5dc0d

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)