User-1664597257 posted
Hello
When we deploy our applications to Azure we often roll out database changes as well. What is the best way to rolle back database changes in case of failed deployment. Currently we backup our databases in bacpac format, but as far as I have seen those backups
can be restored to a new database, they cannot be used to restore an existing database to the previous state.
Any suggestions will be greatly appreciated.