Skip to content

Commit 2cd6ceb

Browse files
Merge pull request #267784 from dknappettmsft/avd-deploy-avd-expanding-sections
AVD deploy add expanding sections
2 parents 2e49c66 + 98a461b commit 2cd6ceb

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Review the [Prerequisites for Azure Virtual Desktop](prerequisites.md) for a gen
5050

5151
- If you create VMs on Azure Stack HCI outside of the Azure Virtual Desktop service, such as with an automated pipeline, then add them as session hosts to a host pool, you need to install the [Azure Connected Machine agent](../azure-arc/servers/agent-overview.md) on the virtual machines so they can communicate with [Azure Instance Metadata Service](../virtual-machines/instance-metadata-service.md), which is a [required endpoint for Azure Virtual Desktop](../virtual-desktop/required-fqdn-endpoint.md).
5252

53-
- A logical network that you created on your Azure Stack HCI cluster. Both DHCP logical networks or static logical networks (automatic IP allocation) are supported. For more information, see [Create logical networks](/azure-stack/hci/manage/create-logical-networks?tabs=azurecli).
53+
- A logical network that you created on your Azure Stack HCI cluster. DHCP logical networks or static logical networks with automatic IP allocation are supported. For more information, see [Create logical networks for Azure Stack HCI](/azure-stack/hci/manage/create-logical-networks).
5454

5555
- If you want to use Azure CLI or Azure PowerShell locally, see [Use Azure CLI and Azure PowerShell with Azure Virtual Desktop](cli-powershell.md) to make sure you have the [desktopvirtualization](/cli/azure/desktopvirtualization) Azure CLI extension or the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module installed. Alternatively, use the [Azure Cloud Shell](../cloud-shell/overview.md).
5656

@@ -79,7 +79,6 @@ Here's how to generate a registration key using the Azure portal.
7979

8080
1. Select **Download** to download a text file containing the registration key, or copy the registration key to your clipboard to use later. You can also retrieve the registration key later by returning to the host pool overview.
8181

82-
8382
# [Azure PowerShell](#tab/powershell)
8483

8584
Here's how to generate a registration key using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module.
@@ -158,9 +157,10 @@ Here's how to create session hosts and register them to a host pool using the Az
158157

159158
1. The **Basics** tab will be greyed out because you're using the existing host pool. Select **Next: Virtual Machines**.
160159

161-
1. On the **Virtual machines** tab, complete the following information, depending on if you want to create session hosts on Azure or Azure Stack HCI:
160+
1. On the **Virtual machines** tab, complete the following information, depending on whether you want to create session hosts on Azure or Azure Stack HCI:<br /><br />
162161

163-
1. To add session hosts on Azure:
162+
<details>
163+
<summary>To add session hosts on <b>Azure</b>, select to expand this section.</summary>
164164

165165
| Parameter | Value/Description |
166166
|--|--|
@@ -190,8 +190,10 @@ Here's how to create session hosts and register them to a host pool using the Az
190190
| Confirm password | Reenter the password. |
191191
| **Custom configuration** | |
192192
| Custom configuration script URL | If you want to run a PowerShell script during deployment you can enter the URL here. |
193+
</details>
193194

194-
1. To add session hosts on Azure Stack HCI:
195+
<details>
196+
<summary>To add session hosts on <b>Azure Stack HCI</b>, select to expand this section.</summary>
195197

196198
| Parameter | Value/Description |
197199
|--|--|
@@ -215,6 +217,7 @@ Here's how to create session hosts and register them to a host pool using the Az
215217
| Username | Enter a name to use as the local administrator account for the new session hosts. |
216218
| Password | Enter a password for the local administrator account. |
217219
| Confirm password | Reenter the password. |
220+
</details>
218221

219222
Once you've completed this tab, select **Next: Tags**.
220223

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In addition, you need:
6262

6363
- At least one Windows OS image available on the cluster. For more information, see how to [create VM images using Azure Marketplace images](/azure-stack/hci/manage/virtual-machine-image-azure-marketplace), [use images in Azure Storage account](/azure-stack/hci/manage/virtual-machine-image-storage-account), and [use images in local share](/azure-stack/hci/manage/virtual-machine-image-local-share).
6464

65-
- A logical network that you created on your Azure Stack HCI cluster. Both DHCP logical networks or static logical networks (automatic IP allocation) are supported. For more information, see [Create logical networks](/azure-stack/hci/manage/create-logical-networks?tabs=azurecli).
65+
- A logical network that you created on your Azure Stack HCI cluster. DHCP logical networks or static logical networks with automatic IP allocation are supported. For more information, see [Create logical networks for Azure Stack HCI](/azure-stack/hci/manage/create-logical-networks).
6666

6767
# [Azure PowerShell](#tab/powershell)
6868

@@ -135,9 +135,10 @@ Here's how to create a host pool using the Azure portal.
135135
> [!TIP]
136136
> Once you've completed this tab, you can continue to optionally create session hosts, a workspace, register the default desktop application group from this host pool, and enable diagnostics settings by selecting **Next: Virtual Machines**. Alternatively, if you want to create and configure these separately, select **Next: Review + create** and go to step 9.
137137
138-
1. *Optional*: On the **Virtual machines** tab, if you want to add session hosts, complete the following information, depending on if you want to create session hosts on Azure or Azure Stack HCI:
138+
1. *Optional*: On the **Virtual machines** tab, if you want to add session hosts, complete the following information, depending on whether you want to create session hosts on Azure or Azure Stack HCI:<br /><br />
139139

140-
1. To add session hosts on Azure:
140+
<details>
141+
<summary>To add session hosts on <b>Azure</b>, select to expand this section.</summary>
141142

142143
| Parameter | Value/Description |
143144
|--|--|
@@ -169,8 +170,10 @@ Here's how to create a host pool using the Azure portal.
169170
| Confirm password | Reenter the password. |
170171
| **Custom configuration** | |
171172
| Custom configuration script URL | If you want to run a PowerShell script during deployment you can enter the URL here. |
173+
</details>
172174

173-
1. To add session hosts on Azure Stack HCI:
175+
<details>
176+
<summary>To add session hosts on <b>Azure Stack HCI</b>, select to expand this section.</summary>
174177

175178
| Parameter | Value/Description |
176179
|--|--|
@@ -197,6 +200,7 @@ Here's how to create a host pool using the Azure portal.
197200
| Username | Enter a name to use as the local administrator account for the new session hosts. |
198201
| Password | Enter a password for the local administrator account. |
199202
| Confirm password | Reenter the password. |
203+
</details>
200204

201205
Once you've completed this tab, select **Next: Workspace**.
202206

0 commit comments

Comments
 (0)