Skip to content

Commit c66d521

Browse files
authored
Anchor fix
1 parent 7883c5f commit c66d521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-azure-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Support for the SQL bindings extension is available in the 1.11.3b1 version of t
130130
azure-functions==1.11.3b1
131131
```
132132

133-
Following setting the library version, update your application settings to [isolate the dependencies](./functions-app-settings.md#python_isolate_worker_dependencies-preview) by adding `PYTHON_ISOLATE_WORKER_DEPENDENCIES` with the value `1` to your application settings. Locally, this is set in the `local.settings.json` file as seen below:
133+
Following setting the library version, update your application settings to [isolate the dependencies](./functions-app-settings.md#python_isolate_worker_dependencies) by adding `PYTHON_ISOLATE_WORKER_DEPENDENCIES` with the value `1` to your application settings. Locally, this is set in the `local.settings.json` file as seen below:
134134

135135
```json
136136
"PYTHON_ISOLATE_WORKER_DEPENDENCIES": "1"

0 commit comments

Comments
 (0)