Access and manage data with the Azure Cosmos DB SQL API SDKs

Go to class
Write Review

Free Online Course: Access and manage data with the Azure Cosmos DB SQL API SDKs provided by Microsoft Learn is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge.

Overview
    • Module 1: Write code to create, read, update, and delete items in Azure Cosmos DB SQL API.
    • After completing this module, you'll be able to:

      • Perform CRUD operations using the SDK
      • Configure TTL for a specific item
    • Module 2: Perform operations on multiple items in single logical units of work.
    • After completing this module, you'll be able to:

      • Create a transactional batch and review results
      • Implement optimistic concurrency control for an operation
    • Module 3: Perform bulk operations on Azure Cosmos DB in bulk from code using the SDK.
    • After completing this module, you'll be able to:

      • Use C# task asynchronous programming model and "bulk" support in the Azure Cosmos DB SQL API .NET SDK

Syllabus
    • Module 1: Implement Azure Cosmos DB SQL API point operations
      • Introduction
      • Understand point operations
      • Create documents
      • Read a document
      • Update documents
      • Configure time-to-live (TTL) value for a specific document
      • Delete documents
      • Exercise: Create and update documents with the Azure Cosmos DB SQL API SDK
      • Knowledge check
      • Summary
    • Module 2: Perform cross-document transactional operations with the Azure Cosmos DB SQL API
      • Introduction
      • Create a transactional batch with the SDK
      • Review batch operation results with the SDK
      • Exercise: Batch multiple point operations together with the Azure Cosmos DB SQL API SDK
      • Implement optimistic concurrency control
      • Knowledge check
      • Summary
    • Module 3: Process bulk data in Azure Cosmos DB SQL API
      • Introduction
      • Create bulk operations with the SDK
      • Review bulk operation caveats
      • Implement bulk best practices
      • Exercise: Move multiple documents in bulk with the Azure Cosmos DB SQL API SDK
      • Knowledge check
      • Summary