Skip to content

Commit 9d0fd20

Browse files
authored
Update run-functions-from-deployment-package.md
After fighting a bit with the `func` CLI I discovered that `SCM_DO_BUILD_DURING_DEPLOYMENT=true` setting is always ignored when `WEBSITE_RUN_FROM_PACKAGE` setting is set. ------- cc: @ggailey777
1 parent 8074e79 commit 9d0fd20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-functions/run-functions-from-deployment-package.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ The following shows a function app configured to run from a .zip file hosted in
6060
- Tar and gzip formats are not supported.
6161
- This feature does not compose with local cache.
6262
- For improved cold-start performance, use the local Zip option (`WEBSITE_RUN_FROM_PACKAGE`=1).
63+
- Run From Package is incompatible with deployment customization option (`SCM_DO_BUILD_DURING_DEPLOYMENT=true`), the build step will be ignored during deployment.
6364

6465
## Next steps
6566

0 commit comments

Comments
 (0)