【发布时间】:2013-06-15 13:16:35
【问题描述】:
我有一个 Azure Web 角色,我按照http://www.windowsazure.com/en-us/develop/nodejs/tutorials/getting-started/ 上逐字列出的步骤创建了该角色。
但是,当我执行 Start-AzureEmulator -L 时,我从未访问过实际站点——我总是收到 chrome 错误“网页不可用”。
计算日志如下所示:
[fabric] Role Instance: deployment17(1798).Widget.Widget.Node.Web.0
[fabric] Role state Busy
[fabric] Role state Destroyed
[fabric] Role state Busy
[fabric] Role state Suspended
有什么想法吗?
【问题讨论】:
标签: node.js azure azure-web-roles azure-compute-emulator