> ## Documentation Index
> Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Azure PostgreSQL source for ELT & CDC

> Configure Azure Database for PostgreSQL as a source in Integrate.io ELT & CDC. Set up logical replication from your Azure PostgreSQL instances.

## Requirement

* Azure Single Node PostgreSQL
* PostgreSQL version 10 and above

## Enable Logical Replication

<Steps>
  <Step>
    Go to your Azure Database for PostgreSQL server page
  </Step>

  <Step>
    Under **Replication**, update the replication support to **LOGICAL** then hit save.

    <Frame>
      <img src="https://mintcdn.com/integrateio/SIDFEDRgXpxG0yrn/images/cdc/sources/image-86.png?fit=max&auto=format&n=SIDFEDRgXpxG0yrn&q=85&s=408a2bb8609ddc727cd325b49aefc7f5" alt="Azure PostgreSQL replication settings with LOGICAL support enabled" width="1638" height="718" data-path="images/cdc/sources/image-86.png" />
    </Frame>
  </Step>
</Steps>
