Skip to content

Commit 206a7ad

Browse files
Add page titles
1 parent f02703d commit 206a7ad

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

articles/azure-functions/functions-bindings-cosmosdb-v2-input.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.date: 02/24/2020
77
ms.author: cshoe
88
---
99

10+
# Azure Cosmos DB input binding for Azure Functions 2.x
11+
1012
The Azure Cosmos DB input binding uses the SQL API to retrieve one or more Azure Cosmos DB documents and passes them to the input parameter of the function. The document ID or query parameters can be determined based on the trigger that invokes the function.
1113

1214
For information on setup and configuration details, see the [overview](./functions-bindings-cosmosdb-v2.md).

articles/azure-functions/functions-bindings-cosmosdb-v2-output.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.date: 02/24/2020
77
ms.author: cshoe
88
---
99

10+
# Azure Cosmos DB output binding for Azure Functions 2.x
11+
1012
The Azure Cosmos DB output binding lets you write a new document to an Azure Cosmos DB database using the SQL API.
1113

1214
For information on setup and configuration details, see the [overview](./functions-bindings-cosmosdb-v2.md).

0 commit comments

Comments
 (0)