Skip Navigation
IN PREVIEW

Azure Database for PostgreSQL – Flexible Server: Azure Pipelines in public preview

Published date: 22 September, 2021

Azure Pipelines allow you to automate your builds and deployments, so you spend less time with the details and more time being creative. With support for Azure Database for PostgreSQL - Flexible Server you can deploy your database updates using Azure CLI tasks.
 

Azure CLI uses the az postgres flexible-server execute command to update the database either with a SQL file or an inline SQL script against the database. This task can be run on cross-platform agents running on Linux, macOS, or Windows operating systems. Always follow best practices for release pipelines when deploying to multiple services.

Learn more.

  • Azure Database for PostgreSQL
  • Features
  • Open Source