Skip to content

Commit

Permalink
Merge pull request #12 from AzureCosmosDB/update-readme
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
seesharprun authored Oct 17, 2024
2 parents fb7600a + 5a6942a commit 10d1c1a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@ 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
cd web
dotnet run
```

0 comments on commit 10d1c1a

Please sign in to comment.