How to deploy SQL Database in Bitbucket pipeline to Azure

Nat 1 Reputation point
2020-06-09T23:28:54.087+00:00

Asking for an opinion or direction on the current problem.

We are using bitbucket pipeline to deploy ci/cd web applications to Azure. Now what is remaining - the database, also being hosted on Azure.

From my research - everything on SQL Database Projects deployments usually utilizes Azure DevOps pipelines (connects to github repo, allows plural environments, has a built-in SqlAgent allows deploy SQL db to the target server via dacpac file. It allows CI with every check-in, every time you push changes. Nice!

But what if can not (for some reason) use Azure DevOps and have to utilize Bitbucket pipelines instead. is that possible? how? via scripting? a tool? to call in the command line? Any help - highly appreciated.

Azure SQL Database
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,148 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nara Guimarães 1 Reputation point
    2020-08-12T11:53:50.193+00:00
    0 comments No comments