Skip to content

Commit d109400

Browse files
Merge pull request #245115 from dknappettmsft/avd-private-link-updated-limitations
AVD Private Link updated limitations section
2 parents 624f12b + cf2fffa commit d109400

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/virtual-desktop/private-link-overview.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Private Link with Azure Virtual Desktop - Azure
33
description: Learn about using Private Link with Azure Virtual Desktop to privately connect to your remote resources.
44
author: dknappettmsft
55
ms.topic: conceptual
6-
ms.date: 07/10/2023
6+
ms.date: 07/17/2023
77
ms.author: daknappe
88
---
99

@@ -52,17 +52,15 @@ When adding Private Link with Azure Virtual Desktop, you have the following opti
5252

5353
Private Link with Azure Virtual Desktop has the following limitations:
5454

55-
- You need to [enable the feature](private-link-setup.md#enable-the-feature) on each Azure subscription you want to Private Link with Azure Virtual Desktop.
56-
57-
- You can't use the [manual connection approval method](../private-link/private-endpoint-overview.md#access-to-a-private-link-resource-using-approval-workflow) when using Private Link with Azure Virtual Desktop. We're aware of this issue and are working on fixing it.
55+
- Before you use Private Link for Azure Virtual Desktop, you need to [enable the feature](private-link-setup.md#enable-the-feature) on each Azure subscription you want to Private Link with Azure Virtual Desktop.
5856

5957
- All [Remote Desktop clients to connect to Azure Virtual Desktop](users/remote-desktop-clients-overview.md) can be used with Private Link, but we currently only offer troubleshooting support for the web client with Private Link.
6058

61-
- After you've changed a private endpoint to a host pool, you must restart the *Remote Desktop Agent Loader* (RDAgentBootLoader) service on the session host VM. You also need to restart this service whenever you change a host pool's network configuration. Instead of restarting the service, you can restart the session host.
59+
- After you've changed a private endpoint to a host pool, you must restart the *Remote Desktop Agent Loader* (*RDAgentBootLoader*) service on each session host in the host pool. You also need to restart this service whenever you change a host pool's network configuration. Instead of restarting the service, you can restart each session host.
6260

63-
- Service tags are used by the Azure Virtual Desktop service for agent monitoring traffic. These tags are created automatically.
61+
- Using both Private Link and [RDP Shortpath](./shortpath.md) at the same time isn't currently supported.
6462

65-
- Using both Private Link and [RDP Shortpath](./shortpath.md) at the same time isn't supported.
63+
- Azure PowerShell cmdlets for Azure Virtual Desktop that support Private Link are in preview. You'll need to download and install the [preview version of the Az.DesktopVirtualization module](https://www.powershellgallery.com/packages/Az.DesktopVirtualization/5.0.0-preview) to use these cmdlets, which have been added in version 5.0.0.
6664

6765
## Next steps
6866

articles/virtual-desktop/private-link-setup.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Set up Private Link with Azure Virtual Desktop - Azure
33
description: Learn how to set up Private Link with Azure Virtual Desktop to privately connect to your remote resources.
44
author: dknappettmsft
55
ms.topic: how-to
6-
ms.date: 07/13/2023
6+
ms.date: 07/17/2023
77
ms.author: daknappe
88
---
99

@@ -25,6 +25,8 @@ In order to use Private Link with Azure Virtual Desktop, you need the following
2525

2626
- 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).
2727

28+
- Azure PowerShell cmdlets for Azure Virtual Desktop that support Private Link are in preview. You'll need to download and install the [preview version of the Az.DesktopVirtualization module](https://www.powershellgallery.com/packages/Az.DesktopVirtualization/5.0.0-preview) to use these cmdlets, which have been added in version 5.0.0.
29+
2830
## Enable the feature
2931

3032
To use of Private Link with Azure Virtual Desktop, first you need to re-register the *Microsoft.DesktopVirtualization* resource provider and register the *Azure Virtual Desktop Private Link* feature on your Azure subscription.
@@ -782,7 +784,7 @@ With Azure Virtual Desktop, you can independently control public traffic for wor
782784
# [Azure PowerShell](#tab/powershell-2)
783785

784786
> [!IMPORTANT]
785-
> You need to use the preview version of the Az.DesktopVirtualization module to run the following commands. For more information and to download and install the preview module, see [PowerShell Gallery](https://www.powershellgallery.com/packages/Az.DesktopVirtualization/5.0.0-preview).
787+
> Azure PowerShell cmdlets for Azure Virtual Desktop that support Private Link are in preview. You'll need to download and install the [preview version of the Az.DesktopVirtualization module](https://www.powershellgallery.com/packages/Az.DesktopVirtualization/5.0.0-preview) to use these cmdlets, which have been added in version 5.0.0.
786788
787789
#### Workspaces
788790

@@ -863,7 +865,7 @@ With Azure Virtual Desktop, you can independently control public traffic for wor
863865
---
864866

865867
> [!IMPORTANT]
866-
> Changing access for session hosts won't affect existing sessions. You must restart the session host virtual machines for the change to take effect.
868+
> Changing access for session hosts won't affect existing sessions. After you've changed a private endpoint to a host pool, you must restart the *Remote Desktop Agent Loader* (*RDAgentBootLoader*) service on each session host in the host pool. You also need to restart this service whenever you change a host pool's network configuration. Instead of restarting the service, you can restart each session host.
867869
868870
### Block public routes with network security groups or Azure Firewall
869871

0 commit comments

Comments
 (0)