Azure - File Storage
Articles Related
Management
Mount on linux
Linux - FSTAB (file systems table)
//accountName.file.core.windows.net/fileStorageName /home/user/mountPoint cifs nofail,vers=3.0,username=accountNamer,password=pwd,dir_mode=0777,file_mode=0777,sec=ntlmssp 0 0
one time mount:
sudo mount -t cifs //accountName.file.core.windows.net/fileStorageName /home/user/mountPoint -o vers=3.0,username=accountName,password=pwd,dir_mode=0777,file_mode=0777,sec=ntlmssp
Mount in Windows
net use Z: //accountName.file.core.windows.net/fileStorageName /u:AZURE\accountName pwd