Skip to content

Commit 53c5ff3

Browse files
committed
AVD shc shu preview tweak
1 parent d1b2488 commit 53c5ff3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

articles/virtual-desktop/deploy-azure-virtual-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ To create a host pool with a session host configuration, select the relevant tab
199199

200200
Here's how to create a host pool with a session host configuration using the Azure portal, which also creates a default session host management policy and default session host configuration. You can change the default session host management policy and session host configuration after deployment.
201201

202-
1. Make sure you've registered for the limited preview using the link at the beginning of this article, then sign in to the Azure portal using the specific link provided to you after registration.
202+
1. Sign in to the [Azure portal](https://portal.azure.com/).
203203

204204
1. In the search bar, enter *Azure Virtual Desktop* and select the matching service entry.
205205

@@ -298,7 +298,7 @@ Here's how to create a host pool with a session host configuration, and a sessio
298298
299299
[!INCLUDE [include-cloud-shell-local-powershell](includes/include-cloud-shell-local-powershell.md)]
300300

301-
2. Make sure you've registered for the limited preview using the link at the beginning of this article. Use the `New-AzWvdHostPool` cmdlet with the following example to create a host pool with a session host configuration using the *breadth-first* [load-balancing algorithm](host-pool-load-balancing.md) and *Desktop* as the preferred [application group type](environment-setup.md#app-groups). More parameters are available; for more information, see the [New-AzWvdHostPool PowerShell reference](/powershell/module/az.desktopvirtualization/new-azwvdhostpool).
301+
2. Use the `New-AzWvdHostPool` cmdlet with the following example to create a host pool with a session host configuration using the *breadth-first* [load-balancing algorithm](host-pool-load-balancing.md) and *Desktop* as the preferred [application group type](environment-setup.md#app-groups). More parameters are available; for more information, see the [New-AzWvdHostPool PowerShell reference](/powershell/module/az.desktopvirtualization/new-azwvdhostpool).
302302

303303
```azurepowershell
304304
$parameters = @{

articles/virtual-desktop/session-host-update-configure.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,11 @@ Here's how to schedule a new update for your session hosts using the Azure porta
9999
>
100100
> If you edit the session host configuration using the Azure portal, you have to schedule an update.
101101
102-
1. Make sure you've registered for the limited preview using the link at the beginning of this article, then sign in to the Azure portal using the specific link provided to you after registration. From the Azure Virtual Desktop overview, select **Host pools**, then select the host pool with a session host configuration that you want to update.
102+
1. Sign in to the [Azure portal](https://portal.azure.com/).
103+
104+
1. In the search bar, enter *Azure Virtual Desktop* and select the matching service entry.
105+
106+
1. Select **Host pools**, then select the host pool with a session host configuration that you want to update.
103107

104108
1. Select **Session hosts**.
105109

0 commit comments

Comments
 (0)