Skip to content

Commit 4041aee

Browse files
Merge pull request #241183 from dknappettmsft/patch-6
AVD clarified how a gateway is chosen
2 parents 8e836b2 + 1591671 commit 4041aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/network-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Client connection sequence described below:
3636
4. Azure Virtual Desktop feed subscription service validates the token
3737
5. Azure Virtual Desktop feed subscription service passes the list of available desktops and RemoteApps back to the client in the form of digitally signed connection configuration
3838
6. Client stores the connection configuration for each available resource in a set of .rdp files
39-
7. When a user selects the resource to connect, the client uses the associated .rdp file and establishes the secure TLS 1.2 connection to the closest Azure Virtual Desktop gateway instance and passes the connection information
39+
7. When a user selects the resource to connect, the client uses the associated .rdp file and establishes the secure TLS 1.2 connection to an Azure Virtual Desktop gateway instance with the help of [Azure Front Door](../frontdoor/concept-end-to-end-tls.md#supported-cipher-suites) and passes the connection information. The latency from all gateways is evaluated, and the gateways are put into groups of 10ms. The gateway with the lowest latency and then lowest number of existing connections is chosen.
4040
8. Azure Virtual Desktop gateway validates the request and asks the Azure Virtual Desktop broker to orchestrate the connection
4141
9. Azure Virtual Desktop broker identifies the session host and uses the previously established persistent communication channel to initialize the connection
4242
10. Remote Desktop stack initiates the TLS 1.2 connection to the same Azure Virtual Desktop gateway instance as used by the client

0 commit comments

Comments
 (0)