【发布时间】:2018-11-01 09:39:21
【问题描述】:
我在本地工作,当我导航到 127.0.0.1:10000/devstoreaccount1/ 时,我收到以下错误消息:
<?xml version="1.0" encoding="ISO-8859-1"?>
<Error>
<Code>InvalidQueryParameterValue</Code>
<Message>Value for one of the query parameters specified in the request URI is invalid. RequestId:22a76cf4-07e7-4440-90e5-cfe15909a6a1 Time:2018-10-31T21:31:18.5708147Z</Message>
<QueryParameterName>comp</QueryParameterName>
<QueryParameterValue/>
<Reason/>
</Error>
我可以毫无问题地启动存储模拟器,这是我的存储模拟器的状态;
Windows Azure Storage Emulator 5.8.0.0 command line tool
IsRunning: True
BlobEndpoint: http://127.0.0.1:10000/
QueueEndpoint: http://127.0.0.1:10001/
TableEndpoint: http://127.0.0.1:10002/
【问题讨论】:
-
你应该安装 azure storage explorer:docs.microsoft.com/en-us/azure/…
-
如何将本地 URI 附加到它?
-
@Thomas,谢谢!
标签: azure azure-storage