Skip to content

Commit 9fb5c63

Browse files
authored
Merge pull request #113589 from Heidilohr/work-spring-fix
Updates to host pools and TOC for quick fixes.
2 parents 6100322 + d123bb8 commit 9fb5c63

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/virtual-desktop/TOC.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
items:
55
- name: What is Windows Virtual Desktop?
66
href: overview.md
7+
- name: Fall 2019 Release documentation
8+
href: ./virtual-desktop-fall-2019/tenant-setup-azure-active-directory.md
79
- name: Tutorials
810
items:
911
- name: 1. Create a host pool with the Azure portal
@@ -122,10 +124,6 @@
122124
items:
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

articles/virtual-desktop/virtual-desktop-fall-2019/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
items:
55
- name: What is Windows Virtual Desktop?
66
href: ../overview.md
7+
- name: Spring 2020 Release documentation
8+
href: ../create-host-pools-azure-marketplace.md
79
- name: Tutorials
810
items:
911
- name: 1. Create a tenant

0 commit comments

Comments
 (0)