Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 Overview

Designing and Implementing CloudNative Applications Using Microsoft Azure Cosmos DB DP420 Course Outline

Module 1: Get Started with Azure Cosmos DB for NoSQL

  • Introduction to Azure Cosmos DB for NoSQL
    • Introduction
    • What Is Azure Cosmos DB for NoSQL?
    • How Does Azure Cosmos DB for NoSQL Work?
    • When Should You Use Azure Cosmos DB for NoSQL?
  • Try Azure Cosmos DB for NoSQL
    • Introduction
    • Explore Resources
    • Review Basic Operations
    • Exercise: Create an Azure Cosmos DB for NoSQL Account

Module 2: Plan and Implement Azure Cosmos DB for NoSQL

  • Plan Resource Requirements
    • Introduction
    • Understand Throughput
    • Evaluate Throughput Requirements
    • Evaluate Data Storage Requirements
    • Time-to-Live (TTL)
    • Plan for Data Retention with Time-to-Live (TTL)
  • Configure Azure Cosmos DB for NoSQL Database and Containers
    • Introduction
    • Serverless
    • Compare Serverless Vs. Provisioned Throughput
    • Autoscale Throughput
    • Compare Autoscale Vs. Standard (Manual) Throughput
    • Migrate Between Standard (Manual) and Autoscale Throughput
    • Exercise: Configure Throughput for Azure Cosmos DB SQL API with the Azure Portal
  • Move Data into and Out of Azure Cosmos DB for NoSQL
    • Introduction
    • Move Data by Using Azure Data Factory
    • Move Data by Using a Kafka Connector
    • Move Data by Using Stream Analytics
    • Move Data by Using the Azure Cosmos DB Spark Connector
    • Exercise: Migrate Existing Data Using Azure Data Factory

Module 3: Connect to Azure Cosmos DB for NoSQL with the SDK

  • Use the Azure Cosmos DB for NoSQL 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 for NoSQL with the SDK
  • Configure the Azure Cosmos DB for NoSQL SDK
    • Introduction
    • Enable Offline Development
    • Handle Connection Errors
    • Implement Threading and Parallelism
    • Configure Logging
    • Exercise: Configure the Azure Cosmos DB for NoSQL SDK for Offline Development

Module 4: Access and Manage Data with the Azure Cosmos DB for NoSQL SDKs

  • Implement Azure Cosmos DB for NoSQL 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 for NoSQL SDK
  • Perform Cross-Document Transactional Operations with the Azure Cosmos DB for NoSQL
    • 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 for NoSQL SDK
    • Implement Optimistic Concurrency Control
  • Process Bulk Data in Azure Cosmos DB for NoSQL
    • 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 for NoSQL SDK

Module 5: Execute Queries in Azure Cosmos DB for NoSQL

  • Query the Azure Cosmos DB for NoSQL
    • Introduction
    • Understand SQL Query Language
    • Create Queries with SQL
    • Project Query Results
    • Implement Type-Checking in Queries
    • Use Built-In Functions
    • Execute Queries in the SDK
    • Exercise: Execute a Query with the Azure Cosmos DB for NoSQL SDK
  • Author Complex Queries with the Azure Cosmos DB for NoSQL
    • Introduction
    • Create Cross-Product Queries
    • Implement Correlated Subqueries
    • Implement Variables in Queries
    • Paginate Query Results
    • Exercise: Paginate Cross-Product Query Results with the Azure Cosmos DB for NoSQL SDK

Module 6: Define and Implement an Indexing Strategy for Azure Cosmos DB for NoSQL

  • Define Indexes in Azure Cosmos DB for NoSQL
    • Introduction
    • Understand Indexes
    • Understand Indexing Policies
    • Review Indexing Policy Strategies
    • Exercise: Review the Default Index Policy for an Azure Cosmos DB for NoSQL Container with the Portal
  • Customise Indexes in Azure Cosmos DB for NoSQL
    • Introduction
    • Customise the Indexing Policy
    • Evaluate Composite Indexes
    • Exercise: Configure an Azure Cosmos DB for NoSQL Container's Index Policy with the Portal

