Skip to content

Commit b8de13d

Browse files
authored
Merge pull request #42598 from ggailey777/patch-1
Clarifying the the wwwroot is not includes in the .zip file
2 parents 0a90ed6 + 0df42c3 commit b8de13d

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)