Skip to content

Commit 1b65497

Browse files
authored
changed files by pdets auto publish service, publishid[23125103-1bbd-4498-baa2-1c548153ca73] and do [publish].
1 parent b8f4881 commit 1b65497

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

learn-pr/wwl-azure/guided-project-update-maintain-resources/8-knowledge-check.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,34 +29,34 @@ quiz:
2929
explanation: "Incorrect. A storage account is used to store data, not to group resources."
3030
- content: "What is the purpose of setting a delete lock on an Azure resource?"
3131
choices:
32-
- content: "To prevent the resource from being modified"
32+
- content: "To prevent the resource from being modified."
3333
isCorrect: false
3434
explanation: "Incorrect"
35-
- content: "To allow only administrators to access the resource"
35+
- content: "To allow only administrators to access the resource."
3636
isCorrect: false
3737
explanation: "Incorrect"
38-
- content: "To prevent accidental or unauthorized deletion of the resource"
38+
- content: "To prevent accidental or unauthorized deletion of the resource."
3939
isCorrect: true
40-
explanation: "Correct. A delete lock ensures the resource cannot be deleted until the lock is removed."
40+
explanation: "Correct. A delete lock ensures the resource can't be deleted until the lock is removed."
4141
- content: "Which of the following actions would help minimize Azure costs when creating a virtual machine?"
4242
choices:
43-
- content: "Selecting a small virtual machine size like Standard_B1s"
43+
- content: "Selecting a small virtual machine size like Standard_B1s."
4444
isCorrect: true
4545
explanation: "Correct. Smaller virtual machine sizes are more cost-effective for basic workloads."
46-
- content: "Enabling auto-scaling for the virtual machine"
46+
- content: "Enabling autoscaling for the virtual machine."
4747
isCorrect: false
48-
explanation: "Incorrect. Auto-scaling is not applicable to individual virtual machines and does not directly reduce cost."
49-
- content: "Using a premium SSD for the OS disk"
48+
explanation: "Incorrect. Autoscaling isn't applicable to individual virtual machines and doesn't directly reduce cost."
49+
- content: "Using a premium SSD for the OS disk."
5050
isCorrect: false
5151
explanation: "Incorrect. Premium SSDs are more expensive and not necessary for cost-saving scenarios."
5252
- content: "What happens when a shared access signature (SAS) URL is used after its associated key has been rotated?"
5353
choices:
54-
- content: "The file becomes read-only"
54+
- content: "The file becomes read-only."
5555
isCorrect: false
5656
explanation: "Incorrect"
57-
- content: "The SAS URL continues to work until it expires"
57+
- content: "The SAS URL continues to work until it expires."
5858
isCorrect: false
5959
explanation: "Incorrect"
60-
- content: "The SAS URL becomes invalid and access is denied"
60+
- content: "The SAS URL becomes invalid and access is denied."
6161
isCorrect: true
6262
explanation: "Correct. Rotating the key invalidates any SAS tokens generated with the old key."

0 commit comments

Comments
 (0)