Role can't connect to storage. The requested URI does not represent any resource on the server.

Answered 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.

  • 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..


  • 2012年7月22日 21:19
     
     
    Dimi3j, what was the problem? I'm getting the same error here, on an application that, as far as I know, used to work well.