I followed below notes to mount the blob storage.
Workflow and support notes: https://docs.microsoft.com/en-us/azure/storage/blobs/network-file-system-protocol-support
Instructions on Mounting blob: https://docs.microsoft.com/en-us/azure/storage/blobs/network-file-system-protocol-support-how-to?tabs=windows
The Storage account is enabled with NFS, the storage account is created after "AllowNSF3" is registered
The Storage account is created after NFS3.0 enabled as mentioned in the doc
The Storage account is configured to selected networks with virtual network
- Configured Virtual network gateway for my virtual gateway
- Configured Point-to-site configuration to Connect to a my VNet using P2S VPN & certificate authentication
Firewall outbound ports(both UDP and TCP) 111, 2048, 2049 are open on client computer
- The client computer downloaded VPN client and connected to VNet
No firewall configured on my VNet
When I try to mount using following command, I am getting Network Error - 53
C:\Windows\system32>mount -o nolock mycloudstorage1.blob.core.windows.net:/mycloudstorage1/myblobcontainer *
Network Error - 53
Type 'NET HELPMSG 53' for more information.
Not sure how to troubleshoot this further, any trace error logs to know more about this error?