I'm studying Azure File Share Storage. I can see that I can map my File Share Storage as a Network drive in my PC using the below command:
$ net use [drive letter] \\ppolstorage.file.core.windows.net\cloud-drive
/u: [storage account access key]
But is there any way to map an existing folder in my local drive, for example Test Folder
in D Drive
to Azure File Share Storage? Is this possible?