I am trying to map a storage account to a Virtual machine in Azure.
Simply create a new storage account so that it has the new Azure Files access, then map a drive to the VM using net use:
net use z: \\tempstorage.file.core.windows.net\upload /u:tempstorage mykey
I am getting: System error 53 has occurred.
The network path was not found.
I have made the container public and can access files located inside with the help of this link:
https://tempstorage.blob.core.windows.net/upload/example.jpg
Any ideas why I am getting System error 53?
Simply create a new storage account so that it has the new Azure Files access, then map a drive to the VM using net use:
net use z: \\tempstorage.file.core.windows.net\upload /u:tempstorage mykey
I am getting: System error 53 has occurred.
The network path was not found.
I have made the container public and can access files located inside with the help of this link:
https://tempstorage.blob.core.windows.net/upload/example.jpg
Any ideas why I am getting System error 53?