I do not know how to publish my code first project from Visual Studio 2012 to Azure cloud as the publish method for the cloud is different compared to publishing to Azure Web site. When I try to publish to Azure cloud, my database does not get created and initialized as it does when I publish to Azure web site.
How should I publish to cloud and make sure my database is created and seeded?