Windows Azure could not find the resource UploadStorage in the service package

Answered Windows Azure could not find the resource UploadStorage in the service package

  • Sunday, June 10, 2012 8:07 PM
     
     

    Starting with the new version (1.7) of Azure Tools I got the fatal error "Windows Azure could not find the resource UploadStorage in the service package" during deployment from visualstudio. The project was deploying under the previous version without error.

All Replies

  • Monday, June 11, 2012 3:37 AM
    Moderator
     
     Answered
    Are you using VS 2010 or VS 2012? If you have a previous installation of Windows Azure SDK, try to remove it completely and install the new SDK.

    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework

  • Wednesday, June 13, 2012 6:48 PM
     
     Answered

    Are you redeploying the same package using 1.7 version that you had deployed using the previous version fo Azure tools? The problem, I suspect, is that the hosted service you are deploying to has an existing deployment containing a Local resource called "UploadStorage'. This resource is missing in the new package which you are deploying to the same hosted service. Can you check if this is the case? One thing which you can try is to deploy this new package to a hosted service which does not contain any existing deployment.

  • Wednesday, August 08, 2012 6:22 PM
     
     

    I had the same problem. I created a local storage whose name couldn't be used as an Azure blob container. So I renamed the local storage and started getting the error.

    I had to delete the deployment and then republish.