You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-reference-python.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -551,11 +551,11 @@ HTTP streams are disabled by default. You need to enable this feature in your ap
551
551
552
552
1. When you deploy to Azure, add the following [application setting](./functions-how-to-use-azure-function-app-settings.md#settings) in your function app:
553
553
554
-
`"PYTHON_ISOLATE_WORKER_DEPENDENCIES": "1"`
554
+
`"PYTHON_ENABLE_INIT_INDEXING": "1"`
555
555
556
556
If you are deploying to Linux Consumption, also add
557
557
558
-
`"PYTHON_ENABLE_INIT_INDEXING": "1"`
558
+
`"PYTHON_ISOLATE_WORKER_DEPENDENCIES": "1"`
559
559
560
560
When running locally, you also need to add these same settings to the `local.settings.json` project file.
0 commit comments