Skip to content

Commit b1a48fe

Browse files
AVD added link for Teams media optimization
1 parent 7752d75 commit b1a48fe

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/virtual-desktop/proxy-server-support.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ author: Heidilohr
55
ms.topic: conceptual
66
ms.date: 08/08/2022
77
ms.author: helohr
8-
ms.reviewer: denisgun
98
manager: femila
109
---
1110

@@ -29,7 +28,7 @@ In summary, we don't recommend using proxy servers on Azure Virtual Desktop beca
2928

3029
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:
3130

32-
- Azure service tags on the Azure firewall
31+
- Azure service tags with Azure Firewall
3332
- Proxy server bypass using Proxy Auto Configuration (.PAC) files
3433
- Bypass list in the local proxy configuration
3534
- 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
6160

6261
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.
6362

64-
### Proxy servers and Teams optimization
63+
### Proxy servers and Microsoft Teams media optimization
6564

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).
6766

6867
## Session host configuration recommendations
6968

@@ -79,7 +78,7 @@ To configure your network to use DNS resolution for WPAD, follow the instruction
7978

8079
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).
8180

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:
8382

8483
```console
8584
bitsadmin /util /setieproxy LOCALSYSTEM AUTOSCRIPT http://<server>/proxy.pac

0 commit comments

Comments
 (0)