AVD Setup with Microsoft Entra ID running into issues

Kiran Nukalapati 0 Reputation points
2026-07-29T16:50:09.58+00:00

I am trying to setup an AVD with 10 users + microsoft ENtra ID and always running in to an issue with session hosts step or even when the deployment happen successfully the VM is not attaching to the sessions. any help with guidance would be greatly appreciated.

Windows for business | Windows Server | User experience | Create a host pool and session host
0 comments No comments

1 answer

Sort by: Most helpful
  1. Allan Solomon Mejia 3,510 Reputation points
    2026-07-29T19:44:12.4866667+00:00

    Hello @Kiran Nukalapati

    There are several reasons why Microsoft Entra ID-joined AVD session hosts may deploy successfully but fail to register with the host pool.

    Some things I'd check first:

    • Verify the AVD agent and AVD bootloader are installed and running on the session host.
    • Confirm the host pool registration token was valid during deployment. An expired token prevents the VM from joining the host pool.
    • Ensure the VM has outbound connectivity to the required Azure Virtual Desktop service URLs (HTTPS/443). Network restrictions, firewalls, or proxies are common causes of registration failures.
    • Verify that Microsoft Entra ID login is enabled on the VM (via the AADLoginForWindows extension) and that the users are assigned the Virtual Machine User Login or Virtual Machine Administrator Login RBAC role.
    • Check the Event Viewer under Applications and Services Logs > Microsoft > Windows > RemoteDesktopServices and Azure Virtual Desktop logs for registration or agent errors.

    Could you also share:

    • Are the session hosts Microsoft Entra joined only, or are they hybrid Microsoft Entra joined?
    • Are you deploying with the Azure portal, Bicep/ARM, or Terraform?
    • At which step does the deployment fail, or does it complete but the session hosts remain Unavailable/Not Registered in the host pool?

    Those details will help narrow down whether the issue is with registration, identity, or networking.

    Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.