top of page

Work with NoSQL data in Azure Cosmos DB

NoSQL data is an efficient way to store information that doesn’t map to the requirements of a relational SQL database. Learn how to use the Azure portal, the Azure Cosmos DB extension for Visual Studio Code, and the Azure Cosmos DB .NET Core SDK to work with your NoSQL data where you want, and provide your users with high availability, no matter where they are in the world.

Create an Azure Cosmos DB database built to scale

Learn how to create an Azure Cosmos DB account, database, and container built to scale as your application grows.

Choose the appropriate API for Azure Cosmos DB

You will compare the different APIs available in Azure Cosmos DB, highlighting and contrasting the different scenarios that would make them a good choice for a company.

Insert and query data in your Azure Cosmos DB database

Learn how to add data to your database and query NoSQL data in Azure Cosmos DB.

Store and access graph data in Azure Cosmos DB with the Graph API

Create an application that that uses an Azure Cosmos DB as a graph database. Store, retrieve and manipulate graph data and visualize it using Data Explorer.

Store and Access NoSQL Data with Azure Cosmos DB and the Table API

Get lower latency, higher availability, and easier scaling by moving your Azure Storage Tables application to Azure Cosmos DB.

Build a .NET Core app for Azure Cosmos DB in Visual Studio Code

Learn how to build a database app to store and query data in Azure Cosmos DB by using Visual Studio Code.

Optimize the performance of Azure Cosmos DB by using partitioning and indexing strategies

Learn how to measure the throughput of your NoSQL database and assess the impact of partition key and indexing strategies on throughput.

Distribute your data globally with Azure Cosmos DB

Learn how to distribute your data globally with Azure Cosmos DB.

bottom of page