Since this is still a problem for me over the years, and this does not apply to Azure SDK v2.8, I was able to solve it by creating a symbolic link to the folder of my projects. Open a command prompt as an administrator and run this:
mklink /DC:\Dev C:\Users\danzo\Source\Workspaces
Obviously, you can change "C: \ Dev" to whatever you want, and you will need to change the longer path above to the root directory of your soltions / projects folder.
source share