Skip to content

Commit f22f3ca

Browse files
authored
Merge pull request #299842 from ggailey777/fix-release
[ASK MODE][Functions] Fix typos in H1 in release branch - very tiny fix so bringing this one in myself
2 parents 650008f + 82873b2 commit f22f3ca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/azure-functions/functions-bindings-mongodb-vcore-input.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2025
1010
---
1111

12-
# Azure Cosmos DB for MongoDB(vCore) input binding for Azure Functions
12+
# Azure Cosmos DB for MongoDB (vCore) input binding for Azure Functions
1313

1414
This article explains how to work with the [Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/vcore/introduction) input binding in Azure Functions.
1515

@@ -87,4 +87,4 @@ You can use the `CosmosDBMongo` attribute to obtain and work directly with the [
8787
- [Azure Cosmos DB for MongoDB (vCore)](/azure/cosmos-db/mongodb/vcore/introduction)
8888
- [Azure Cosmos DB for MongoDB (vCore) bindings for Azure Functions](functions-bindings-mongodb-vcore.md)
8989
- [Azure Cosmos DB for MongoDB (vCore) trigger for Azure Functions](functions-bindings-mongodb-vcore-trigger.md)
90-
- [Azure Cosmos DB for MongoDB(vCore) output binding for Azure Functions](functions-bindings-mongodb-vcore-output.md)
90+
- [Azure Cosmos DB for MongoDB(vCore) output binding for Azure Functions](functions-bindings-mongodb-vcore-output.md)

articles/azure-functions/functions-bindings-mongodb-vcore-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2025
1010
---
1111

12-
# Azure Cosmos DB for MongoDB(vCore) output binding for Azure Functions
12+
# Azure Cosmos DB for MongoDB (vCore) output binding for Azure Functions
1313

1414
This article explains how to work with the [Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/vcore/introduction) output binding in Azure Functions.
1515

@@ -75,4 +75,4 @@ You can use the `CosmosDBMongo` attribute to obtain and work directly with the [
7575
- [Azure Cosmos DB for MongoDB (vCore)](/azure/cosmos-db/mongodb/vcore/introduction)
7676
- [Azure Cosmos DB for MongoDB (vCore) bindings for Azure Functions](functions-bindings-mongodb-vcore.md)
7777
- [Azure Cosmos DB for MongoDB (vCore) trigger for Azure Functions](functions-bindings-mongodb-vcore-trigger.md)
78-
- [Azure Cosmos DB for MongoDB (vCore) input binding for Azure Functions](functions-bindings-mongodb-vcore-input.md)
78+
- [Azure Cosmos DB for MongoDB (vCore) input binding for Azure Functions](functions-bindings-mongodb-vcore-input.md)

articles/azure-functions/functions-bindings-mongodb-vcore-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2025
1010
---
1111

12-
# Azure Cosmos DB for MongoDB(vCore) trigger for Azure Functions
12+
# Azure Cosmos DB for MongoDB (vCore) trigger for Azure Functions
1313

1414
This article explains how to work with the [Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/vcore/introduction) trigger in Azure Functions. The bindings use [change streams in Azure Cosmos DB’s API for MongoDB](/azure/cosmos-db/mongodb/change-streams) to listen for inserts and updates.
1515

0 commit comments

Comments
 (0)