Create server-side programming constructs in Azure Cosmos DB SQL API

Go to class
Write Review

Free Online Course: Create server-side programming constructs in Azure Cosmos DB SQL API 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: Author stored procedures using JavaScript in Azure Cosmos DB SQL API.
    • After completing this module, you'll be able to:

      • Author stored procedure
      • Rollback stored procedure transactions
    • Module 2: Author user-defined functions and triggers using JavaScript in Azure Cosmos DB SQL API.
    • After completing this module, you'll be able to:

      • Create user-defined functions
      • Create triggers

Syllabus
    • Module 1: Build multi-item transactions with the Azure Cosmos DB SQL API
      • Introduction
      • Understand transactions in the context of JavaScript SDK
      • Author Stored procedures
      • Rollback transactions
      • Create stored procedures with the JavaScript SDK
      • Exercise: Create a stored procedure with the Azure portal
      • Knowledge check
      • Summary
    • Module 2: Expand query and transaction functionality in Azure Cosmos DB SQL API
      • Introduction
      • Create user-defined functions
      • Create user-defined functions with the SDK
      • Add triggers to an operation
      • Create and use triggers with the SDK
      • Exercise: Implement and use user defined functions with the Azure Cosmos DB SDK
      • Knowledge check
      • Summary