Role can't connect to storage. The requested URI does not represent any resource on the server.
-
2012年5月17日 7:46
Application with local machine work fine with azure queue, but role on azure server receive:
Error: Microsoft.WindowsAzure.StorageClient.StorageClientException. Message: The requested URI does not represent any resource on the server.
すべての返信
-
2012年5月17日 8:22
Is there by any chance you forgot to change the connection string from development storage to cloud? Reason I am saying this is because you mentioned the application works fine on your local machine.
Hope this helps.
- 回答としてマーク Arwind - MSFTModerator 2012年5月23日 8:35
-
2012年5月17日 9:22
I am connecting from local machine to real AzureStorage not DevStorage.
-
2012年5月17日 10:05
Inner exception:
Type: System.Net.WebException. Message: The remote server returned an error: (400) Bad Request.
Stack: at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at Microsoft.WindowsAzure.StorageClient.EventHelper.ProcessWebResponse(WebRequest req, IAsyncResult asyncResult, EventHandler`1 handler, Object sender) -
2012年5月17日 10:52
I have solved the trouble. It was our bug. Sorry..
- 編集済み Dimi3j Aleshkov 2012年5月17日 10:52
-
2012年7月22日 21:19Dimi3j, what was the problem? I'm getting the same error here, on an application that, as far as I know, used to work well.

