【发布时间】:2018-07-10 14:59:02
【问题描述】:
我点击了以下链接: Azure Emulator Port conflict, app tries to connect to wrong port
但仍然出现此错误:
System.InvalidOperationException was unhandled
HResult=-2146233079
Message=The account credentials for 'devstoreaccount1' are incorrect.
Source=Microsoft.Azure.WebJobs.Host
我的连接字符串是:"UseDevelopmentStorage=true;DevelopmentStorageProxyUri=http://127.0.0.1;"
使用 azure sdk beta 2.0.0 pre version
【问题讨论】:
-
您是否怀疑存在与您链接的问题类似的端口冲突?您的连接字符串正在使用默认端口,因此如果您更改了它们,您也需要更改您的连接字符串。
-
是的。我也通过更改连接字符串进行了检查。但仍然出现同样的错误。
-
你能运行“AzureStorageEmulator.exe status”并显示你的新连接字符串吗?另一个调试步骤是检查 fiddler 中的流量以查看模拟器是否正在接收请求。
标签: azure azure-webjobs azure-storage-emulator