Build applications with Azure DocumentDB SDKs
Intermediate
Developer
Azure DocumentDB
Build applications that connect to Azure DocumentDB using the official MongoDB drivers for Python, .NET, and JavaScript. Perform CRUD operations programmatically and integrate database operations into your application code.
Learning objectives
After completing this module, you'll be able to:
- Connect to an Azure DocumentDB cluster using the MongoDB driver for Python, .NET, or JavaScript.
- Perform CRUD operations programmatically using your preferred language's driver.
- Handle connection management, error handling, and resource cleanup in application code.
Prerequisites
- Familiarity with database concepts such as queries, indexes, and data models.
- Basic understanding of MongoDB or document-oriented databases.
- Experience with at least one of: Python, C#, or JavaScript/Node.js.
- An Azure DocumentDB cluster (created in a previous module).