Build queries for Azure Cosmos DB for NoSQL
Intermediate
Developer
Azure Cosmos DB
Learn how to connect to Azure Cosmos DB for NoSQL using the SDK, perform data operations on items, and write efficient SQL queries to retrieve document data for AI applications.
Learning objectives
After completing this module, you'll be able to:
- Explain the Azure Cosmos DB for NoSQL resource model and how databases, containers, and items relate to each other
- Implement SDK operations to connect to Azure Cosmos DB and perform CRUD operations on items
- Select between point reads and queries based on performance requirements and access patterns
- Build queries using SQL syntax to filter, project, and retrieve data from containers
Prerequisites
Before beginning this module, you should have:
- Programming experience with Python
- Basic understanding of Azure services and cloud computing concepts
- Familiarity with JSON document structures