私はこのチュートリアルに従って、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