Skip to content

Commit 518c264

Browse files
authored
Added oryx build setting
1 parent 020c1cf commit 518c264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following table indicates the recommended `WEBSITE_RUN_FROM_PACKAGE` options
4949
+ When you run from a package, the `wwwroot` folder becomes read-only and you'll receive an error when writing files to this directory. Files are also read-only in the Azure portal.
5050
+ The maximum size for a deployment package file is currently 1 GB.
5151
+ You can't use local cache when running from a deployment package.
52-
+ If your project needs to use remote build, don't use the `WEBSITE_RUN_FROM_PACKAGE` app setting. Instead add the `SCM_DO_BUILD_DURING_DEPLOYMENT=true` deployment customization app setting. To learn more, see [Remote build](functions-deployment-technologies.md#remote-build).
52+
+ If your project needs to use remote build, don't use the `WEBSITE_RUN_FROM_PACKAGE` app setting. Instead add the `SCM_DO_BUILD_DURING_DEPLOYMENT=true` deployment customization app setting. For Linux, also add the `ENABLE_ORYX_BUILD=true` setting. To learn more, see [Remote build](functions-deployment-technologies.md#remote-build).
5353

5454
### Adding the WEBSITE_RUN_FROM_PACKAGE setting
5555

0 commit comments

Comments
 (0)