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-setup.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,13 +65,21 @@ To re-register the *Microsoft.DesktopVirtualization* resource provider:
65
65
66
66
## Create private endpoints
67
67
68
-
During the setup process, you create private endpoints to the following resources:
68
+
During the setup process, you create private endpoints to the following resources, depending on your scenario.
69
69
70
-
| Purpose | Resource type | Target sub-resource | Endpoint quantity | IP address quantity |
71
-
|--|--|--|--|--|
72
-
| Connections to host pools | Microsoft.DesktopVirtualization/hostpools | connection | One per host pool | Four per endpoint |
73
-
| Feed download | Microsoft.DesktopVirtualization/workspaces | feed | One per workspace | Two per endpoint |
74
-
| Initial feed discovery | Microsoft.DesktopVirtualization/workspaces | global |**Only one for all your Azure Virtual Desktop deployments**| One per endpoint |
70
+
1. Both clients and session host VMs use private routes. You need the following private endpoints:
71
+
72
+
| Purpose | Resource type | Target sub-resource | Endpoint quantity | IP address quantity |
73
+
|--|--|--|--|--|
74
+
| Connections to host pools | Microsoft.DesktopVirtualization/hostpools | connection | One per host pool | Four per endpoint |
75
+
| Feed download | Microsoft.DesktopVirtualization/workspaces | feed | One per workspace | Two per endpoint |
76
+
| Initial feed discovery | Microsoft.DesktopVirtualization/workspaces | global |**Only one for all your Azure Virtual Desktop deployments**| One per endpoint |
77
+
78
+
1. Clients use public routes while session host VMs use private routes. You need the following private endpoints. Endpoints to workspaces aren't required.
79
+
80
+
| Purpose | Resource type | Target sub-resource | Endpoint quantity | IP address quantity |
81
+
|--|--|--|--|--|
82
+
| Connections to host pools | Microsoft.DesktopVirtualization/hostpools | connection | One per host pool | Four per endpoint |
75
83
76
84
> [!IMPORTANT]
77
85
> IP address allocations are subject to change as the demand for IP addresses increases. During capacity expansions, additional addresses are needed for private endpoints. It's important you consider potential address space exhaustion and ensure sufficient headroom for growth. For more information on determining the appropriate network configuration for private endpoints in either a hub or a spoke topology, see [Decision tree for Private Link deployment](/azure/architecture/networking/guide/private-link-hub-spoke-network#decision-tree-for-private-link-deployment).
@@ -377,7 +385,6 @@ To create a private endpoint for the *feed* sub-resource for a workspace, select
377
385
378
386
1. Select **Create** to create the private endpoint for the feed sub-resource.
379
387
380
-
381
388
# [Azure PowerShell](#tab/powershell)
382
389
383
390
1. In the same PowerShell session, create a Private Link service connection for a workspace with the feed sub-resource by running the following commands. In these examples, the same virtual network and subnet are used.
0 commit comments