我正在运行一个 azure 存储程序。
https://www.windowsazure.com/en-us/develop/nodejs/tutorials/web-site-with-storage/
当我运行应用程序时,我收到一个错误:
throw err;
^
错误:getaddrinfo ENOENT at errnoException (dns.js:31:11) at Object.onanswer [as oncomplete] (dns.js:140:16)
我已经编辑了程序以使用具有以下凭据的模拟器: accountName = 'azure.ServiceClient.DEVSTORE_STORAGE_ACCOUNT' , accountKey = 'azure.ServiceClient.DEVSTORE_STORAGE_ACCESS_KEY';
/**
你能告诉我问题是什么以及如何解决这个问题吗
@smarx 帮助我确定这是帐户设置的问题。
你能告诉我如何解决这个问题吗