June 2026 brings an exciting round of management and cost-optimization updates to Azure Virtual Desktop (AVD). Microsoft has heavily focused on standardizing host pool lifecycles, reducing administrative overhead, and improving the financial mechanics of running AVD environments at scale.

If you are currently managing AVD pooled host pools manually or via custom automation, these updates might entirely change how you manage your environment going forward.

Here’s a deep dive into the top three new features available this month.

1. Automated Host Pools (Using Session Host Configuration)

For pooled host pools, Azure now supports a true automated host pool type driven by the new Session Host Configuration.

Instead of writing and maintaining complex Terraform, Bicep, or PowerShell scripts to govern your session hosts, the AVD service can now handle the lifecycle natively.

How It Works:

  • Session Host Configuration: This acts as your declarative state. You define exactly what a session host should look like—specifying the VM size, OS image, disk type, and network settings.
  • Session Host Management Policy: You define how these updates happen. Want them replaced in batches so users aren’t disrupted? You got it.
  • Session Host Update: When you change the configuration (e.g., swapping to a new image version), the service automatically triggers rolling updates, replacing the old VMs with the new ones.

Why This Matters:

This brings immense consistency. Every host in the pool will be identical, completely eliminating “snowflake” VMs. Furthermore, host pools using Session Host Configuration now utilize Managed Identities instead of relying on the AVD service principal, giving you highly granular security controls. (Note: Existing host pools utilizing this must have a managed identity added by November 15, 2025).

2. Dynamic Autoscaling for Pooled Host Pools

Traditional autoscaling in AVD typically functioned by starting, stopping, or deallocating pre-existing VMs based on predictable schedules.

With Dynamic Autoscaling (designed specifically for pooled host pools using the Session Host Configuration), the system is much smarter. It can dynamically create, delete, and power on/off session hosts based on actual real-time user demand.

Why This Matters:

This provides true capacity-based scaling. Instead of just turning VMs off, you can entirely shrink your infrastructure footprint during off-peak hours and rely on AVD to spin up new compliant VMs when a login storm hits. This promises to drastically reduce compute waste and optimize costs, particularly for environments with highly unpredictable usage spikes.

3. Ephemeral OS Disks (Generally Available)

Ephemeral OS disks are now fully available and optimized for stateless workloads in Azure Virtual Desktop. Instead of storing the VM’s OS disk on remote Azure Storage, ephemeral OS disks place the OS directly on the local (non-persistent) storage attached to the compute host.

Why This Matters:

  • Major Performance Boosts: Local SSD storage offers significantly lower latency and higher IOPS compared to remote storage, meaning much faster boot times for session hosts.
  • Cost Savings: Since the OS disk is not hosted on persistent Azure Storage, you avoid paying for OS disk capacity.
  • Perfect Synergy with Autoscaling: Because user profiles are handled externally (via FSLogix), the session host VM is completely disposable. When Dynamic Autoscaling deletes and recreates a VM using Session Host Configuration, it does so rapidly, safely, and cleanly without needing OS-level persistence.

Summary

The June 2026 updates heavily push Azure Virtual Desktop toward a more modern, cloud-native operational model. By combining Session Host Configuration, Dynamic Autoscaling, and Ephemeral OS Disks, organizations can achieve a highly performant, auto-healing, and auto-scaling virtual desktop environment while minimizing both management headaches and monthly Azure consumption costs.

If you are looking to revamp your AVD infrastructure or optimize your monthly cloud spend, reach out to us at Big Hat Group—we would love to help you get started.