What is RDP Shortpath for AVD Public Networks and How to Use It

AVD

This is a follow up to my previous video on RDP Shortpath for Private networks.  A low Round Trip Time (RTT) is required for a good user experience in Azure Virtual Desktop.  RDP Shortpath for Public Networks in AVD improves the connection between the client and session host.  Performance is improved by using UDP and a direct connection over the public internet. In this video, we go over the requirements and considerations of RDP Shortpath for public networks. 

Continue reading “What is RDP Shortpath for AVD Public Networks and How to Use It”

What is RDP Shortpath for AVD Managed Networks and How to Use It

AVD

A low Round Trip Time (RTT) is required for a good user experience in Azure Virtual Desktop.  With RDP Shortpath for AVD Managed Networks, we can leverage existing connections between the client network and Azure to keep the RTT latency low.  But this feature is not enabled by default.  In this video, we go over connectivity between the client and an AVD Session Host.  Then we review how we can use RDP Shortpath for AVD Managed Networks to direct traffic over existing private WAN connections between the client and Session Hosts.

Continue reading “What is RDP Shortpath for AVD Managed Networks and How to Use It”

Autoscale with Azure Virtual Desktop (AVD) Scaling Plans

AVD

Azure Virtual Desktop (AVD) now has an integrated session host scaling solution built into the portal.  This video goes over how to configure the custom role required for autoscale, then create a scaling plan and schedule and assign it to a host pool.

Continue reading “Autoscale with Azure Virtual Desktop (AVD) Scaling Plans”

Shut Down Unused Session Hosts in a Windows Virtual Desktop Pooled or Personal Host Pool

WVD Function App

(UPDATED 6/17/2021 with code for multiple pooled and personal host pools) Azure Virtual Desktop (previously Windows Virtual Desktop (WVD)) has a new option in preview that starts session hosts in a personal or pooled host pool when a user connects. It won’t, however, shut down the session hosts when the user logs out. The script outlined in this video will evaluate all running and available session hosts in a personal or pooled host pool and shut down and deallocate session hosts without an active connection.  Deallocating Session hosts while not in use can save money on compute costs.

Continue reading “Shut Down Unused Session Hosts in a Windows Virtual Desktop Pooled or Personal Host Pool”

Remove-Hostpool Script

Over the past few months I’ve created and removed many Windows Virtual Desktop Host Pools for testing. Removing a WVD Host Pool can be a little tedious so I crated and shareing a script that walks through selecting and removing a Host Pool. GitHub link below.

Continue reading “Remove-Hostpool Script”