Skip to content

Commit 5de6d70

Browse files
Acrolinx fixes
1 parent b203a83 commit 5de6d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ For bulk insert form the objects first and then run the stringify function. Here
559559
::: zone-end
560560
::: zone pivot="programming-language-powershell"
561561

562-
The following example show how to write data to Azure Cosmos DB using an output binding. The binding is declared in the function's configuration file (_functions.json_), and take data from a queue message and writes out to an Azure Cosmos DB document.
562+
The following example shows how to write data to Azure Cosmos DB using an output binding. The binding is declared in the function's configuration file (_functions.json_), and takes data from a queue message and writes out to an Azure Cosmos DB document.
563563

564564
```json
565565
{

0 commit comments

Comments
 (0)