Skip to content

Commit 6b5f97a

Browse files
authored
Merge pull request #105282 from craigshoemaker/crs-functions-cosmos-restructure
Restructure Cosmos DB functions binding ref
2 parents 7eae407 + 9a71284 commit 6b5f97a

11 files changed

+2388
-2310
lines changed

articles/app-service/webjobs-sdk-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ static async Task Main()
392392
}
393393
```
394394

395-
For more details, see the [Azure CosmosDB binding](../azure-functions/functions-bindings-cosmosdb-v2.md#hostjson-settings) article.
395+
For more details, see the [Azure CosmosDB binding](../azure-functions/functions-bindings-cosmosdb-v2-output.md#hostjson-settings) article.
396396

397397
### Event Hubs trigger configuration (version 3.*x*)
398398

articles/azure-functions/TOC.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,20 @@
342342
href: functions-bindings-cosmosdb.md
343343
displayName: Azure Cosmos DB
344344
- name: Functions 2.x
345-
href: functions-bindings-cosmosdb-v2.md
346345
displayName: Azure Cosmos DB
346+
items:
347+
- name: Overview
348+
href: functions-bindings-cosmosdb-v2.md
349+
displayName: Azure Cosmos DB
350+
- name: Trigger
351+
href: functions-bindings-cosmosdb-v2-trigger.md
352+
displayName: Azure Cosmos DB
353+
- name: Input
354+
href: functions-bindings-cosmosdb-v2-input.md
355+
displayName: Azure Cosmos DB
356+
- name: Output
357+
href: functions-bindings-cosmosdb-v2-output.md
358+
displayName: Azure Cosmos DB
347359
- name: Event Grid
348360
items:
349361
- name: Overview

0 commit comments

Comments
 (0)