Skip to content

Commit 05d0c70

Browse files
Merge pull request #228519 from dzsquared/sqlbindings-python-feb2023
remove isolated flag
2 parents ae06055 + 05b4da3 commit 05d0c70

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Azure SQL bindings for Azure Functions aren't available for the v3 version of th
9898
## Functions runtime
9999

100100
> [!NOTE]
101-
> Python language support for the SQL bindings extension is available starting with v4.5.0 of the [functions runtime](./set-runtime-version.md#view-and-update-the-current-runtime-version). You may need to update your install of Azure Functions [Core Tools](functions-run-local.md) for local development. Learn more about determining the runtime in Azure regions from the [functions runtime](./set-runtime-version.md#view-and-update-the-current-runtime-version) documentation. Please see the tracking [GitHub issue](https://github.com/Azure/azure-functions-sql-extension/issues/250) for the latest update on availability.
101+
> Python language support for the SQL bindings extension is available starting with v4.5.0 of the [functions runtime](./set-runtime-version.md#view-and-update-the-current-runtime-version). You may need to update your install of Azure Functions [Core Tools](functions-run-local.md) for local development.
102102
103103

104104
## Install bundle
@@ -125,17 +125,6 @@ Azure SQL bindings for Azure Functions aren't available for the v3 version of th
125125

126126
---
127127

128-
## Configure Python Worker
129-
130-
Currently, you will need to 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:
131-
132-
```json
133-
"PYTHON_ISOLATE_WORKER_DEPENDENCIES": "1"
134-
```
135-
136-
Support for Python durable functions with SQL bindings isn't yet available.
137-
138-
139128
::: zone-end
140129

141130

0 commit comments

Comments
 (0)