Database deployment using Azure DevOps when the database is on a private virtual network

MrFlinstone 481 Reputation points
2023-02-06T11:33:35.9066667+00:00

I have got a SQL server database in azure on a private network; I would like to set up a database deployment function. As the database is no longer on a public endpoint. How can I deploy SQL changes onto the SQL server database without building a self-hosted agent ?

Thanks in advance.

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Bas Pruijn 951 Reputation points
    2023-02-07T08:43:20.0166667+00:00

    As far as I know there are 3 possible solutions:

    The last one is the only solution that does not (temporarily) open you database firewall to the outside world.

    0 comments No comments