Skip to content

Commit b8f4881

Browse files
authored
changed files by pdets auto publish service, publishid[db6d1e59-6fb4-4314-a540-18e0a70e2b2b] and do [publish].
1 parent 5bed216 commit b8f4881

File tree

5 files changed

+38
-32
lines changed

5 files changed

+38
-32
lines changed

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

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,37 @@ quiz:
2626
explanation: "Correct. A resource group is used to group related resources for easier management and cleanup."
2727
- content: "Storage Account"
2828
isCorrect: false
29-
explanation: "Incorrect. A storage account is used to store data, not to group resources."
29+
explanation: "Incorrect. A storage account is used to store data, not to group resources."
30+
- content: "What is the purpose of setting a delete lock on an Azure resource?"
31+
choices:
32+
- content: "To prevent the resource from being modified"
33+
isCorrect: false
34+
explanation: "Incorrect"
35+
- content: "To allow only administrators to access the resource"
36+
isCorrect: false
37+
explanation: "Incorrect"
38+
- content: "To prevent accidental or unauthorized deletion of the resource"
39+
isCorrect: true
40+
explanation: "Correct. A delete lock ensures the resource cannot be deleted until the lock is removed."
41+
- content: "Which of the following actions would help minimize Azure costs when creating a virtual machine?"
42+
choices:
43+
- content: "Selecting a small virtual machine size like Standard_B1s"
44+
isCorrect: true
45+
explanation: "Correct. Smaller virtual machine sizes are more cost-effective for basic workloads."
46+
- content: "Enabling auto-scaling for the virtual machine"
47+
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"
50+
isCorrect: false
51+
explanation: "Incorrect. Premium SSDs are more expensive and not necessary for cost-saving scenarios."
52+
- content: "What happens when a shared access signature (SAS) URL is used after its associated key has been rotated?"
53+
choices:
54+
- content: "The file becomes read-only"
55+
isCorrect: false
56+
explanation: "Incorrect"
57+
- content: "The SAS URL continues to work until it expires"
58+
isCorrect: false
59+
explanation: "Incorrect"
60+
- content: "The SAS URL becomes invalid and access is denied"
61+
isCorrect: true
62+
explanation: "Correct. Rotating the key invalidates any SAS tokens generated with the old key."

learn-pr/wwl-azure/guided-project-update-maintain-resources/includes/2-prepare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this guided project, you perform a series of tasks and actions to manage Micr
77
> This project requires you to provide an Azure subscription. Leaving resources provisioned and running after completion of the exercise may result in unexpected costs. It is important to keep track of resources you create to ensure you remove them during the clean-up task.
88
99
## Setup
10-
The scenario for the project focuses on managing Microsoft Azure resources. You should already be familiar with tasks such as creating a virtual machine or virtual network. The **Prepare** exercise creates a basic set of Azure resources. The resources from the prepare exercise are used in the rest of the scenario.
10+
The scenario for the project focuses on managing Microsoft Azure resources. You should already be familiar with tasks such as creating a virtual machine or virtual network. The **Prepare** exercise creates a basic set of Azure resources. The resources from the prepared exercise are used in the rest of the scenario.
1111

1212
During the setup, you create a virtual network, a virtual machine, a storage account, and associated resources.
1313

learn-pr/wwl-azure/guided-project-update-maintain-resources/includes/4-exercise-manage-virtual-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This guided project consists of the following exercises:
66
- Manage tags and locks
77
- Clean up
88

9-
In this exercise, you’ll manage the virtual machine. You’ll change the VM’s assigned subnet, vertically scale the VM, add storage, and finally add an automatic shutdown.
9+
In this exercise, you’ll manage the virtual machine. You’ll change the virtual machines assigned subnet, vertically scale the virtual machine, add storage, and finally add an automatic shutdown.
1010

1111
Launch the exercise and follow the instructions. When you're done, be sure to return to this page so you can continue learning.
1212

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,2 @@
11

2-
Choose the best response for each question.
3-
4-
5-
6-
---
7-
8-
## Multiple Choice
9-
What is the purpose of setting a delete lock on an Azure resource?
10-
( ) To prevent the resource from being modified
11-
( ) To allow only administrators to access the resource
12-
(x) To prevent accidental or unauthorized deletion of the resource {{Correct. A delete lock ensures the resource cannot be deleted until the lock is removed.}}
13-
14-
---
15-
16-
## Multiple Choice
17-
Which of the following actions would help minimize Azure costs when creating a virtual machine?
18-
(x) Selecting a small VM size like Standard_B1s {{Correct. Smaller VM sizes are more cost-effective for basic workloads.}}
19-
( ) Enabling auto-scaling for the VM {{Incorrect. Auto-scaling is not applicable to individual VMs and does not directly reduce cost.}}
20-
( ) Using a premium SSD for the OS disk {{Incorrect. Premium SSDs are more expensive and not necessary for cost-saving scenarios.}}
21-
22-
---
23-
24-
## Multiple Choice
25-
What happens when a shared access signature (SAS) URL is used after its associated key has been rotated?
26-
( ) The file becomes read-only
27-
( ) The SAS URL continues to work until it expires
28-
(x) The SAS URL becomes invalid and access is denied {{Correct. Rotating the key invalidates any SAS tokens generated with the old key.}}
2+
Choose the best response for each question.

learn-pr/wwl-azure/guided-project-update-maintain-resources/index.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.guided-project-update-maintain-resources
33
metadata:
44
adobe-target: true
55
prefetch-feature-rollout: true
6-
title: Guided Project – Update and maintain resources
6+
title: Guided Project – Update and Maintain Resources
77
description: "Update and maintain Azure resources"
88
ms.date: 07/03/2025
99
author: wwlpublish
@@ -33,7 +33,6 @@ prerequisites: |
3333
3434
- An active Microsoft Azure subscription.
3535
iconUrl: /training/achievements/generic-badge.svg
36-
hidden: true
3736
levels:
3837
- beginner
3938
roles:

0 commit comments

Comments
 (0)