You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/private-link-overview.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Azure Private Link with Azure Virtual Desktop - Azure
3
3
description: Learn about using Private Link with Azure Virtual Desktop to privately connect to your remote resources.
4
4
author: dknappettmsft
5
5
ms.topic: conceptual
6
-
ms.date: 07/10/2023
6
+
ms.date: 07/17/2023
7
7
ms.author: daknappe
8
8
---
9
9
@@ -52,17 +52,15 @@ When adding Private Link with Azure Virtual Desktop, you have the following opti
52
52
53
53
Private Link with Azure Virtual Desktop has the following limitations:
54
54
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.
58
56
59
57
- 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.
60
58
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.
62
60
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.
64
62
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.
Copy file name to clipboardExpand all lines: articles/virtual-desktop/private-link-setup.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Set up Private Link with Azure Virtual Desktop - Azure
3
3
description: Learn how to set up Private Link with Azure Virtual Desktop to privately connect to your remote resources.
4
4
author: dknappettmsft
5
5
ms.topic: how-to
6
-
ms.date: 07/13/2023
6
+
ms.date: 07/17/2023
7
7
ms.author: daknappe
8
8
---
9
9
@@ -25,6 +25,8 @@ In order to use Private Link with Azure Virtual Desktop, you need the following
25
25
26
26
- 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).
27
27
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
+
28
30
## Enable the feature
29
31
30
32
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
782
784
# [Azure PowerShell](#tab/powershell-2)
783
785
784
786
> [!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.
786
788
787
789
#### Workspaces
788
790
@@ -863,7 +865,7 @@ With Azure Virtual Desktop, you can independently control public traffic for wor
863
865
---
864
866
865
867
> [!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.
867
869
868
870
### Block public routes with network security groups or Azure Firewall
0 commit comments