I'm just starting a Windows Azure trial, and my first deployment has been pretty rocky. I'm using VS2010 Ultimate to deploy (after downloading the Azure/SP1 pack for it).
I started by setting up a website through Azure web management. I assumed I'd be able to publish my MVC site to it using "Publish to Windows Azure" in VS2010, however the wizard wouldn't accept the publishsettings file for my website. I did eventually find an obscure way to get a publishsettings file for the whole subscription, but when I deployed using these settings it created a new website under Storage.
So I have 3 questions:
- Is there a way to publish to my Website that I set up earlier?
- How is that that a website can even run under Storage? I thought it was just for large file storage.
- Should I just leave it under Storage and be glad it works at all, or are there horrible downsides to using Storage this way?
TIA,
Dave