简体   繁体   中英

not able to connect azure storage emulator

I followed below link: Azure Emulator Port conflict, app tries to connect to wrong port

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;"

using azure sdk beta 2.0.0 pre version

Please use the latest 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.

It would be like

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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