I'm looking at the various ways I can manage an SQL Azure database. By manage in this instance I mean creating the database and updating the database schema using a Microsoft Team Services release jobs. Ideally I would use data-migrations with Entity Framework to achieve this, but in the current project we are not using Entity Framework and it is a bit late to introduce it now.
From what I can see there are options using VS Database Projects and also DACPAC. Unfortunately these both seem quite old and I'm struggling to find any comprehensive info on them with respect to SQL Azure.
Can anyone tell me if there are any other reasonable options with respect to managing an SQL database schema in Azure, when using VSTS to deploy schema updates?