Skip to content

Commit a58965c

Browse files
Merge pull request #224171 from seesharprun/cosmos-nosql-dotnet-tutorial-nuget
Cosmos DB | Add tip for NuGet package restore to NoSQL .NET tutorial
2 parents 86a465a + 99635e1 commit a58965c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cosmos-db/nosql/tutorial-dotnet-web-app.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ First, you'll create a database and container in the existing API for NoSQL acco
202202
203203
Now, you'll create a new ASP.NET web application using a sample project template. You'll then explore the source code and run the sample to get acquainted with the application before adding Azure Cosmos DB connectivity using the Azure SDK for .NET.
204204
205+
> [!IMPORTANT]
206+
> This tutorial transparently pulls packages from [NuGet](https://nuget.org). You can use [`dotnet nuget list source`](/dotnet/core/tools/dotnet-nuget-list-source#examples) to verify your package sources. If you do not have NuGet as a package source, use [`dotnet nuget add source`](/dotnet/core/tools/dotnet-nuget-add-source#examples) to install the site as a source.
207+
205208
1. Open a terminal in an empty directory.
206209
207210
1. Install the `cosmicworks.template.web` project template package from NuGet.

0 commit comments

Comments
 (0)