Skip to content

Commit cace2c0

Browse files
committed
Fix em-dash usage
1 parent f6b4c40 commit cace2c0

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

learn-pr/wwl-azure/guided-project-organize-resources-tags-locks/includes/2-exercise-create-resources-apply-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Apply organizational tags to the resource group. Tags are key-value pairs that h
6262
> **Validation step:** Verify the resource group displays both tags (**department: development** and **environment: test**) before proceeding.
6363
6464
> [!NOTE]
65-
> Each exercise includes validation steps like this one. Track your results as you goyou'll review them all in the validation unit at the end of this module.
65+
> Each exercise includes validation steps like this one. Track your results as you goyou'll review them all in the validation unit at the end of this module.
6666
6767
## Task 4: Tag the storage account
6868

learn-pr/wwl-azure/guided-project-organize-resources-tags-locks/includes/3-exercise-apply-resource-locks.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This guided project consists of the following exercises:
44
- **Apply resource locks**
55
- Test lock enforcement
66

7-
In this exercise, you apply two types of locksa delete lock on the storage account and a read-only lock on the resource group. Locks add a layer of protection that prevents accidental changes or deletions, even by users who have full permissions.
7+
In this exercise, you apply two types of locksa delete lock on the storage account and a read-only lock on the resource group. Locks add a layer of protection that prevents accidental changes or deletions, even by users who have full permissions.
88

99
This exercise includes the following tasks:
1010

@@ -44,8 +44,9 @@ Add a read-only lock at the resource group level. A read-only lock prevents any
4444
7. Select **OK**.
4545
8. Confirm the lock appears in the locks list.
4646

47-
> [!NOTE]
48-
> You should also see the **prevent-delete** lock listed here with a scope of the storage account — resource group locks inherit and display locks from child resources.
47+
> [!NOTE] You should also see the **prevent-delete** lock listed here with a scope of the storage account—resource group locks inherit and display locks from child resources.
4948
5049
> [!NOTE]
5150
> **Validation step:** Confirm the resource group Locks pane shows both the **read-only-rg** lock and the **prevent-delete** lock (scoped to the storage account).
51+
52+
> [!NOTE]

learn-pr/wwl-azure/guided-project-organize-resources-tags-locks/includes/4-exercise-test-lock-enforcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Remove both locks to restore normal operations. In a real environment, you would
5353
3. In the left menu, under **Settings**, select **Locks**.
5454
4. On the **read-only-rg** lock line item, select **Delete**. Confirm the deletion.
5555
5. On the **prevent-delete** lock line item (scoped to the storage account), select **Delete**. Confirm the deletion.
56-
6. Confirm the Locks pane is now emptyno locks remain on the resource group or its child resources.
56+
6. Confirm the Locks pane is now emptyno locks remain on the resource group or its child resources.
5757

5858
> [!NOTE]
5959
> **Validation step:** Confirm the Locks pane on both the resource group and storage account is empty.

0 commit comments

Comments
 (0)