Skip to content

Commit 7d26c63

Browse files
Merge pull request #253677 from shreyabatra4/tsg-update
added information to dependency isolation flag
2 parents 96899a2 + 127c843 commit 7d26c63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ Sometimes, the package might have been integrated into [Python Standard Library]
161161

162162
However, if you're finding that the issue hasn't been fixed, and you're on a deadline, we encourage you to do some research to find a similar package for your project. Usually, the Python community will provide you with a wide variety of similar libraries that you can use.
163163

164+
#### Disable dependency isolation flag
165+
166+
Set the application setting [PYTHON_ISOLATE_WORKER_DEPENDENCIES](functions-app-settings.md#python_isolate_worker_dependencies) to a value of `0`.
167+
164168
---
165169

166170
## Troubleshoot cannot import 'cygrpc'

0 commit comments

Comments
 (0)