I have an Azure site configured to deploy from Visual Studio Online (hosted by TFS). I am evaluating the transition from the First Model database to Code First from an existing database model.
Currently, when I register code for Visual Studio Online, it is deployed to the Azure website. How to configure this process to run EF Migrations on a remote (live or test) Azure SQL database when entering a registration code in Visual Studio Online.
source share