Ağ & Network
100%

Windows 365 and AVD Hybrid: Next Generation Hybrid Desktop Strategies

Technical guide on Windows 365 Flex, price updates and AVD Hybrid installation. Optimize your hybrid cloud strategy.

Overview

Microsoft announced important updates to the cloud desktop ecosystem as of May 2026. These updates specifically include a 20% discount on Windows 365 Business pricing, the renaming of Windows 365 Frontline to Windows 365 Flex, and the availability of Azure Virtual Desktop (AVD) Hybrid in public preview. This article focuses on how IT professionals can integrate these changes into their infrastructure.

AVD Hybrid: On-Premises Infrastructure and Cloud Management

AVD Hybrid serves as a critical bridge for organizations that cannot move their workloads completely to Azure. This solution allows you to run virtual desktops on your local (on-premises) servers using the cloud-based management plane.

Installation and Configuration Steps

  • Register the 'AVD Hybrid' resource provider in the Azure portal.
  • Install the Azure Arc agent on your on-premises servers.
  • Select the 'Hybrid' option when creating the host pool.
  • Verify required network connections (ExpressRoute or Site-to-Site VPN).
  • Tip: Optimize the network topology between your local data center and Azure region to minimize latency when installing AVD Hybrid.

    Basic Commands

    # Register Azure Arc agent
    azcmagent connect --resource-group  --tenant-id  --location 
    
    # Creating AVD Hybrid host pool
    New-AzWvdHostPool -ResourceGroupName  -Name  -HostPoolType Pooled -LoadBalancerType BreadthFirst -HybridConnection $true

    Windows 365 Flex (Formerly Frontline)

    Windows 365 Flex is a dynamic licensing model optimized for shift workers. This model ensures that licenses remain free in the pool when users are inactive. Along with its pricing advantages, it provides cost efficiency, especially in the retail and healthcare sectors.

    Summary and Recommendations

    For enterprises, adopting a hybrid strategy is the best way to combine data sovereignty and cloud flexibility. In particular, AVD Hybrid is a great option for workloads that are subject to regulations or require low latency. While you review your current infrastructure, check your Windows 365 Business subscriptions to benefit from a cost-effective 20% discount.

    Related Articles

    View All