Skip to content

Commit 2f83f3d

Browse files
Merge pull request #34169 from wwlpublish/f699d2528aa2a5ffc25e942ab9ffb31c-live
Modules/M01-azure-cosmos-db
2 parents 3b5eff6 + 070484f commit 2f83f3d

11 files changed

+24
-13
lines changed

learn-pr/wwl-azure/explore-azure-cosmos-db/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 04/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/explore-azure-cosmos-db/10-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 04/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/explore-azure-cosmos-db/2-cosmos-db-benefits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Identify key benefits of Azure Cosmos DB
44
metadata:
55
title: Identify key benefits of Azure Cosmos DB
66
description: "Identify key benefits of Azure Cosmos DB"
7-
ms.date: 04/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/explore-azure-cosmos-db/3-cosmos-db-resource-hierarchy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Explore the resource hierarchy
44
metadata:
55
title: Explore the resource hierarchy
66
description: "Explore the resource hierarchy"
7-
ms.date: 04/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/explore-azure-cosmos-db/4-cosmos-db-consistency-levels-overview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Explore consistency levels
44
metadata:
55
title: Explore consistency levels
66
description: "Explore consistency levels"
7-
ms.date: 04/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/explore-azure-cosmos-db/5-choose-cosmos-db-consistency-level.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Choose the right consistency level
44
metadata:
55
title: Choose the right consistency level
66
description: "Choose the right consistency level"
7-
ms.date: 04/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/explore-azure-cosmos-db/6-cosmos-db-supported-apis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Explore supported APIs
44
metadata:
55
title: Explore supported APIs
66
description: "Explore supported APIs"
7-
ms.date: 04/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/explore-azure-cosmos-db/7-cosmos-db-request-units.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Discover request units
44
metadata:
55
title: Discover request units
66
description: "Discover request units"
7-
ms.date: 04/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/explore-azure-cosmos-db/8-create-cosmos-db-resources-portal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'Exercise: Create Azure Cosmos DB resources by using the Azure portal'
44
metadata:
55
title: 'Exercise: Create Azure Cosmos DB resources by using the Azure portal'
66
description: "Exercise: Create Azure Cosmos DB resources by using the Azure portal"
7-
ms.date: 04/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/explore-azure-cosmos-db/9-knowledge-check.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 04/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: interactive-tutorial
@@ -13,7 +13,7 @@ durationInMinutes: 5
1313
quiz:
1414
title: "Check your knowledge"
1515
questions:
16-
- content: "Which of the following consistency levels below offers the greatest throughput?"
16+
- content: "Which of the following consistency levels offers the greatest throughput?"
1717
choices:
1818
- content: "Strong"
1919
isCorrect: false
@@ -23,4 +23,15 @@ quiz:
2323
explanation: "Incorrect. The eventual consistency level offers the greatest throughput at the cost of weaker consistency."
2424
- content: "Eventual"
2525
isCorrect: true
26-
explanation: "Correct. The eventual consistency level offers the greatest throughput at the cost of weaker consistency."
26+
explanation: "Correct. The eventual consistency level offers the greatest throughput at the cost of weaker consistency."
27+
- content: "What are request units (RUs) in Azure Cosmos DB?"
28+
choices:
29+
- content: "A unit of measurement used to express the cost of all database operations in Azure Cosmos DB."
30+
isCorrect: true
31+
explanation: "Correct. RUs represent the normalized cost of all database operations in Azure Cosmos DB, including writes, point reads, and queries."
32+
- content: "A unit of time used to measure the duration of database operations."
33+
isCorrect: false
34+
explanation: "Incorrect. RUs represent system resources such as CPU, IOPS, and memory that are required to perform the database operations supported by Azure Cosmos DB."
35+
- content: "A unit of storage used to measure the amount of data stored in Azure Cosmos DB."
36+
isCorrect: false
37+
explanation: "Incorrect. RUs represent the cost of all database operations in Azure Cosmos DB, not the amount of data stored."

0 commit comments

Comments
 (0)