Forum Discussion
FSLogix - Profile can not load
The storage account is in a different Azure region than the VM.
We are using Horizon "floating" VDI pool and I am configuring FSLogix profiles for them to be saved into a share in the azure cloud storage account. I have stored the Access key for the storage account via PS script in the template image. When the cloned VDIs are created in the "floating" pool, I also run a script via GPO in a "computer configuration" to store the same access key and, in addition, another GPO ( that is linked to a security group that the user is a member of) fires a scheduled task where the mapping to a file share in that storage group is created.
What happens: I have my profile .VHDX file created from one of the floating VDIs, but on subsequent logins, where different VDIs are used (since it is Horizon's floating pool), I am not able to attach to that profile again. Other users can't even create that profile and the error is always the same:
FindFile failed for path: \\xxxx.file.core.windows.net\shareXX\username_SID.VHDX (the target name is incorrect). Even though, the mapped share opens without prompting a user for credentials.
What is going wrong in that process? Can Azure support chime in?
Slava
- Slava_TruduJul 30, 2020Copper Contributor
I may have found the fix, finally,
No doubt, this can help other adopters of FSLogix...
The fix is to enable the settings in FSLogix's installed agent (via GPO or directly in the registry).
It is "Access network as computer" key in Computer Configuration/Administrative Templates/FSLogix/Profile Container/Advanced/
After I applied the modified GPO, my floating Horizon VDI happily attached itself to the already existing user profile .VHDX from Azure storage share 🙂
Slava