Skip to content

Commit d370ee7

Browse files
committed
Fix em-dash usage
1 parent 99a1f00 commit d370ee7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

learn-pr/wwl-azure/guided-project-manage-resources-cloud-shell-cli/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Azure Cloud Shell is a browser-based terminal built into the Azure portal. It co
44

55
## Scenario
66

7-
Your IT administrator needs to create and manage Azure resources efficiently without navigating through multiple portal screens. You open Cloud Shell, create a resource group and storage accounts from the command line, apply tags, query resources with built-in filters, and delete everything when you're donedemonstrating the full resource lifecycle from the CLI.
7+
Your IT administrator needs to create and manage Azure resources efficiently without navigating through multiple portal screens. You open Cloud Shell, create a resource group and storage accounts from the command line, apply tags, query resources with built-in filters, and delete everything when you're donedemonstrating the full resource lifecycle from the CLI.
88

99
- Exercise 1 - Open Cloud Shell and explore the environment.
1010
- Exercise 2 - Create and list resources with CLI commands.

learn-pr/wwl-azure/guided-project-manage-resources-cloud-shell-cli/includes/2-exercise-open-cloud-shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Open Cloud Shell from the Azure portal. Cloud Shell is a browser-based terminal
3535
> **Validation step:** Confirm Cloud Shell is running in Bash mode with a command prompt visible.
3636
3737
> [!NOTE]
38-
> 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.
38+
> 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.
3939
4040
## Task 2: Verify your account and subscription
4141

learn-pr/wwl-azure/guided-project-manage-resources-cloud-shell-cli/includes/3-exercise-create-list-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This exercise includes the following tasks:
1717

1818
## Task 1: Create a resource group
1919

20-
Create a resource group using a single CLI command. In the portal this takes multiple clicks across several screensfrom the CLI, it takes one line.
20+
Create a resource group using a single CLI command. In the portal this takes multiple clicks across several screensfrom the CLI, it takes one line.
2121

2222
1. In Cloud Shell, run the following command (replace **eastus** with your chosen region):
2323

@@ -41,7 +41,7 @@ Create a resource group using a single CLI command. In the portal this takes mul
4141

4242
Create a storage account inside the resource group. The CLI requires the same parameters you would fill in through the portal, but expressed as command-line flags.
4343

44-
1. Run the following command (replace **stgpclidemo** with a unique namelowercase letters and numbers only, 3-24 characters):
44+
1. Run the following command (replace **stgpclidemo** with a unique namelowercase letters and numbers only, 3-24 characters):
4545

4646
```bash
4747
az storage account create \

0 commit comments

Comments
 (0)