Total Page Preview:   000000004748

How to create document into the collection in document-db

In this article will learn how to create a Document into the collection in DocumentDB using azure new portal.
 

For Document Create into the collection in DocumentDB you mast a have Collection. If you don't have Collection so that first create it. For Create Collection.

Create For Document into the collection in DocumentDB using portal, following are the steps.

Step 1: Sign in to the Azure portal.

Step 2:  Now click on the created DocumentDB account and folow below screenshot:
 
 
Step 2: Please select collection where you want to create document.
 
 
Step 3: Please enter your document data in json format into the document editor.
 
 
 
Json format data for the document:
 
{
   "Id" : "10001",
   "Name" : "Brijesh Kumar" ,
   "MobileNo" : "9721621522",
   "Designation" : "Database Adminitrator"
 
}
 
After Create document and Save it.
 
 
Thanks
Brijesh Kumar 
 
 
 

Thank You

About Author

Brijesh Kumar

Database Developer

I have more then 6 years Experience in Microsoft Technologies - SQL Server Database, ETL Azure Cloud - Azure SQL Database, CosmosDB, Azure Data Factory, PowerBI, Web Job, Azure Function, Azure Storage, Web Apps, Powershall and Database Migration On-Premise to Azure Cloud.
LinkedIn : https://www.linkedin.com



Comments