Skip to content

Commit 9be2d92

Browse files
committed
Clarifies IP addresses required
1 parent a619631 commit 9be2d92

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

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

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,21 @@ To re-register the *Microsoft.DesktopVirtualization* resource provider:
6565

6666
## Create private endpoints
6767

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.
6969

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 |
7583

7684
> [!IMPORTANT]
7785
> 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
377385

378386
1. Select **Create** to create the private endpoint for the feed sub-resource.
379387

380-
381388
# [Azure PowerShell](#tab/powershell)
382389

383390
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

Comments
 (0)