Skip to content

Commit f7fe782

Browse files
Merge pull request #270638 from seesharprun/cosmos-table-quickstart-dotnet-fix
Cosmos DB | Fix typo in API for Table .NET quickstart
2 parents 5b609b7 + ec97178 commit f7fe782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/table/quickstart-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ The client library is available through NuGet, as the `Microsoft.Azure.Cosmos` p
6363
cd ./src/web
6464
```
6565

66-
1. If not already installed, install the `Microsoft.Azure.Cosmos` package using `dotnet add package`.
66+
1. If not already installed, install the `Azure.Data.Tables` package using `dotnet add package`.
6767

6868
```bash
69-
dotnet add package Microsoft.Azure.Cosmos
69+
dotnet add package Azure.Data.Tables
7070
```
7171

7272
1. Also, install the `Azure.Identity` package if not already installed.

0 commit comments

Comments
 (0)