Skip to content

Instantly share code, notes, and snippets.

@asksven
Created February 1, 2015 18:20
Show Gist options
  • Save asksven/71dc563dbf1a3e2cc147 to your computer and use it in GitHub Desktop.
Save asksven/71dc563dbf1a3e2cc147 to your computer and use it in GitHub Desktop.
Mount Azure File Storage account
see also http://blogs.msdn.com/b/windowsazurestorage/archive/2014/05/12/introducing-microsoft-azure-file-service.aspx
net use z: \\<storage-account-name>.file.core.windows.net\<share-name> /u:<storage-account-name> <storage-account-key>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment