diff --git a/readme.md b/readme.md index 5920da2..3978c74 100644 --- a/readme.md +++ b/readme.md @@ -6,3 +6,14 @@ Sample ASP.NET web application using Azure Cosmos DB for NoSQL. | --- | --- | | Downloaded latest source code | | | Open in GitHub Codespaces | | + +## Run this + +1. Replace the credentials in **web/Program.cs** with your Azure Cosmos DB for NoSQL account's credentials. + +1. Start the application: + + ```shell + cd web + dotnet run + ```