Skip to content

Commit 8df6c2c

Browse files
vmageloggailey777
andauthored
Update articles/azure-functions/functions-add-output-binding-cosmos-db-vs-code.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 773168b commit 8df6c2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-functions/functions-add-output-binding-cosmos-db-vs-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ A binding is added to the `bindings` array in your *function.json*, which should
186186

187187
::: zone pivot="programming-language-python"
188188

189+
The way that you define the new binding depends on your Python programming model.
190+
189191
# [v1](#tab/v1)
190192

191193
Binding attributes are defined directly in the *function.json* file. Depending on the binding type, other properties may be required. The [Azure Cosmos DB output configuration](./functions-bindings-cosmosdb-v2-output.md#configuration) describes the fields required for an Azure Cosmos DB output binding. The extension makes it easy to add bindings to the *function.json* file.

0 commit comments

Comments
 (0)