【发布时间】:2012-11-12 10:29:59
【问题描述】:
我正在运行一个 Azure 存储程序。
https://www.windowsazure.com/en-us/develop/nodejs/tutorials/web-site-with-storage/
当我运行应用程序时出现错误:
throw err;
^
错误:getaddrinfo ENOENT 在 errnoException (dns.js:31:11) 在 Object.onanswer [as oncomplete] (dns.js:140:16)
我已编辑程序以使用具有凭据的模拟器: , accountName = 'azure.ServiceClient.DEVSTORE_STORAGE_ACCOUNT' , accountKey = 'azure.ServiceClient.DEVSTORE_STORAGE_ACCESS_KEY';
/**
你能告诉我是什么问题以及如何解决这个问题
@smarx 帮助我确定这是帐户设置的问题。
请告诉我如何解决这个问题
【问题讨论】:
-
在 Azure 中运行它会发生什么?
标签: azure azure-storage azure-table-storage