Skip to content

Commit d4f4c1b

Browse files
committed
TOC
1 parent 7a3826b commit d4f4c1b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
items:
1313
- name: Azure portal
1414
href: create-cosmosdb-resources-portal.md
15-
- name: .NET app
15+
- name: .NET app - V4 SDK
16+
href: create-sql-api-dotnet-v4.md
17+
- name: .NET app - V3 SDK
1618
href: create-sql-api-dotnet.md
1719
- name: Java app
1820
href: create-sql-api-java.md

articles/cosmos-db/create-sql-api-dotnet-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.date: 11/04/2019
1919
> * [Python](create-sql-api-python.md)
2020
> * [Xamarin](create-sql-api-xamarin-dotnet.md)
2121
22-
Get started with the Azure Cosmos DB SQL API client library for .NET. Follow the steps in this doc to install the .NET V4 package, build an app, and try out the example code for basic CRUD operations on the data stored in Azure Cosmos DB.
22+
Get started with the Azure Cosmos DB SQL API client library for .NET. Follow the steps in this doc to install the .NET V4 (Azure.Cosmos) package, build an app, and try out the example code for basic CRUD operations on the data stored in Azure Cosmos DB.
2323

2424
Azure Cosmos DB is Microsoft’s globally distributed multi-model database service. You can use Azure Cosmos DB to quickly create and query key/value, document, and graph databases. Use the Azure Cosmos DB SQL API client library for .NET to:
2525

0 commit comments

Comments
 (0)