CosmosDB
  • Relational vs. Non-Relational Databases
  • Intro to Azure Cosmos DB
    • Elements
    • Containers & Partitions
    • Request Units
  • Data modeling
    • Embed data
    • Reference data
    • Real-world example
  • ▶️WebAPI Experiment
    • Create Database
    • Copy URI & Keys
    • Create WebAPI
    • Test the project
  • ⬇️Microsoft samples
Powered by GitBook
On this page
  • Create Database and container
  • First, we need to create a database and then a container in it
  1. ▶️WebAPI Experiment

Create Database

Create Database and container

Microsoft has a free plan for those who are learning to use Cosmos, You can sign in for the same and then proceed as shown below:

https://cosmos.azure.com/try/

First, we need to create a database and then a container in it

All names are case sensitive, including id

PreviousWebAPI ExperimentNextCopy URI & Keys

Last updated 2 years ago