Hello,
I followed the socket.io chat example and it was working fine local but when i tried to publish it.
I got this error:
PS C:\node\chatapp\WorkerRole1> Publish-AzureServiceProject -ServiceName nawattchat -Location "East Asia" -Laun
VERBOSE: Publishing nawattchat to Windows Azure. This may take several minutes...
VERBOSE: 1:20:46 PM - Preparing runtime deployment for service 'nawattchat'
VERBOSE: 1:20:47 PM - Verifying storage account 'nawattchat'...
VERBOSE: 1:20:49 PM - Preparing deployment for nawattchat with Subscription ID: 28ef584c-2fe0-4699-876f-f0e8173
VERBOSE: 1:21:13 PM - Connecting...
VERBOSE: 1:21:15 PM - Uploading Package to storage service nawattchat...
Publish-AzureServiceProject : The remote server returned an error: (500) Internal Server Error.
At line:1 char:1
+ Publish-AzureServiceProject -ServiceName nawattchat -Location "East Asia" -Launc ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Publish-AzureServiceProject], StorageException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Management.CloudService.PublishAzureServiceProjectCommand
Can some one guide me what to do?!
Best,