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 Synapse Analytics to DSPM

    Connect Azure Synapse Analytics to DSPM

    Overview

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

    Create Netskope DSPM Service Principal

    Begin by configuring a Azure Synapse Analytics service principal app registration which will be dedicated to Netskope DSPM’s use.  We then need to grant the app registration IAM access to relevant resources: Synapse Analytics and any file/data storage which Synapse is expected to read from.

    The following steps may require the assistance of your local database administrator.

    Register Netskope DSPM App Service Principal

    1. Login to your Azure portal and search for App registration
    2. Click on New Registrations and complete the registration by providing app Name. It is recommended to include “Netskope DSPM” in the name, to make it easier to identify, then click Register.


    3. Go to Overview of the created app and capture Application ID and Tenant ID (Directory ID).


    4. From Netskope DSPM App overview, navigate to Certificates & secrets and click on New client secret.
    5. Enter Description and validity of secret, then click Add.


    6. Copy and capture the secret value as Application Secret. The secret is never shown again after this step


    7. Additionally, the app registration will need to allow MSAL redirects. Go to Authentication, click on Add a platform and select Mobile and desktop applications

    8. Select the third checkbox that says msal0ffa92ad-4796-4932-bcdb-95f9dd83f641://auth (MSALonly) and Click Configure.

    Grant Application Access

    This step will slightly differ based on Azure storage service being used. Below steps illustrated for the default Azure Data Lake Storage Gen2 storage

    1. Navigate to Open Synapse Studio, Manage section and click Add
    2. Add role as Synapse Administrator and search for above created App registration and click Apply


    3. Search and navigate to Storage accounts and click on the displayed storage account to be granted access


    4. Navigate to Access Control (IAM) and Add role assignment


    5. Search for role Storage Blob Data Reader, select and move to next tab Members


    6. Select Members and search for above created App registration and click Select


    7. Review + assign and this app should be visible in role assignment

    This storage account access steps 3 to 7 will have to be repeated for other storage accounts

    Create SQL User

    An administrator will need to run the following commands on the Synapse workspace:

    For Serverless: 

    1. On each non-master database, run:
    CREATE USER [Netskope One DSPM_application] FROM EXTERNAL PROVIDER; 
    ALTER ROLE db_datareader ADD MEMBER [Netskope One DSPM_application];

    For Dedicated: 

    1. On each non-master database, run:
    CREATE USER [Netskope One DSPM_application] FROM EXTERNAL PROVIDER; 
    EXEC sp_addrolemember 'db_datareader', [Netskope One DSPM_application];
    1. Additionally, on the master database, run:
    CREATE LOGIN Netskope One DSPM_application WITH PASSWORD = '<secure password here>'; CREATE USER Netskope One DSPM_application FROM LOGIN Netskope One DSPM_application;

    Retrieve Connection Information

    In addition to configuring a service account, Netskope DSPM will also require additional information in order to communicate with your Azure Synapse Analytics database. Please follow the steps below to identify the connection values for later use within Netskope DSPM.

    Highlight ColorCorresponding Netskope DSPM ValueExample
    GreyData Store Endpoint
    RedSQL Pool Type

    Connect Your 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
    Azure Account NameSelect one of the Azure Accounts defined within the Infrastructure Section screen. The field will default if there is just one Azure account configured.
    Data Store IdentifierFriendly 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 prior section above.
    SQL Pool TypeEnter the corresponding value from the prior section above.
    Principal IDApplication ID captured from Create Netskope DSPM Service Principal section point 3. 
    Principal SecretApplication Secret captured from Create Netskope DSPM Service Principal section point 6. 
    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 Azure Synapse Analytics
    DiscoveryYes (always-on)
    Privilege AnalysisYes
    Shadow Data AnalysisNo
    ClassificationYes
    Data In Use MonitoringYes (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 Synapse Analytics to DSPM