Skip to content

Commit 0c4c59f

Browse files
committed
review feedback
1 parent d64b5f4 commit 0c4c59f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/virtual-desktop/azure-stack-hci.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ With Azure Virtual Desktop for Azure Stack HCI (preview), you can use Azure Virt
2020
2121
## Configure Azure Virtual Desktop for Azure Stack HCI
2222

23-
You can set up Azure Virtual Desktop for Azure Stack HCI either manually or automatically using the Azure Resource Manager template (ARM template) in the Azure portal.
23+
You can set up Azure Virtual Desktop for Azure Stack HCI either manually or automatically using the Azure Resource Manager template (ARM template) in the Azure portal. Both these methods deploy a pooled host pool, not a personal host pool.
2424

2525
# [Manual deployment](#tab/manual-deployment)
2626

@@ -49,7 +49,7 @@ To manually configure Azure Virtual Desktop for Azure Stack HCI, follow these hi
4949

5050
### Step 1: Create a new virtual machine on Azure Stack HCI
5151

52-
Create a new virtual machine on your Azure Stack HCI infrastructure. For step-by-step instructions, see [Create a new VM](/azure-stack/hci/manage/vm#create-a-new-vm).
52+
Create a new virtual machine with a supported operating system on your Azure Stack HCI infrastructure. For step-by-step instructions about how to create a VM, see [Create a new VM](/azure-stack/hci/manage/vm#create-a-new-vm). For information about supported operating system and licenses, see [Operating systems and licenses](/prerequisites#operating-systems-and-licenses).
5353

5454
> [!NOTE]
5555
> [Install the Remote Desktop Session Host (RDSH) role](/troubleshoot/windows-server/remote/install-rds-host-role-service-without-connection-broker) if the VM is running a Windows Server operating system.
@@ -62,8 +62,8 @@ To manage the new VM from Azure via Azure Arc, install the Connected Machine age
6262

6363
The custom template helps you:
6464

65-
- Create host pool, workspace and application group
66-
- Add VMs as a session host to the host pool
65+
- Create host pool, workspace, and application group
66+
- Add the VMs you created in [Step 1](#step-1-create-a-new-virtual-machine-on-azure-stack-hci) as session hosts to the host pool
6767
- Domain join the VMs
6868
- Install Azure Monitor agent on the VMs
6969

@@ -205,7 +205,7 @@ This command should return the following URN:
205205
MicrosoftWindowsDesktop:Windows-10:21h1-evd-g2:latest
206206
```
207207

208-
If you're looking for Windows Server 2019 datacenter, you can run the following criteria in your Azure CLI:
208+
If you're looking for Windows Server 2019 Datacenter, you can run the following criteria in your Azure CLI:
209209

210210
```azurecli
211211
az vm image list --all --publisher "microsoftwindowsserver" --offer "WindowsServer" --sku "2019-Datacenter-gen2"
@@ -217,8 +217,8 @@ This command should return the following URN:
217217
MicrosoftWindowsServer:windowsserver-gen2preview:2019-datacenter-gen2:latest
218218
```
219219

220-
>[!IMPORTANT]
221-
>Make sure to only use generation 2 ("gen2") images. Azure Virtual Desktop for Azure Stack HCI doesn't support creating a VM with a first-generation ("gen1") image. Avoid SKUs with a "-g1" suffix.
220+
> [!IMPORTANT]
221+
> Make sure to only use generation 2 ("gen2") images. Azure Virtual Desktop for Azure Stack HCI doesn't support creating a VM with a first-generation ("gen1") image. Avoid SKUs with a "-g1" suffix.
222222
223223
### Create a new Azure managed disk from the image
224224

0 commit comments

Comments
 (0)