Connect to Azure Cosmos DB SQL API with the SDK

Go to class
Write Review

Free Online Course: Connect to Azure Cosmos DB SQL API with the SDK 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: Learn about the Microsoft.Azure.Cosmos library, and then download the library to use in a .NET application.
    • After completing this module, you'll be able to:

      • Integrate the Microsoft.Azure.Cosmos SDK library from NuGet
      • Connect to an Azure Cosmos DB SQL API account using the SDK and .NET
    • Module 2: Learn how to configure the Azure Cosmos DB SQL API SDK in various ways including how to integrate with the emulator, implement parallelism, and create a custom logger.
    • After completing this module, you'll be able to:

      • Configure the SDK for offline development
      • Troubleshoot common connection errors
      • Implement parallelism in the SDK
      • Configure logging using the SDK

Syllabus
    • Module 1: Use the Azure Cosmos DB SQL API SDK
      • Introduction
      • Understand the SDK
      • Import from package manager
      • Connect to an online account
      • Implement client singleton
      • Configure connectivity mode
      • Exercise: Connect to Azure Cosmos DB SQL API with the SDK
      • Knowledge check
      • Summary
    • Module 2: Configure the Azure Cosmos DB SQL API SDK
      • Introduction
      • Enable offline development
      • Handle connection errors
      • Implement threading and parallelism
      • Configure logging
      • Exercise: Configure the Azure Cosmos DB SQL API SDK for offline development
      • Knowledge check
      • Summary