Skip to content

Commit cf51b2a

Browse files
Merge pull request #53415 from staleycyn/patch-1
Fix explanation for locally redundant storage question
2 parents f1e78a1 + cd37d09 commit cf51b2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

learn-pr/wwl-azure/configure-storage-accounts/8-knowledge-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
uid: learn.wwl.configure-storage-accounts.knowledge-check
33
title: Module assessment
44
metadata:
5+
module_assessment_regen_label: regen-1770740921837
56
adobe-target: true
67
prefetch-feature-rollout: true
7-
hidden_question_numbers: ["C4E438F6_42","C4E438F6_46","C4E438F6_67","C4E438F6_75","C4E438F6_91","C4E438F6_100","C4E438F6_108","C4E438F6_132"]
88
ai_generated_module_assessment: true
99
title: Module assessment
1010
description: "Knowledge check"
@@ -25,7 +25,7 @@ quiz:
2525
choices:
2626
- content: "Locally redundant storage"
2727
isCorrect: false
28-
explanation: "Incorrect. Locally redundant storage replicates data three times within a single data center in the primary region."
28+
explanation: "Incorrect. Locally redundant storage replicates data three times within a single data center in the primary region. "
2929
- content: "Read-access geo-redundant storage"
3030
isCorrect: true
3131
explanation: "Correct. Read-access geo-redundant storage is the default replication option. Geo-redundant storage (GRS) copies the data synchronously three times within a single physical location in the primary region by using LRS. The data is then copied asynchronously to a single physical location in the secondary region."
@@ -53,4 +53,4 @@ quiz:
5353
explanation: "Incorrect. Is there a lower-cost solution for temporary data?"
5454
- content: "Zone-redundant storage"
5555
isCorrect: false
56-
explanation: "Incorrect. Is there a lower-cost solution for temporary data?"
56+
explanation: "Incorrect. Is there a lower-cost solution for temporary data?"

0 commit comments

Comments
 (0)