Skip to content

Commit 7709af2

Browse files
authored
Merge pull request #118097 from sk0g/patch-1
Update functions-reference-python.md
2 parents e54c97a + 9f2a43b commit 7709af2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/functions-reference-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ pip install -r requirements.txt
973973

974974
When running your functions in an [App Service plan](./dedicated-plan.md), dependencies that you define in requirements.txt are given precedence over built-in Python modules, such as `logging`. This precedence can cause conflicts when built-in modules have the same names as directories in your code. When running in a [Consumption plan](./consumption-plan.md) or an [Elastic Premium plan](./functions-premium-plan.md), conflicts are less likely because your dependencies aren't prioritized by default.
975975

976-
To prevent issues running in an App Service plan, don't name your directories the same as any Python native modules and don't including Python native libraries in your project's requirements.txt file.
976+
To prevent issues running in an App Service plan, don't name your directories the same as any Python native modules and don't include Python native libraries in your project's requirements.txt file.
977977

978978
## Publishing to Azure
979979

0 commit comments

Comments
 (0)