Skip to content

Commit 81eddf9

Browse files
authored
Merge pull request #205721 from v-rajagt/alexwolf-july
Link fixed.
2 parents 80488cb + 2587249 commit 81eddf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This quickstart will create a single Azure Cosmos DB account using the Table API
7272

7373
### Create a new .NET app
7474

75-
Create a new .NET application in an empty folder using your preferred terminal. Use the [``dotnet new console``](/dotnet/core/tools/dotnet-newt) to create a new console app.
75+
Create a new .NET application in an empty folder using your preferred terminal. Use the [``dotnet new console``](/dotnet/core/tools/dotnet-new) to create a new console app.
7676

7777
```console
7878
dotnet new console -output <app-name>
@@ -211,4 +211,4 @@ Remove-AzResourceGroup @parameters
211211
In this quickstart, you learned how to create an Azure Cosmos DB Table API account, create a table, and manage entries using the .NET SDK. You can now dive deeper into the SDK to learn how to perform more advanced data queries and management tasks in your Azure Cosmos DB Table API resources.
212212

213213
> [!div class="nextstepaction"]
214-
> [Get started with Azure Cosmos DB Table API and .NET](./how-to-dotnet-get-started.md)
214+
> [Get started with Azure Cosmos DB Table API and .NET](./how-to-dotnet-get-started.md)

0 commit comments

Comments
 (0)