Skip to content

Commit cefe139

Browse files
authored
Merge pull request #125899 from jpsantoscosta/patch-1
Update functions-deployment-technologies.md
2 parents 14671f7 + 4743998 commit cefe139

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
@@ -85,7 +85,7 @@ The Functions host also performs a background trigger sync after the application
8585
8686
You can request Azure Functions to perform a remote build of your code project during deployment. In these scenarios, you should request a remote build instead of building locally:
8787
88-
+ You're deploying an app to a Linux-based function app that was developed on a Windows computer. This is commonly the case for Python app development. You can end up with in incorrect libraries being used when building the deployment package locally on Windows.
88+
+ You're deploying an app to a Linux-based function app that was developed on a Windows computer. This is commonly the case for Python app development. You can end up with incorrect libraries being used when building the deployment package locally on Windows.
8989
+ Your project has dependencies on a [custom package index](functions-reference-python.md#remote-build-with-extra-index-url).
9090
+ You want to reduce the size of your deployment package.
9191

0 commit comments

Comments
 (0)