StorageException from Powershell publish

StorageException from Powershell publish

I have a Node.js application packaged as a worker role from the Windows Azure powershell tools. In my office workstation the package deploys just fine as a cloud service.

Using the same publishsettings in my home workstation, I encounter the follow exception,

PS E:\projects\client sockets\services> Publish-AzureServiceProject
VERBOSE: Publishing  to Windows Azure. This may take several minutes...
VERBOSE: 02:15:02 - Preparing runtime deployment for service 'socket'
VERBOSE: 02:15:02 - Preparing deployment for socket with Subscription ID:
GUID...
VERBOSE: 02:15:25 - Connecting...
VERBOSE: 02:15:33 - Uploading Package to storage service storageaccount...
Publish-AzureServiceProject : The remote server returned an error: (500) Internal Server Error.
At line:1 char:1
+ Publish-AzureServiceProject
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (:) [Publish-AzureServiceProject], StorageException
    + FullyQualifiedErrorId : Microsoft.WindowsAzure.Management.CloudService.Cmdlet.PublishAzureServiceProjectCommand

What are the steps I should take to further troubleshoot this error?

The melody of logic will always play out the truth. ~ Narumi Ayumu, Spiral

It seems the problem of the storage account. Double check you have the correct account name and password to connect the account. You can first check the storage account is running well by the cmdlets or go to portal directly. I think the error messgae has told you everything which is the problem of storage account. Other steps of deploying to azure by PS,
Or you can publish from VS, if still not working.

Copyright © 2007-2012 www.chuibin.com Chuibin Copyright