Skip to content

Commit 0df42c3

Browse files
authored
1 parent 0a90ed6 commit 0df42c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-functions/deployment-zip-push.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ The .zip file that you use for push deployment must contain all of the project f
3939
4040
[!INCLUDE [functions-folder-structure](../../includes/functions-folder-structure.md)]
4141

42+
A function app includes all of the files and folders in the `wwwroot` directory. A .zip file deployment includes the contents of the `wwwroot` directory, but not the directory itself.
43+
4244
## Download your function app files
4345

4446
When you are developing on a local computer, it's easy to create a .zip file of the function app project folder on your development computer.

0 commit comments

Comments
 (0)