我正在按照本教程将 node.js 应用程序从我的机器部署到 Windows azure: https ://www.windowsazure.com/en-us/develop/nodejs/tutorials/getting-started/
我的命令如下:
Publish-AzureServiceProject -ServiceName socketlistener -Location "East US" -Launch
但我收到以下错误
Publishing to Windows Azure. This may take several minutes...
1:32:36 PM - Preparing runtime deployment for service 'socketlistener'
1:32:38 PM - Preparing deployment for socketlistener with Subscription ID: ***...
1:32:40 PM - Verifying storage account 'socketlistener'...
Publish-AzureService : Path for package doesn't exist in D:\dev\node\socketlistener\cloud_package.cspkg.
At line:1 char:21
Publish-AzureService <<<<
CategoryInfo : CloseError: (:) [Publish-AzureService], FileNotFoundException