Introduction

This article will cover the following.

Brief Concepts

What is Azure DocumentDB?

It is a NoSQL document database service designed from the ground up to natively support JSON and JavaScript directly inside the database engine.

Prerequisites

Read the following article to create an Azure account and for some basic information about Azure to get started.

Implementation – Create CosmosDB account of API type DocumentDB in Azure

Steps to be followed:

Implementation – Manage collection in the DocumentDB

Steps to be followed -

Implementation – Querying through the document in the collection of Document DB

Steps to be followed -

Happy learning!