Forum Discussion
KevHal
Dec 18, 2023Iron Contributor
App Streaming from 3rd party within AVD VM
Hi, Got a tricky one, for security reasons they need to connect to a remote database system on AWS, this database is basically a remote desktop app streamed from AWS. The performance within AVD ...
MathieuVandenHautte
Dec 29, 2023Iron Contributor
Hi Kevhal,
This is a hard one. You will have to analyse packet loss and latency using tools such as PsPing, WinMTR and WireShark.
Also check the data path regarding:
- Azure Network Virtual Appliances and proxies
- Azure Network Security Group rules
- Windows Defender Firewall rules
- Third-party Antivirus programs
- High Azure VM CPU usage and disk IOPS
Also perform tests on a clean Azure VM on a new Azure Virtual Network.
In the past I resolved similar issues by moving all resources to a new Azure Virtual Network.
Please keep me posted!