Netskope LogoNetskope Logo
  • Security Services
  • AI Services
  • Networking Services
  • Analytics Services
  • Integrations
  • getting-started.svgGetting Started
    • Support
    • Community
    • Netskope.com
    © 2026 All Rights Reserved. Netskope Inc.
    Home
    Data Security Posture Management (DSPM)
    Connecting Data Stores
    Azure Data Stores
    Connect Azure PostgreSQL to DSPM

    Connect Azure PostgreSQL to DSPM

    Overview

    Netskope DSPM supports scanning Azure PostgreSQL Data Stores. Follow these instructions to setup your Azure PostgreSQL database and configure its connection to Netskope DSPM.

    Prerequisites:

    • You have database administrator access for the data store.
    • The following are locally-installed:
      • Python (version 3 or higher)
      • Psycopg PostgreSQL driver for Python
      • Azure CLI
    • You have validated your setup & Azure environment connectivity using the CLI

    Retrieve Connection Information

    Please follow the steps below to identify the connection values to communicate Netskope DSPM with your Azure PostgreSQL database.

    1. Click this link to log into your Azure Portal, which will navigate you to the resource view of your PostgreSQL servers.
    2. Locate your database server resource and click the hyperlink.
    3. Navigate to the Overview section and take note of the following values:
    Highlight ColorCorresponding Netskope DSPM ValueExample
    BlueData Store Endpoint
    GreenAdmin name
    BlueList of Databases

    Create Netskope DSPM Service Account

    A PostgreSQL service account within the database is required for connecting your data store with the Netskope DSPM application. Netskope DSPM provides a Python script which both creates the service account and assigns the necessary non-super user permissions.

    Run Script

    1. Open the command line interface (CLI).
    2. Type the following command download the automation script locally in your system 
     wget https://dasera-release.s3.us-west-2.amazonaws.com/postgres_setup.py
    1. If necessary, navigate to the directory where the script was downloaded.
    2. Setup your Azure account subscription from CLI by running the following commands
      1. az login
      2. az account list
    1. Run the script by typing python postgres_setup.py
    2. When prompted, enter the following parameters:
    ParameterValue
    EndpointEnter the corresponding value from the Retrieve Connection Information step above.
    DatabaseEnter the corresponding database name as listed under Available resources from the Retrieve Connection Information step above.
    PortEnter the corresponding value from the Retrieve Connection Information step above.

    Note:
    5432 is default PostgreSQL port number. If you are using a custom port number, be sure to substitute it here.
    UsernameUsername of the database administrator running this script. Enter the corresponding value from the Retrieve Connection Information step above.
    PasswordPassword of the database administrator running this script
    Username to create for Netskope DSPM userProvide the Database name for which you want to create the Netskope DSPM DB user. dasera_user is recommended, but you can use any value.
    PasswordPassword for the Netskope DSPM DB user

    When the script is complete, the following message (or similar) will be displayed: 

    Created user dasera_sa with global select access
    Since the DB admin privileges might differ in each of the databases, you would need to run the above steps, for each of the databases separately that you wish to connect with Netskope DSPM application.

    Connect Your Data Store

    Before attempting to connect an Azure Data Store, be sure you have configured a Netskope DSPM-specific Azure Service Account as described above and onboarded the Azure Infrastructure for this Data Store. 

    Step 1: Provide Credentials

    Follow these steps to configure the connection:

    1. Go to Data Stores > Data Store Inventory.

    2. Click CONNECT A DATA STORE in the upper right.

      Tip: Alternatively, if the data store was already found by auto-discovery, go to the Discovered tab and click Connect in the Actions column.

    3. In the Connect a Data Store window, click the data store icon you wish to connect.

    4. In the Provide Credentials section, complete the following fields:

    FieldValue
    Select Azure AccountSelect one of the Azure Accounts defined within the Infrastructure Section screen. The field will default if there is just one AWS Account configured.
    Data Store IdentifierProvide a friendly name to describe this Data Store. Your value is displayed in other Netskope DSPM screens such as Policy Management and Classification Management.
    Data Store EndpointEnter the corresponding value from the Retrieve Connection Information step above, plus the port number and database name. For example, for a Public IP address like 1.2.3.4 and database named “example_db”, you would enter 1.2.3.4:5439/example_db.

    Note:
    5432 is default PostgreSQL DB port number. If you are using a custom port number, be sure to substitute it here.
    Database UsernameEnter the corresponding value from the Create a Netskope DSPM Service Account step above.
    Authentication MethodSelect “Password”.
    PasswordEnter the corresponding value from the Create a Netskope DSPM Service Account step above.
    Side carProvide reference of a sidecar instance connected to Database (optional)

    Note: Refer to the article Installing Netskope DSPM sidecar via Azure containers for more details 
    Scan FrequencyControls how often your Data Store is reviewed for changes, Netskope DSPM’s recommended frequency is defaulted, which you can override if (desired).
    Sidecar PoolIf you will use sidecars to monitor this data store, select a sidecar pool with network visibility to said data store. This field is displayed when there is at least one defined sidecar pool.

    To learn more, please visit our Sidecar Administration article.

    Step 2: Scanning Infrastructure

    1. Click Next.
    2. When the Select Capabilities tab appears, complete the following fields:
      • Assign a Data Owner (Optional): Select one or more users responsible for this data store.
      • Which databases should Netskope DSPM scan?: Select the specific data stores and schemas to monitor, if applicable.
      • Features: Select the features you want to enable.
    CapabilitySupported for PostgreSQL
    DiscoveryYes (always-on)
    Privilege AnalysisYes (database user & role retrieval only)
    Shadow Data AnalysisNo
    ClassificationYes
    Data In Use MonitoringNo (custom query logs only)
    AutomationYes (always-on)

    Step 3: Review and Save

    1. Click Save.
      • When the Review tab appears, the system validates your configuration. If there are any issues, follow the on-screen instructions to fix them.
    2. Click Save to finalize the connection.
    In this Topic
    • Connect Azure PostgreSQL to DSPM