Skip to content

Commit bd9ed07

Browse files
authored
Fix anchor link
1 parent 92dac0a commit bd9ed07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Example error logs:
250250
251251
You can mitigate this issue in either of two ways:
252252
253-
* Set the application setting [PYTHON_ISOLATE_WORKER_DEPENDENCIES](functions-app-settings.md#python_isolate_worker_dependencies-preview) to a value of `1`.
253+
* Set the application setting [PYTHON_ISOLATE_WORKER_DEPENDENCIES](functions-app-settings.md#python_isolate_worker_dependencies) to a value of `1`.
254254
255255
* Pin Protobuf to a non-4.x.x. version, as in the following example:
256256

0 commit comments

Comments
 (0)