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/proxy-server-support.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ author: Heidilohr
5
5
ms.topic: conceptual
6
6
ms.date: 08/08/2022
7
7
ms.author: helohr
8
-
ms.reviewer: denisgun
9
8
manager: femila
10
9
---
11
10
@@ -29,7 +28,7 @@ In summary, we don't recommend using proxy servers on Azure Virtual Desktop beca
29
28
30
29
If your organization's network and security policies require proxy servers for web traffic, you can configure your environment to bypass Azure Virtual Desktop connections while still routing the traffic through the proxy server. However, each organization's policies are unique, so some methods may work better for your deployment than others. Here are some configuration methods you can try to prevent performance and reliability loss in your environment:
31
30
32
-
- Azure service tags on the Azure firewall
31
+
- Azure service tags with Azure Firewall
33
32
- Proxy server bypass using Proxy Auto Configuration (.PAC) files
34
33
- Bypass list in the local proxy configuration
35
34
- Using proxy servers for per-user configuration
@@ -61,9 +60,9 @@ Azure Virtual Desktop components on the session host run in the context of their
61
60
62
61
Proxy servers have capacity limits. Unlike regular HTTP traffic, RDP traffic has long running, chatty connections that are bi-directional and consume lots of bandwidth. Before you set up a proxy server, talk to your proxy server vendor about how much throughput your server has. Also make sure to ask them how many proxy sessions you can run at one time. After you deploy the proxy server, carefully monitor its resource use for bottlenecks in Azure Virtual Desktop traffic.
63
62
64
-
### Proxy servers and Teams optimization
63
+
### Proxy servers and Microsoft Teams media optimization
65
64
66
-
Azure Virtual Desktop doesn't support proxy servers for Teams optimization.
65
+
Azure Virtual Desktop doesn't support proxy servers with [media optimization for Microsoft Teams](teams-on-avd.md).
67
66
68
67
## Session host configuration recommendations
69
68
@@ -79,7 +78,7 @@ To configure your network to use DNS resolution for WPAD, follow the instruction
79
78
80
79
You can set a device-wide proxy or Proxy Auto Configuration (.PAC) file that applies to all interactive, Local System, and Network Service users with the [Network Proxy CSP](/windows/client-management/mdm/networkproxy-csp).
81
80
82
-
In addition you will need to set a proxy for the Windows services *RDAgent* and *Remote Desktop Services*. RDAgent runs with the account *Local System* and Remote Desktop Services runs with the account *Network Service*. You can set a proxy for these accounts by running the following commands, changing the placeholder value for `<server>` with your own address:
81
+
In addition you will need to set a proxy for the Windows services *RDAgent* and *Remote Desktop Services*. RDAgent runs with the account *Local System* and Remote Desktop Services runs with the account *Network Service*. You can set a proxy for these accounts by running the following commands from an elevated command prompt, changing the placeholder value for `<server>` with your own address:
0 commit comments