Skip to content

this is a basic CRUD for documents in AZURE COSMOS DB, you should be able to define your own app config for establishing a connection with your own DB, there is a method that defines a storage proceeding. the app config (xml) you could define it as: <?xml version="1.0" encoding = "utf-8"?> <configuration> <appSettings> <add key="accountEndPoint"…

Notifications You must be signed in to change notification settings

joshuablanco/Basic-Crud-COSMOS-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Basic-Crud-COSMOS-DB

this is a basic CRUD for documents in AZURE COSMOS DB, you should be able to define your own app config for establishing a connection with your own DB, there is a method that defines a storage proceedure. the app config (xml) you could define it as:

<?xml version="1.0" encoding = "utf-8"?> <configuration>
<appSettings>
<add key="accountEndPoint" value = "your uri"/>
<add key ="accountKey" value=" key generated by AZURE" />
</appSettings> </configuration> you could define it as an app setting json... as you want.

About

this is a basic CRUD for documents in AZURE COSMOS DB, you should be able to define your own app config for establishing a connection with your own DB, there is a method that defines a storage proceeding. the app config (xml) you could define it as: <?xml version="1.0" encoding = "utf-8"?> <configuration> <appSettings> <add key="accountEndPoint"…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages