Skip to content

Commit 178901f

Browse files
committed
Update docs
1 parent 573fdf1 commit 178901f

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ This article explains how to work with [Azure Cosmos DB for MongoDB vCore](/azur
1616

1717
* The Azure Cosmos DB for MongoDB(vCore) bindings for the Functions runtime don't support Microsoft Entra authentication and managed identities. To improve security, you should upgrade to run on the latest version of the Functions runtime.
1818

19-
## Example
20-
21-
<!--Hard-code your examples or ideally add a link to the extension-specific code example in this repo: https://github.com/Azure/azure-functions-dotnet-worker/blob/main/samples/Extensions/ as in the following example:
22-
23-
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/EventGrid/EventGridFunction.cs" range="35-49":::
24-
-->
25-
2619
## Attributes
2720

2821
The following table explains the binding configuration properties that you set in the function.json file and the CosmosDBMongoTrigger attribute.
@@ -163,5 +156,5 @@ namespace Sample
163156

164157
## Related articles
165158

166-
- [Azure Cosmos DB for MongoDB(vCore)](./azure/cosmos-db/mongodb/vcore/introduction.md)
167-
- [Azure Azure Cosmos DB for MongoDB(vCore) bindings for Azure Functions](./azure/azure-functions/functions-bindings-overview-mongodb-vore-csharp-only)
159+
- [Azure Cosmos DB for MongoDB(vCore)](/azure/cosmos-db/mongodb/vcore/introduction.md)
160+
- [Azure Azure Cosmos DB for MongoDB(vCore) bindings for Azure Functions](/azure/azure-functions/functions-bindings-overview-mongodb-vore-csharp-only)

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: Learn to use the Azure Cosmos DB for MongoDB(vCore) trigger in Azu
44
author: sajeetharan
55
ms.author: sasinnat
66
ms.topic: reference
7-
ms.date: 05/08/2025
7+
ms.date: 5/8/2025
88
ms.custom:
99
- build-2025
1010
---
1111

12-
# Azure Cosmos DB trigger for Azure Functions 2.x and higher
12+
# Azure Cosmos DB for MongoDB(vCore) trigger for Azure Functions 2.x and higher
1313

1414
The Azure Cosmos DB for MongoDB(vCore) Trigger uses the [Azure Cosmos DB for MongoDB(vCore) ChangeStream](/azure/cosmos-db/mongodb/change-streams) to listen for inserts and updates. The change feed publishes new and updated items, not including updates from deletions.
1515

@@ -41,10 +41,6 @@ Add the extension to your project by installing the [NuGet package](https://www.
4141

4242
---
4343

44-
::: zone-end
45-
46-
::: zone pivot="programming-language-javascript,programming-language-typescript,programming-language-python,programming-language-java,programming-language-powershell"
47-
4844
## Usage
4945

5046
The following example shows a C# Function that retrieves a single document when a document is updated/changed.
@@ -74,5 +70,5 @@ namespace Sample
7470

7571
## Related articles
7672

77-
- [Azure Cosmos DB for MongoDB(vCore)](./cosmos-db/mongodb/vcore/introduction.md)
78-
- [Azure Azure Cosmos DB for MongoDB(vCore) bindings for Azure Functions](./azure/azure-functions/functions-bindings-mongodb-vcore-csharp-only)
73+
- [Azure Cosmos DB for MongoDB(vCore)](azure/cosmos-db/mongodb/vcore/introduction.md)
74+
- [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)