Once you have created a “Azure Storage File” folder, you can map it to a drive on your Windows, Linux, or MaxOS computer.
Windows Example:
1. Go to the following to get the command line…
Azure Portal -> Storage accounts -> File service -> Files > Connect
2. Run the following in command prompt…
net use Z: \test01.file.core.windows.net\folder01 /u:AZURE\user01 skdfjskdjfldsfjkdjfkksldjfklsdjfklsjdf
Additional Resources:
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows
Comments