Skip to content

Commit 1390cf3

Browse files
committed
Updates to host pools and TOC for quick fixes.
1 parent 8c289a3 commit 1390cf3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

articles/virtual-desktop/TOC.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,10 @@
120120
href: remotefx-graphics-performance-counters.md
121121
- name: Reference
122122
items:
123+
- name: Fall 2019 Release documentation
124+
href: /virtual-desktop-2019/tenant-setup-azure-active-directory.md
123125
- name: Linux support
124126
href: linux-overview.md
125-
- name: PowerShell
126-
href: /powershell/module/az.desktopvirtualization
127-
- name: REST API
128-
href: /rest/api/desktopvirtualization/
129127
- name: Supported RDP file settings
130128
href: https://docs.microsoft.com/windows-server/remote/remote-desktop-services/clients/rdp-files?context=/azure/virtual-desktop/context/context
131129
- name: Network guidance

articles/virtual-desktop/create-host-pools-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ This article assumes you've already followed the instructions in [Set up the Pow
2929
Run the following cmdlet to sign in to the Windows Virtual Desktop environment:
3030

3131
```powershell
32-
New-AzWvdHostPool -ResourceGroupName <resourcegroupname> -Name <hostpoolname> -WorkspaceName <workspacename> -HostPoolType <RemoteApp|Desktop> -Location -DesktopAppGroupName <appgroupname>
32+
New-AzWvdHostPool -ResourceGroupName <resourcegroupname> -Name <hostpoolname> -WorkspaceName <workspacename> -HostPoolType <Pooled|Personal> -LoadBalancerType <BreadthFirst|DepthFirst|Persistent> -Location <region> -DesktopAppGroupName <appgroupname>
3333
```
3434

35-
This will create the host pool, workspace and desktop app group. Additionally, it will register the desktop app group to the workspace. You can only create a workspace with this, not use an existing workspace in this cmdlet.
35+
This cmdlet will create the host pool, workspace and desktop app group. Additionally, it will register the desktop app group to the workspace. You can only create a workspace with this cmdlet, not use an existing workspace in this cmdlet.
3636

3737
Run the next cmdlet to create a registration token to authorize a session host to join the host pool and save it to a new file on your local computer. You can specify how long the registration token is valid by using the -ExpirationHours parameter.
3838

0 commit comments

Comments
 (0)