如何验证Azure存储模拟器?

时间:2018-10-31 21:34:36

标签: azure azure-storage

我在本地工作,导航到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>

我可以毫无问题地启动存储模拟器,这是我的存储模拟器的状态; <​​/ p>

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/

1 个答案:

答案 0 :(得分:0)

执行模拟器后,在存储资源管理器中,单击屏幕快照中的选项->附加到本地模拟器->下一步->下一步->连接。

enter image description here

enter image description here

这是您的本地帐户。

enter image description here

相关问题