简体   繁体   English

无法连接Azure存储模拟器

[英]not able to connect azure storage emulator

I followed below link: Azure Emulator Port conflict, app tries to connect to wrong port 我点击了以下链接: Azure模拟器端口冲突,应用程序尝试连接到错误的端口

But still getting this error: 但是仍然出现此错误:

System.InvalidOperationException was unhandled
HResult=-2146233079
Message=The account credentials for 'devstoreaccount1' are incorrect.
Source=Microsoft.Azure.WebJobs.Host

my connection string is: "UseDevelopmentStorage=true;DevelopmentStorageProxyUri=http://127.0.0.1;" 我的连接字符串是: "UseDevelopmentStorage=true;DevelopmentStorageProxyUri=http://127.0.0.1;"

using azure sdk beta 2.0.0 pre version 使用azure sdk beta 2.0.0之前的版本

Please use the latest Azure SDK . 请使用最新的Azure SDK
Verify whether you followed the steps correctly during the installation of local storage emulator 验证在本地存储模拟器的安装过程中是否正确遵循了这些步骤

For you to make sure this works. 为您确保这有效。

You could see the (Development) under "Storage Accounts" in the Storage Explorer resources tree after you've installed and started the storage emulator. 安装并启动存储模拟器后,可以在Storage Explorer资源树中的“存储帐户”下看到(开发)

It would be like 就像

在此处输入图片说明

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

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