I have set up Windows Virtual Desktop within Azure. Currently I am able to configure the application I have published to use FSLogix to apply a mapping to a VHD file on an Azure share which is great, but what we'd like to also have is a drive mapping for everyone who runs the WVD app.
I have a file share ready in Azure blob storage which is accessible and I can map it manually from the server by the UNC path. I have tried using "net use R: " and adding this to run from the registry (Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run) on the computer hosting the virtual app, but that doesn't open for for a user when they have logged on.
Online, I can only find information on the shared VHDs, but can't find anything on drive mappings in this scenario. Does anyone know where I can find this information or can you advise how it is done?
I would be careful using the storage key if I were you - essentially, anyone who has that key assumes full control of the share and everything in it. You are no longer authenticating as "
<user>
", but as "owner of share". That could have terrible repercussions...Add a storage account and attach it to your blob storage. Once the storage account is connected to your domain, gpo will map for you.