Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sidney Andrews <[email protected]>
  • Loading branch information
seesharprun authored Oct 17, 2024
1 parent fb7600a commit b54ca3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@ Sample ASP.NET web application using Azure Cosmos DB for NoSQL.
| --- | --- |
| Downloaded latest source code | <https://github.com/azurecosmosdb/quickstart-nosql-dotnet/releases/latest/download/project.zip> |
| Open in GitHub Codespaces | <https://codespaces.new/AzureCosmosDB/quickstart-nosql-dotnet?template=true&quickstart=1> |

## 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
dotnet run
```

0 comments on commit b54ca3d

Please sign in to comment.