Skip to content

Commit 433879c

Browse files
committed
update fixes
1 parent 178901f commit 433879c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/azure-functions/functions-bindings-mongodb-vcore-csharp-only.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Understand how to use Azure Cosmos DB for MongoDB(vCore) triggers a
44
author: sajeetharan
55
ms.author: sasinnat
66
ms.topic: reference
7-
ms.date: 08/05/2025
7+
ms.date: 8/5/2025
88
ms.custom:
99
- build-2025
1010
---
@@ -31,11 +31,11 @@ The following table explains the binding configuration properties that you set i
3131

3232
## Usage
3333

34-
## Output
34+
### Output
3535

3636
The Azure Cosmos DB for MongoDB(vCore) output binding lets you write a new document to an Azure Cosmos DB for MongoDB(vCore)
3737

38-
## Example
38+
### Example
3939

4040
The examples refer to a simple `TestClass` type:
4141

@@ -92,11 +92,11 @@ namespace Sample
9292
}
9393

9494
```
95-
## Input
95+
## #Input
9696

9797
The Azure Cosmos DB for MongoDB(vCore) input binding lets you reretieve one or more Azure CosmosDB for MongoDB(vCore) documents.
9898

99-
## Example
99+
### Example
100100

101101
The examples refer to a simple `TestClass` type:
102102

articles/azure-functions/functions-bindings-overview-mongodb-vore-csharp-only.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ namespace Sample
7070

7171
## Related articles
7272

73-
- [Azure Cosmos DB for MongoDB(vCore)](azure/cosmos-db/mongodb/vcore/introduction.md)
73+
- [Azure Cosmos DB for MongoDB(vCore)](/azure/cosmos-db/mongodb/vcore/introduction.md)
7474
- [Azure Azure Cosmos DB for MongoDB(vCore) bindings for Azure Functions](/azure/azure-functions/functions-bindings-mongodb-vcore-csharp-only)

0 commit comments

Comments
 (0)