When I try to create a production deployment of a cloud service using the Azure portal and attempt to upload a package (a .cspkg file) I get the error message:
BlobStore SAS uri command execution failed. Details: Status Code =0, StatusText = none.
And I get the same message when I attempt to upload a configuration (a .cscfg file).
The .cspkg and .cscfg files were both built by packaging a (tested) project in Visual Studio.
I only have one storage account and it's name is correctly defaulting into the "Upload a Package" wizard in the Azure portal. So I don't think I can specify the storage resource it any other way.
Any idea what I can do or look at ?
thanks