Skip to content

Commit bfb1d8a

Browse files
committed
Fix em-dash usage
1 parent cb90587 commit bfb1d8a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

learn-pr/wwl-azure/guided-project-deploy-static-website-blob-storage/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Azure Blob Storage can serve HTML, CSS, and image files directly to browsers wit
44

55
## Scenario
66

7-
Your marketing team needs to publish a product landing page quickly without provisioning virtual machines or web servers. The team wants to upload content, verify it's live, push an update, and confirm the changeall through the Azure portal.
7+
Your marketing team needs to publish a product landing page quickly without provisioning virtual machines or web servers. The team wants to upload content, verify it's live, push an update, and confirm the changeall through the Azure portal.
88

99
- Exercise 1 - Create a storage account and enable static website hosting.
1010
- Exercise 2 - Upload HTML content and verify the live site.

learn-pr/wwl-azure/guided-project-deploy-static-website-blob-storage/includes/2-exercise-create-storage-enable-hosting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This guided project consists of the following exercises:
44
- Upload and verify site content
55
- Update the site content
66

7-
In this exercise, you create a resource group, set up a storage account, and turn on the static website hosting feature. By the end, you have a public URL ready to serve web contenteven though you haven't uploaded any files yet.
7+
In this exercise, you create a resource group, set up a storage account, and turn on the static website hosting feature. By the end, you have a public URL ready to serve web contenteven though you haven't uploaded any files yet.
88

99
This exercise includes the following tasks:
1010

@@ -58,6 +58,6 @@ Turn on the built-in static website feature. This creates a special container na
5858
> **Validation step:** Confirm that static website hosting shows **Enabled**, and that a Primary endpoint URL is displayed.
5959
6060
> [!NOTE]
61-
> 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.
61+
> 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.
6262
6363
> [!NOTE]

0 commit comments

Comments
 (0)