DevOps for Azure Database for PostgreSQL

MS Techie 2,686 Reputation points
2020-09-25T17:12:24.963+00:00

Is there any Azure DevOps option to configure CI CD for Azure Postgres Database PaaS option ?

Please help

Azure Database for PostgreSQL
{count} votes

2 answers

Sort by: Most helpful
  1. Mike Ubezzi 2,776 Reputation points
    2020-09-28T16:56:11.937+00:00

    @MS Techie - Looks like there is only native support for PostgreSQL Server images through Azure DevOps Pipelines where PostgreSQL is being used with a service containers (Multiple Jobs) solution through a yaml configuration.

    Please provide product feature request feedback and I will also provide internal feedback for this integration with DevOps. If there are specific workflows or runtime support, please detail these.


  2. MS Techie 2,686 Reputation points
    2020-09-29T12:22:34.703+00:00

    Thank you for the reply @Mike-Ubezzi-MSFT

    In Azure , for PostgresSQL , we have the following option

    1) PaaS option of Azure Database for PostgreSQL
    2) IaaS option of Postgres being installed on Azure Linux VMs (Ubuntu , Centos)
    3) IaaS option of Postgres with Docker container.

    I think the option you are suggesting of using service container , is mainly for the 3 option . Am i correct ?