Azure Cosmos DB is a NoSQL data store that have a table, and the table will have a fixed number of columns, and each row in the table should adhere to the scheme of the table and can extract tabular data very rapidly from JSON files using SQL. It is globally distributed database service from Microsoft. Guaranteed high availability and low latency for applications.. Azure Cosmos DB provides natural support for all major NoSQL data models document, graph, and columnar-exposed through different APIs, enables us to use familiar frameworks and tools. This service is fully managed by Microsoft Azure. It also has the ability to adapt to the changes as per demand.
Azure Cosmos DB structure- Microsoft Azure Cosmos DB has a structure that can create multiple cosmos databases in a single account.
- Database
- Azure Cosmos Account
- Container
Advantages:
- Multiple data models
- Turnkey global distribution
- Multi-master support
- Industry-leading comprehensive SLAs
- Low total cost of Ownership
- Developing application using NoSQL APIs
- It offers five well-defined consistency levels
- Service is fully managed by Microsoft Azure
- Database is backed up automatically










