Mark
Mark

Reputation: 14930

cannot deploy to Azure storage

Im trying to deploy an app into Azure, its basically a completely fresh vanilla cloud app with an ASP.NET webrole created in VS2010.

When I try to create a new hosted service and I choose the files created by the publish step, all I ever get is

"Uploading the selected package has failed, please verify your network connection and try again"

"The upload was unsuccessful"

My network is fine, but I dont know how to get past this issue... the uploaded files are no bigger than 3MB

Upvotes: 0

Views: 454

Answers (1)

Konstantin Tarkus
Konstantin Tarkus

Reputation: 38358

As an alternative, you may want to deploy your Azure projects from inside Visual Studio. It's much easier.. Just right click on your cloud project in Solution Explorer > Publish.

http://msdn.microsoft.com/library/ff683672.aspx

Upvotes: 1

Related Questions