Skip to content

Commit 5a10ac3

Browse files
Merge pull request #233130 from dknappettmsft/avd-rdp-shortpath-commercial-65330
AVD RDP Shortpath added note for public cloud only and port 65330
2 parents c686939 + ab85f4a commit 5a10ac3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/virtual-desktop/configure-rdp-shortpath.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ms.author: daknappe
1313
1414
RDP Shortpath is a feature of Azure Virtual Desktop that establishes a direct UDP-based transport between a supported Windows Remote Desktop client and session host. This article shows you how to configure RDP Shortpath for managed networks and public networks. For more information, see [RDP Shortpath](rdp-shortpath.md).
1515

16+
> [!IMPORTANT]
17+
> RDP Shortpath is only available in the Azure public cloud.
18+
1619
## Prerequisites
1720

1821
Before you can enable RDP Shortpath, you'll need to meet the prerequisites. Select a tab below for your scenario.

articles/virtual-desktop/rdp-shortpath.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ RDP Shortpath can be used in two ways:
2727
The transport used for RDP Shortpath is based on the [Universal Rate Control Protocol (URCP)](https://www.microsoft.com/research/publication/urcp-universal-rate-control-protocol-for-real-time-communication-applications/). URCP enhances UDP with active monitoring of the network conditions and provides fair and full link utilization. URCP operates at low delay and loss levels as needed.
2828

2929
> [!IMPORTANT]
30-
> During the preview, TURN is only available for connections to session hosts in a validation host pool. To configure your host pool as a validation environment, see [Define your host pool as a validation environment](create-validation-host-pool.md#define-your-host-pool-as-a-validation-host-pool).
30+
> - RDP Shortpath is only available in the Azure public cloud.
31+
>
32+
> - During the preview, TURN is only available for connections to session hosts in a validation host pool. To configure your host pool as a validation environment, see [Define your host pool as a validation environment](create-validation-host-pool.md#define-your-host-pool-as-a-validation-host-pool).
3133
3234
## Key benefits
3335

@@ -96,7 +98,7 @@ To provide the best chance of a UDP connection being successful when using a pub
9698

9799
When a connection is being established, Interactive Connectivity Establishment (ICE) coordinates the management of STUN and TURN to optimize the likelihood of a connection being established, and ensure that precedence is given to preferred network communication protocols.
98100

99-
Each RDP session uses a dynamically assigned UDP port from an ephemeral port range (**49152** to **65535** by default) that accepts the RDP Shortpath traffic. You can also use a smaller, predictable port range. For more information, see [Limit the port range used by clients for public networks](configure-rdp-shortpath-limit-ports-public-networks.md).
101+
Each RDP session uses a dynamically assigned UDP port from an ephemeral port range (**49152** to **65535** by default) that accepts the RDP Shortpath traffic. Port 65330 is ignored from this range as it is reserved for use internally by Azure. You can also use a smaller, predictable port range. For more information, see [Limit the port range used by clients for public networks](configure-rdp-shortpath-limit-ports-public-networks.md).
100102

101103
> [!TIP]
102104
> RDP Shortpath for public networks will work automatically without any additional configuration, providing networks and firewalls allow the traffic through and RDP transport settings in the Windows operating system for session hosts and clients are using their default values.

0 commit comments

Comments
 (0)