Manage an Azure Cosmos DB SQL API solution using DevOps practices

Go to class
Write Review

Free Online Course: Manage an Azure Cosmos DB SQL API solution using DevOps practices 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 how to manage Azure Cosmos DB SQL API accounts, databases, and containers using the Azure CLI.
    • After completing this module, you'll be able to:

      • View arguments, groups, and subgroups for a specific CLI command
      • Create Azure Cosmos DB accounts, databases, and containers using the CLI
      • Manage an indexing policy using the CLI
      • Configure database or container throughput using the CLI
      • Initiate failovers and manage failover regions using the CLI
    • Module 2: Learn about automated Azure Cosmos DB SQL API resource deployments using the Azure Resource Manager with JSON and Bicep templates.
    • After completing this module, you'll be able to:

      • Identify the three most common resource types for Azure Cosmos DB SQL API accounts
      • Create and deploy an JSON Azure Resource Manager template for an Azure Cosmos DB SQL API account, database, or container
      • Create and deploy a Bicep template for an Azure Cosmos DB SQL API account, database, or container
      • Manage throughput and index policies using JSON or Bicep templates

Syllabus
    • Module 1: Write management scripts for Azure Cosmos DB SQL API
      • Introduction
      • Create resources
      • Manage index policies
      • Configure database or container-provisioned throughput
      • Migrate between standard and autoscale throughput
      • Change region failover priority
      • Initiate failovers
      • Exercise: Adjust provisioned throughput using an Azure CLI script
      • Knowledge check
      • Summary
    • Module 2: Create resource template for Azure Cosmos DB SQL API
      • Introduction
      • Understand Azure Resource Manager resources
      • Author Azure Resource Manager templates
      • Configure database or container resources
      • Configure throughput with an Azure Resource Manager template
      • Manage index policies through Azure Resource Manager templates
      • Exercise: Create an Azure Cosmos DB SQL API container using Azure Resource Manager templates
      • Knowledge check
      • Summary