Module 7: Integrate Azure Cosmos DB for NoSQL with Azure Services

  • Consume an Azure Cosmos DB for NoSQL Change Feed Using the SDK
    • Introduction
    • Understand Change Feed Features in the SDK
    • Implement a Delegate for the Change Feed Processor
    • Implement the Change Feed Processor
    • Implement the Change Feed Estimator
    • Exercise: Process Change Feed Events Using the Azure Cosmos DB for NoSQL SDK
  • Handle Events with Azure Functions and Azure Cosmos DB for NoSQL Change Feed
    • Introduction
    • Understand Azure Function Bindings for Azure Cosmos DB for NoSQL
    • Configure Function Bindings
    • Develop Function
    • Exercise: Process Azure Cosmos DB for NoSQL Data Using Azure Functions
  • Search Azure Cosmos DB for NoSQL Data with Azure Cognitive Search
    • Introduction
    • Create an Indexer for Data in Azure Cosmos DB for NoSQL
    • Implement a Change Detection Policy
    • Manage a Data Deletion Detection Policy
    • Exercise: Search Data Using Azure Cognitive Search and Azure Cosmos DB for NoSQL

Module 8: Implement a Data Modeling and Partitioning Strategy for Azure Cosmos DB for NoSQL

  • Implement a Non-Relational Data Model
    • Introduction
    • What's the Difference Between NoSQL and Relational Databases?
    • Identify Access Patterns for Your App
    • When to Embed or Reference Data?
    • Exercise: Measure Performance for Customer Entities
    • Choose a Partition Key
    • Model Small Lookup Entities
  • Design a Data Partitioning Strategy
    • Introduction
    • Denormalise Data in Your Model
    • Manage Referential Integrity by Using Change Feed
    • Combine Multiple Entities in the Same Container
    • Denormalise Aggregates in the Same Container
    • Finalise the Data Model

Module 9: Design and Implement a Replication Strategy for Azure Cosmos DB for NoSQL

  • Configure Replication and Manage Failovers in Azure Cosmos DB
    • Introduction
    • Understand Replication
    • Distribute Data Across Regions
    • Evaluate the Cost of Distributing Data Globally
    • Define Automatic Failover Policies
    • Perform Manual Failovers
    • Configure SDK Region
    • Exercise: Connect Different Regions with the Azure Cosmos DB for NoSQL SDK
  • Use Consistency Models in Azure Cosmos DB for NoSQL
    • Introduction
    • Understand Consistency Models
    • Configure Default Consistency Model in the Portal
    • Change Consistency Model with the SDK
    • Use Session Tokens
    • Exercise: Configure Consistency Models in the Portal and the Azure Cosmos DB for NoSQL SDK
  • Configure Multi-Region Write in Azure Cosmos DB for NoSQL
    • Introduction
    • Understand Multi-Region Write
    • Configure Multi-Region Support in the SDK
    • Understand Conflict Resolution Policies
    • Create Custom Conflict Resolution Policy
    • Exercise: Connect Multi-Region Write Account with the Azure Cosmos DB for NoSQL SDK

Module 10: Optimise Query and Operation Performance in Azure Cosmos DB for NoSQL

  • Customise an Indexing Policy in Azure Cosmos DB for NoSQL
    • Introduction
    • Index Usage
    • Review Read-Heavy Index Patterns
    • Review Write-Heavy Index Patterns
    • Exercise - Optimise an Azure Cosmos DB for NoSQL Container's Index Policy for Common Operations
  • Measure Index Performance in Azure Cosmos DB for NoSQL
    • Introduction
    • Enable Indexing Metrics
    • Analyse Indexing Metrics Results
    • Measure Query Cost
    • Measure Point Operation Cost
    • Exercise - Optimiie an Azure Cosmos DB for NoSQL Container's Index Policy for a Specific Query
  • Implement Integrated Cache in Azure Cosmos DB for NoSQL
    • Introduction
    • Review Workloads That Benefit from the Cache
    • Enable Integrated Cache
    • Configure Cache Staleness

