I was trying to get going with Windows Azure, just some simple thing as deploying a simple WCF Service. I am using Visual Studio 2010 Beta and the Azure tools and SDK’s.
When I deployed my simple package I always get the following message “FabricInternalServerError..” but when I use a sample project it just works fine.
After comparing everything I found only one thing different and that is the name of the Web Role project, the samples have the web roles named without spaces and of course I had a space in the name as you can see in the image on the left.
After just changing the “Web Services” role name to “WebServices”, executing the Publish option from the context menu, uploading the package into Windows Azure…… and success, see the lower-right image.
The same goes for Worker Role projects, make sure you do not add spaces in the name or your deployment will fail.
The file name of the package may contain spaces. 