I have a MVC 5 project using visual studio 2013.
How can I add/create a database in azure from visual studio so that EF6 code first can just use and create the models?
I've been browsing server explorer but there is nothing there related to azure.
I have a MVC 5 project using visual studio 2013.
How can I add/create a database in azure from visual studio so that EF6 code first can just use and create the models?
I've been browsing server explorer but there is nothing there related to azure.
I think that you need to create the DB in Azure from the Azure control panel. Once it is there, EF can use the connection string for Azure to add tables/data to an existing DB.
Due to the configuration requirements of Azure DB, I haven't found any option but the control panel to do this.