Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepfeiffer authored Aug 27, 2017
1 parent 2a54fec commit 230c75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This sample ASP.NET MVC 5 application allows users to create, read, update, and

To use this code do the following:
* Create a Cosmos DB account using the DocumentDB API in the Azure portal
* Create a collection called "Movie" in a database called "MovieApp" and set the partition key to "rating"
* Create a collection called "Movie" in a database called "MovieApp" and set the partition key to "id"
* Update the "endpoint" key in the web.config to use the URI of the Cosmos DB account. This value can be found under the "Keys" blade within the DocumentDB account in the portal.
* Update the "authKey" in the web.config to use the primary or secondary key of the DocumentDB account. This value can be found under the "Keys" blade within the Cosmos DB account in the portal.
* Run the application and test

0 comments on commit 230c75f

Please sign in to comment.