Skip to content

Commit adbdde7

Browse files
authored
Fix explanation for locally redundant storage question
1 parent 782112c commit adbdde7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)