I am building a .NET web application with SQL project. The aim is to continuously deploy to Azure.
I understand that for web application itself, it can be continuously deployed to Azure from Github, but what about the SQL database? I would like to use the Azure SQL database and get my web application talk to it.
For the Azure SQL database, I am struggling to find ways to continuously deployed with TFS. Any suggestiongs?