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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -