I'm working on setting up Azure Virtual Desktop (AVD) for my users. I've got everything running smoothly with Microsoft login through Entra ID. I've created two security groups for admins and users, and they can access AVD via Remote Desktop client or the Windows App.
However, I'm struggling to get FSLogix integrated for profile management. The goal is to properly redirect AppData, Documents, and user folders, but the VHD/VHDX just won't mount during login. I think this might be because FSLogix is designed for domain-based authentication, but I'm only using Entra ID without a traditional Active Directory join.
Here's a quick rundown of my current setup:
- Session hosts: Azure VMs (Windows 11 multi-session)
- Join type: Azure AD Join (not hybrid)
- Login type: Microsoft account (M365/Entra ID)
- Groups: "AVD Admins" and "AVD Users"
- Problem: FSLogix profile container not attaching at login
I'm considering switching to AD domain join or Azure AD DS, but I have some questions:
1. Is there a reliable workaround for using FSLogix with just Entra ID?
2. What changes should I expect for users if I move to an AD domain join, and what steps are involved?
3. Can anyone provide a step-by-step config example (like fslogix.ini, GPO, or PowerShell) that works well for AVD with multiple VMs?
Any guidance would be greatly appreciated—I've read a lot of documentation but still can't get it to function properly. Thanks in advance!
1 Answer
If the workaround isn't working, I suggest setting up a supported environment instead. You might also consider Azure Active Directory Domain Services as it could help smooth things over with FSLogix.

I thought about that, but since users log in with Microsoft accounts, what seamless workaround would you recommend? I want to ensure my users' profile data remains safe.