Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 465 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 465 Bytes

Cosmos Database CRUD operations example

//Update following settings in AppSettings.Development.json

"DbConfiguration": {
    "DbName": "StarUniversity",
    "Container": "Students",
    "Account": "<put your cosmos db accountid here>",
    "Key": "<put your cosmos db key here>"
  }

There is no UI for this but the apis can be called using the swagger UI. Run the app using IIS express and the default url should open up the swagger UI.