Azure map drive system error 53 has occurred -
I am trying to map a virtual machine to a storage account in Azure.
I am following the following which gives details of how your accessor files are accessed from within VM.
You can create a new storage account so that it has access to the new Azure file, then map a drive in the VM via Net Usage:
Pure Access z : \\ tempstorage.file.core.windows.net \ upload / u: tempstorage mykey
I'm getting:
The system error has occurred 53 . The network path was not found.
I have made the container public and can access the files located through the URL:
https: //tempstorage.blob.core Windows.net /upload/example.jpg
Any ideas why I'm getting system error 53?
Please note: The above URLs are an example and not a link to a readable location.
You must ensure that you have previously enabled the folder as a share See step 3 on this blog:
If you do not do this, you will not be able to map it to a virtual machine using the 'net usage' command.
Comments
Post a Comment