Skip to content

Commit 9548962

Browse files
committed
Attempted fix 2.
1 parent 2bc1dcd commit 9548962

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/virtual-desktop/add-session-hosts-host-pool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Here's how to generate a registration key using the [desktopvirtualization](/cli
6969
> In the following examples, you'll need to change the `<placeholder>` values for your own.
7070
7171
[!INCLUDE [include-cloud-shell-local-cli](includes/include-cloud-shell-local-cli.md)]
72-
1. Use the `az desktopvirtualization workspace update` command with the following example to generate a registration key that is valid for 24 hours.
72+
2. Use the `az desktopvirtualization workspace update` command with the following example to generate a registration key that is valid for 24 hours.
7373

7474
```azurecli
7575
az desktopvirtualization hostpool update \
@@ -78,7 +78,7 @@ Here's how to generate a registration key using the [desktopvirtualization](/cli
7878
--registration-info expiration-time=$(date -d '+24 hours' --iso-8601=ns) registration-token-operation="Update"
7979
```
8080

81-
1. Get the registration key and copy it to your clipboard to use later. You can also retrieve the registration key later by running this command again anytime while the registration key is valid.
81+
3. Get the registration key and copy it to your clipboard to use later. You can also retrieve the registration key later by running this command again anytime while the registration key is valid.
8282

8383
```azurecli
8484
az desktopvirtualization hostpool retrieve-registration-token \

articles/virtual-desktop/create-host-pool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Here's how to create a host pool using the [desktopvirtualization](/cli/azure/de
208208
> In the following examples, you'll need to change the `<placeholder>` values for your own.
209209
210210
[!INCLUDE [include-cloud-shell-local-cli](includes/include-cloud-shell-local-cli.md)]
211-
1. Use the `az desktopvirtualization hostpool create` command with the following examples to create a host pool. More parameters are available; for more information, see the [az desktopvirtualization hostpool Azure CLI reference](/cli/azure/desktopvirtualization/hostpool).
211+
2. Use the `az desktopvirtualization hostpool create` command with the following examples to create a host pool. More parameters are available; for more information, see the [az desktopvirtualization hostpool Azure CLI reference](/cli/azure/desktopvirtualization/hostpool).
212212

213213
1. To create a pooled host pool using the *breadth-first* [load-balancing algorithm](host-pool-load-balancing.md) and *Desktop* as the preferred [app group type](environment-setup.md#app-groups), run the following command:
214214

@@ -236,7 +236,7 @@ Here's how to create a host pool using the [desktopvirtualization](/cli/azure/de
236236
--location <AzureRegion>
237237
```
238238
239-
1. You can view the properties of your new host pool by running the following command:
239+
3. You can view the properties of your new host pool by running the following command:
240240
241241
```azurecli
242242
az desktopvirtualization hostpool show --name <Name> --resource-group <ResourceGroupName>

0 commit comments

Comments
 (0)