Skip to content

amarsingh19/CosmosDbCrud

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages