问题描述
我一直使用和SMB连接(smb://%ACCOUN-NAME%.file.core.windows.net/%SHARE-NAME%)通过Mac访问我的Azure存储. 我无法再通过这种方式访问它,而是收到错误消息连接时出现问题 到服务器%NAME%.file.core.windows.ne".该服务器可能不存在或目前不可用.检查服务器名称或IP地址,检查您的网络连接,然后重试."
我已经在Windows Powershell中执行了以下测试:
Test-NetConnection-计算机名%NAME%.file.core.windows.net-端口445
结果是来自远程地址52.239.154.xxx的FALSE
今天尝试进行故障排除时,我尝试通过浏览器访问http://%NAME%.blob.core.windows.net/来连接到它.当我这样做时,我得到下面的错误...
I have always accessed my Azure Storage through my mac using and SMB connection (smb://%ACCOUN-NAME%.file.core.windows.net/%SHARE-NAME%) I am no longer able to access it this way and instead, just get the error "There was a problem connecting to the server "%NAME%.file.core.windows.ne". The server may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, and then try again."
I have performed the following test from within Windows Powershell:
Test-NetConnection -ComputerName %NAME%.file.core.windows.net -Port 445
The result is FALSE from the remote address of 52.239.154.xxx
While trying to troubleshoot it today, I tried connecting to it using a browser by going to http://%NAME%.blob.core.windows.net/. When I do this, I get the error below...
这篇关于无法访问Azure存储的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!