Skip to content

Commit b12f230

Browse files
Merge pull request #271904 from sipastak/avd-hci-logical-networks
AVD for Azure Stack HCI - static logical networks
2 parents 3c82979 + 043a977 commit b12f230

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to add session hosts virtual machines to a host pool in A
44
ms.topic: how-to
55
author: dknappettmsft
66
ms.author: daknappe
7-
ms.date: 02/28/2024
7+
ms.date: 04/11/2024
88
---
99

1010
# Add session hosts to a host pool
@@ -50,6 +50,8 @@ 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 network](/azure-stack/hci/manage/create-logical-networks?tabs=azurecli).
54+
5355
- 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).
5456

5557
> [!IMPORTANT]

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: how-to
55
ms.custom: devx-track-azurecli, devx-track-azurepowershell
66
author: dknappettmsft
77
ms.author: daknappe
8-
ms.date: 02/28/2024
8+
ms.date: 04/11/2024
99
---
1010

1111
# Deploy Azure Virtual Desktop
@@ -61,6 +61,8 @@ In addition, you need:
6161
- A stable connection to Azure from your on-premises network.
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).
64+
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 network](/azure-stack/hci/manage/create-logical-networks?tabs=azurecli).
6466

6567
# [Azure PowerShell](#tab/powershell)
6668

0 commit comments

Comments
 (0)