Skip to content

Commit 68bc74f

Browse files
Remove commented zones + python update
1 parent 1ecfe29 commit 68bc74f

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,12 @@ The [C# library](functions-dotnet-class-library.md) uses the [SqlTrigger](https:
119119
## Configuration
120120

121121
<!-- ### for another day ###
122-
::: zone pivot="programming-language-java,programming-language-powershell,programming-language-javascript,programming-language-python"
123-
124122
125123
The following table explains the binding configuration properties that you set in the function.json file.
126124
127125
|function.json property | Description|
128126
129-
::: zone-end -->
127+
-->
130128

131129
In addition to the required ConnectionStringSetting [application setting](./functions-how-to-use-azure-function-app-settings.md#settings), the following optional settings can be configured for the SQL trigger:
132130

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,9 @@ Azure SQL bindings for Azure Functions aren't available for the v3 version of th
125125

126126
---
127127

128-
## Update packages
129-
130-
Support for the SQL bindings extension is available in the 1.11.3b1 version of the [Azure Functions Python library](https://pypi.org/project/azure-functions/). Add this version of the library to your functions project with an update to the line for `azure-functions==` in the `requirements.txt` file in your Python Azure Functions project as seen in the following snippet:
131-
132-
```
133-
azure-functions==1.11.3b1
134-
```
128+
## Configure Python Worker
135129

136-
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:
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:
137131

138132
```json
139133
"PYTHON_ISOLATE_WORKER_DEPENDENCIES": "1"

0 commit comments

Comments
 (0)