Course information

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 by The Knowledge Academy 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 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

Why choose us

Our New Delhi venue

Includes..

Free Wi-Fi

To make sure you’re always connected we offer completely free and easy to access wi-fi.

Air conditioned

To keep you comfortable during your course we offer a fully air conditioned environment.

Full IT support

IT support is on hand to sort out any unforseen issues that may arise.

Video equipment

This location has full video conferencing equipment.

New Delhi is one of the districts within Delhi, as well as it being the capital city of India, it is also the home to the Government of the National Capital Territory of Delhi and some of the branches of the Government of India, these being the judiciary, executive and legislative branches and is also home to around 249,998 people. The capital of India - New Delhi was initiated within 1931 by Viceroy Lord Irwin however formed during 1911 by George V, who was the King of the United Kingdom as well as the Emperor of India and his British architects Sir Herbert Baker and Sir Edwin Lutyens formed the foundation stone and announced the capital city of India would be changed. The primary schools and secondary schools within New Delhi are either run privately or by the government and as of 2004 to 2005 there was around 1.5 million students going through the educational system within 2416 primary schools, 822,00 students in 715 middle schools and 669,000 students in 1576 secondary schools and around 500,000 students within 165 universities and colleges. All universities are either state, deemed or central universities, The top universities within New Delhi are the Jamia Millia Islamia, the University of Delhi, Indian Statistical Institute, National Law University, Jawaharlal Nehru University, Guru Gobind Singh Indraprastha University, Ambedkar University Delhi, Jamia Hamdard, Delhi Technological University – which is the first Engineering college within Delhi and one of the oldest in India, the Indira Gandhi National Open University is the largest national university in the world with over 4 million students, New Delhi is also home to the Indian Agricultural Research Institute, Pusa, New Delhi, Premier institute for agricultural research and education in India. The university courses and programs can offer different types of degrees such an undergraduate and post graduate courses, Bachelor courses and Scholarships, New Delhi prides itself on its premier institutions as the teaching and researching they do means that within 2011 the census recorded the literacy rate for females as 80.9% and for males it was slightly higher at 91.0% with an overall literacy rate of 86.3%. Subjects within the different universities can include, social sciences, engineering, humanities, technology, sports, law, social work, arts, management, education, computer information technology, foreign languages, mathematical science, dentistry and medical. 

Show moredown

Address

Pioneer Institute of Education and Computer Studies
F322/A, 3rd Floor
Adarsh House (Above PNB Bank)
Old MB Road
Lado Sarai
New Delhi
110030

T: +91 8037244591

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 in New Delhi. 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 in New Delhi, 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.

Experience the most sought-after learning style with The Knowledge Academy's Designing And Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 in New Delhi. Available in 490+ locations across 190+ countries, our hand-picked Classroom venues offer an invaluable human touch. Immerse yourself in a comprehensive, interactive experience with our expert-led Designing And Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 in New Delhi sessions.

best_trainers

Highly experienced trainers

Boost your skills with our expert trainers, boasting 10+ years of real-world experience, ensuring an engaging and informative training experience

venues

State of the art training venues

We only use the highest standard of learning facilities to make sure your experience is as comfortable and distraction-free as possible

small_classes

Small class sizes

Our Classroom courses with limited class sizes foster discussions and provide a personalised, interactive learning environment

value_for_money

Great value for money

Achieve certification without breaking the bank. Find a lower price elsewhere? We'll match it to guarantee you the best value

Streamline large-scale training requirements with The Knowledge Academy's In-house/Onsite at your business premises. Experience expert-led classroom learning from the comfort of your workplace and engage professional development.

tailored_learning_experience

Tailored learning experience

Leverage benefits offered from a certification that fits your unique business or project needs

budget

Maximise your training budget

Cut unnecessary costs and focus your entire budget on what really matters, the training.

team_building

Team building opportunity

Our offers a unique chance for your team to bond and engage in discussions, enriching the learning experience beyond traditional classroom settings

monitor_progress

Monitor employees progress

The course know-how will help you track and evaluate your employees' progression and performance with relative ease

What our customers are saying

Designing And Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP420 in New Delhi FAQs

There hasn't been any questions asked about this Topic

The training fees for certification in New Delhi starts from INR327195
The Knowledge Academy is the Leading global training provider for .
Please see our courses available in New Delhi
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?

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 +91 8037244591 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.