Module 11: Monitor and Troubleshoot an Azure Cosmos DB for NoSQL Solution

  • Measure Performance in Azure Cosmos DB for NoSQL
    • Introduction
    • Understand Azure Monitor
    • Measure Throughput
    • Observe Rate-Limiting Events
    • Query Logs
    • Exercise: Use Azure Monitor to Analyse an Azure Cosmos DB for NoSQL Account
  • Monitor Responses and Events in Azure Cosmos DB for NoSQL
    • Introduction
    • Review Common Response Codes
    • Understand Transient Errors
    • Review Rate-Limiting Errors
    • Configure Alerts
    • Audit Security
    • Exercise: Troubleshoot an Application Using the Azure Cosmos DB for NoSQL SDK
  • Implement Backup and Restore for Azure Cosmos DB for NoSQL
    • Introduction
    • Evaluate Periodic Backup
    • Configure Continuous Backup and Recovery
    • Perform a Point-in-Time Recovery
    • Exercise: Recover a Database or Container from a Recovery Point
  • Implement Security in Azure Cosmos DB for NoSQL
    • Introduction
    • Implement Network-Level Access Control
    • Review Data Encryption Options
    • Use Role-Based Access Control (RBAC)
    • Access Account Resources Using Azure Active Directory
    • Understand Always Encrypted
    • Exercise: Store Azure Cosmos DB for NoSQL Account Keys in Azure Key Vault

Module 12: Manage an Azure Cosmos DB for NoSQL Solution Using DevOps Practices

  • Write Management Scripts for Azure Cosmos DB for NoSQL
    • 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
  • Create Resource Templates for Azure Cosmos DB for NoSQL
    • 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 for NoSQL Container Using Azure Resource Manager Templates

Module 13: Create Server-Side Programming Constructs in Azure Cosmos DB for NoSQL

  • Build Multi-Item Transactions with the Azure Cosmos DB for NoSQL
    • 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
  • Expand Query and Transaction Functionality in Azure Cosmos DB for NoSQL
    • 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

Show moredowndown

Who should attend this Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP-420 Training Course?

This Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 Course is designed for professionals who work in Cloud Application Development and Database Administration, and those looking to control Azure Cosmos DB for building scalable, high-performance applications. This Microsoft Training Course can be beneficial for the following professionals:

  • Cloud Application Developers
  • Database Developers
  • Cloud Engineers
  • Web Developers
  • DevOps Engineers
  • Database Administrators
  • IT Architects

Prerequisites of the Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 Training Course

Delegates should have prior knowledge of Microsoft Azure, the ability to navigate the portal, and experience writing in Azure-supported language at an intermediate level to attend this Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 Course. The ability to write code to connect and perform operations on SQL or NoSQL database product can also be beneficial for the delegates.

Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 Course Overview

The Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 Course emerges as a critical component of Microsoft Azure. With cloud-native applications becoming increasingly prevalent, this training equips individuals with the knowledge and skills necessary to excel in the ever-evolving landscape of cloud technology.

Mastering the art of cloud-native application design is imperative in a digital era where agility and scalability drive success. Professionals in software development, database administration, and cloud architecture should aim to excel in this course. The ability to design and implement cloud-native applications using Microsoft Azure Cosmos DB DP-420 is not just a skill; it's a strategic advantage in building robust, efficient, and scalable solutions for the future.

This intensive 4-day Microsoft Azure Online Course empowers delegates with hands-on experience in designing, building, and deploying cloud-native applications using Microsoft Azure Cosmos DB. Delegates will gain a deep understanding of the Cosmos DB architecture and its integration into cloud-native applications. The training provides practical insights, equipping learners to implement best practices and optimise their applications.

