1. Introduction to Azure Cosmos DB for NoSQL
Learn about the Azure Cosmos DB for NoSQL and determine if it is a good fit for your application.
Click here to know more
2. Try Azure Cosmos DB for NoSQL
Learn how to use the Azure Cosmos DB for NoSQL to create an account, and then use the account to create Cosmos DB resources.
Click here to know more
3. Plan Resource Requirements
Familiarize yourself with the various configuration options for a new Azure Cosmos DB for NoSQL account.
Click here to know more
4. Configure Azure Cosmos DB for NoSQL database and containers
Select between the various throughput offerings in Azure Cosmos DB for NoSQL.
Click here to know more
5. Move data into and out of Azure Cosmos DB for NoSQL
Migrate data into and out of Azure Cosmos DB for NoSQL using Azure services and open-source solutions.
Click here to know more
6. Use the Azure Cosmos DB for NoSQL SDK
Learn about the Microsoft.Azure.Cosmos library, and then download the library to use in a .NET application.
Click here to know more
7. Configure the Azure Cosmos DB for NoSQL SDK
Learn how to configure the Azure Cosmos DB for NoSQL SDK in various ways including how to integrate with the emulator, implement parallelism, and create a custom logger.
Click here to know more
8. Implement Azure Cosmos DB for NoSQL point operations
Write code to create, read, update, and delete items in Azure Cosmos DB for NoSQL.
Click here to know more
9. Perform cross-document transactional operations with the Azure Cosmos DB for NoSQL
Perform operations on multiple items in single logical units of work.
Click here to know more
10. Process bulk data in Azure Cosmos DB for NoSQL
Perform bulk operations on Azure Cosmos DB in bulk from code using the SDK.
Click here to know more
11. Query the Azure Cosmos DB for NoSQL
Author queries for Azure Cosmos DB for NoSQL using the SQL query language.
Click here to know more
12. Author complex queries with the Azure Cosmos DB for NoSQL
Create SQL queries for Azure Cosmos DB for NoSQL that uses subqueries or cross-products.
Click here to know more
13. Define indexes in Azure Cosmos DB for NoSQL
Discover indexes and indexing policies in Azure Cosmos DB for NoSQL.
Click here to know more
14. Customize indexes in Azure Cosmos DB for NoSQL
Customize indexing policies for a container in Azure Cosmos DB for NoSQL.
Click here to know more
15. Consume an Azure Cosmos DB for NoSQL change feed using the SDK
Process change feed events using the change feed processor in the Azure Cosmos DB for NoSQL .NET SDK.
Click here to know more
16. Handle events with Azure Functions and Azure Cosmos DB for NoSQL change feed
Use Azure Functions bindings to integrate a function with Azure Cosmos DB for NoSQL.
Click here to know more
17. Search Azure Cosmos DB for NoSQL data with Azure Cognitive Search
Index Azure Cosmos DB for NoSQL data with Azure Cognitive Search.
Click here to know more
18. Implement a non-relational data model
Identify an application’s key access patterns. Define the entities’ data model, along with containers to store the data with a partition key that will result in an efficient and scalable data store for the application.
Click here to know more
19. Design a data partitioning strategy
Identify strategies for managing relationships between data entities, such as customers and sales data. Improve data-model performance and scaling by pre-aggregating and denormalizing your data. Use change-feed to maintain your data's referential integrity.
Click here to know more
20. Configure replication and manage failovers in Azure Cosmos DB
Replicate data across the globe and manage automatic or manual failovers in Azure Cosmos DB.
Click here to know more
21. Use consistency models in Azure Cosmos DB for NoSQL
Configure consistency on a sliding scale for Azure Cosmos DB for NoSQL.
Click here to know more
22. Configure multi-region write in Azure Cosmos DB for NoSQL
Write data to multiple regions using Azure Cosmos DB for NoSQL.
Click here to know more
23. Customize an indexing policy in Azure Cosmos DB for NoSQL
Tune the indexing policy based on your SQL queries in Azure Cosmos DB for NoSQL.
Click here to know more
24. Measure index performance in Azure Cosmos DB for NoSQL
Measure the performance of an indexing policy in Azure Cosmos DB for NoSQL.
Click here to know more
25. Implement integrated cache in Azure Cosmos DB for NoSQL
Implement, configure, and monitor integrated cache in Azure Cosmos DB for NoSQL.
Click here to know more
26. Measure performance in Azure Cosmos DB for NoSQL
We learn to use Azure Monitor to create and analyze monitoring data for Azure Cosmos DB.
Click here to know more
27. Monitor responses and events in Azure Cosmos DB for NoSQL
We will learn to use a rich set of REST response codes returned by Azure Cosmos DB request to help you analyze potential issues.
Click here to know more
28. Implement backup and restore for Azure Cosmos DB for NoSQL
We'll learn to use the two backup models Azure Cosmos DB provides.
Click here to know more
29. Implement security in Azure Cosmos DB for NoSQL
We will learn the different security models that Azure Cosmos DB uses.
Click here to know more
30. Write management scripts for Azure Cosmos DB for NoSQL
Learn how to manage Azure Cosmos DB for NoSQL accounts, databases, and containers using the Azure CLI.
Click here to know more
31. Create resource template for Azure Cosmos DB for NoSQL
Learn about automated Azure Cosmos DB for NoSQL resource deployments using the Azure Resource Manager with JSON and Bicep templates.
Click here to know more
32. Build multi-item transactions with the Azure Cosmos DB for NoSQL
Author stored procedures using JavaScript in Azure Cosmos DB for NoSQL.
Click here to know more
33. Expand query and transaction functionality in Azure Cosmos DB for NoSQL
Author user-defined functions and triggers using JavaScript in Azure Cosmos DB for NoSQL.
Click here to know more