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?