简体   繁体   English

如何验证Azure存储模拟器?

[英]How to authenticate Azure storage emulator?

I'm working locally, and when I navigate to 127.0.0.1:10000/devstoreaccount1/ I get this error message: 我在本地工作,当我导航到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>

I'm able to start the storage emulator with no problem, here's the status of my storage emulator; 我可以毫无问题地启动存储模拟器,这是存储模拟器的状态;

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/

After executing the emulator, in the storage explorer, click the option in the screenshot-> Attach to a local emulator->Next->Next->Connect. 执行模拟器后,在存储资源管理器中,单击屏幕快照->附加到本地模拟器->下一步->下一步->连接中的选项。

在此处输入图片说明

在此处输入图片说明

This is your local account. 这是您的本地帐户。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM