Skip to content

Commit 37d353e

Browse files
authored
change
1 parent 257d867 commit 37d353e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,11 +551,11 @@ HTTP streams are disabled by default. You need to enable this feature in your ap
551551

552552
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:
553553

554-
`"PYTHON_ISOLATE_WORKER_DEPENDENCIES": "1"`
554+
`"PYTHON_ENABLE_INIT_INDEXING": "1"`
555555

556556
If you are deploying to Linux Consumption, also add
557557

558-
`"PYTHON_ENABLE_INIT_INDEXING": "1"`
558+
`"PYTHON_ISOLATE_WORKER_DEPENDENCIES": "1"`
559559

560560
When running locally, you also need to add these same settings to the `local.settings.json` project file.
561561

0 commit comments

Comments
 (0)