Skip to content

Commit c928a9c

Browse files
Colby Tresnessggailey777
andauthored
Update articles/azure-functions/functions-deployment-technologies.md
Per suggestion Co-Authored-By: Glenn Gailey <[email protected]>
1 parent 0203467 commit c928a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-deployment-technologies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To enable remote build on Linux, the following [application settings](functions-
7575
* `ENABLE_ORYX_BUILD=true`
7676
* `SCM_DO_BUILD_DURING_DEPLOYMENT=true`
7777

78-
Both the [Azure Functions Core Tools](functions-run-local.md) and the [Azure Functions Extension for VS Code](functions-create-first-function-vs-code.md#publish-the-project-to-azure) will do this automatically and perform remote builds by default when deploying to Linux.
78+
By default, both [Azure Functions Core Tools](functions-run-local.md) and the [Azure Functions Extension for Visual Studio Code](functions-create-first-function-vs-code.md#publish-the-project-to-azure) perform remote builds when deploying to Linux. Because of this, both tools automatically create these settings for you in Azure.
7979

8080
When apps are built remotely on Linux, they [run from the deployment package](run-functions-from-deployment-package.md).
8181

0 commit comments

Comments
 (0)