Course Objectives

  • To understand the fundamentals of Azure Cosmos DB
  • To explore Cosmos DB data modelling and consistency
  • To implement partitioning strategies for scalability
  • To design multi-region and globally distributed databases
  • To optimise queries and performance
  • To ensure data security and compliance
  • To enable high availability and disaster recovery
  • To realise the potential of serverless computing in Azure Cosmos DB

After completing this Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP-420 Course, delegates will gain the knowledge to design and implement cloud-native applications using Azure Cosmos DB.

Show moredowndown

What’s included in this Designing and Implementing CloudNative Applications Using Microsoft Azure Cosmos DB DP420 Training Course?

  • World-Class Training Sessions from Experienced Instructors
  • Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP-420 Certificate
  • Digital Delegate Pack

Show moredowndown

Why choose us

Ways to take this course

Experience live, interactive learning from home with The Knowledge Academy's Online Instructor-led Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420. Engage directly with expert instructors, mirroring the classroom schedule for a comprehensive learning journey. Enjoy the convenience of virtual learning without compromising on the quality of interaction.

Unlock your potential with The Knowledge Academy's Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420, accessible anytime, anywhere on any device. Enjoy 90 days of online course access, extendable upon request, and benefit from the support of our expert trainers. Elevate your skills at your own pace with our Online Self-paced sessions.

What our customers are saying

Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 FAQs

Microsoft's Azure Cosmos DB is a fast NoSQL database with open APIs that can scale to any size.
There are no formal prerequisites to attend this Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 Training course.
This Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 Training course is ideal for anyone who wants to gain knowledge of how to design and implement cloud-native applications.
A cloud-native application is a program built specifically for cloud computing. These applications are designed to take advantage of the inherent characteristics of a cloud computing software delivery model and are run and hosted in the cloud.
The benefits of cloud-native applications platform are faster release, ease of management, reduced cost, reliable system, avoid vendor lock-in, scalability, auto-provisioning, etc.
During this training course, you will learn about how to prepare and configure an Azure Cosmos DB account and resources for a new solution. You will also learn about various SDKs available to connect to the Azure Cosmos DB SQL API from many popular programming languages including, but not limited to, .NET (C#), Java, Python, and JavaScript (Node.js).
Once your booking has been placed and confirmed, you will receive an email which contains your course location, course overview, pre-course reading material (if required), course agenda and payment receipts
The training fees for Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 certification in Canada starts from CAD4695
The Knowledge Academy is the Leading global training provider for Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420.
Show more down

Why choose us

icon

Best price in the industry

You won't find better value in the marketplace. If you do find a lower price, we will beat it.

icon

Trusted & Approved

Microsoft Azure Training

icon

Many delivery methods

Flexible delivery methods are available depending on your learning style.

icon

High quality resources

Resources are included for a comprehensive learning experience.

barclays Logo
deloitte Logo
Thames Water Logo

"Really good course and well organised. Trainer was great with a sense of humour - his experience allowed a free flowing course, structured to help you gain as much information & relevant experience whilst helping prepare you for the exam"

Joshua Davies, Thames Water

santander logo
bmw Logo
Google Logo

Looking for more information on Microsoft Azure Certification?

Designing And Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 in Canada

backBack to course information

Get a custom course package

We may not have any package deals available including this course. If you enquire or give us a call on +1 6474932992 and speak to our training experts, we should be able to help you with your requirements.

cross

OUR BIGGEST SPRING SALE!

Special Discounts

red-starWHO WILL BE FUNDING THE COURSE?

close

close

Thank you for your enquiry!

One of our training experts will be in touch shortly to go over your training requirements.

close

close

Press esc to close

close close

Back to course information

Thank you for your enquiry!

One of our training experts will be in touch shortly to go overy your training requirements.

close close

Thank you for your enquiry!

One of our training experts will be in touch shortly to go over your training requirements.