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)
    Deploying DSPM Scanners (Sidecars)
    Advanced Deployment (Distributed Scanners)
    Deploy DSPM Sidecars on Azure via Container Instances

    Deploy DSPM Sidecars on Azure via Container Instances

    Overview

    The Netskope DSPM application (also known as Netskope One DSPM) requires seamless connectivity to scan your data stores. However, as per common security practices, businesses tend to deny proper firewall egress between their internal networks & external applications. Such limitations impact the operational use of Netskope DSPM and reduce the full return value of your subscription.

    To overcome this, Netskope DSPM provides a flexible collection architecture consisting of one or many sidecars you deploy alongside your data stores. These sidecars collect necessary metadata and transfer it to the Netskope DSPM application. Within this central management console, you can take action on insights from across all data stores regardless of where they are hosted.

    Prerequisites

    Before deploying sidecars, you must have a DLP appliance available in the same network. For prerequisites and deployment instructions, see DSPM Sidecar Administration Overview and Deploy the DLP Appliance for DSPM

    DLP Appliance Connectivity: Sidecars require connectivity to a local DLP appliance to perform classification activities using your DLP Profiles and Rules. Before deploying the sidecar, ensure the following:

    • A DLP appliance has been deployed and is accessible within the same network where the sidecar will be installed (or in directly connected networks, to avoid additional peering or complex routing).
    • The sidecar and DLP appliance must be able to communicate via HTTPS (port 443).
    • You have generated or obtained the required REST API v1 Key and License Key.

    Architecture

    Netskope DSPM uses a flexible architecture where you deploy one or more sidecars alongside your main application. These sidecars connect directly to your data stores to collect samples, which a local DLP appliance then scans. Afterward, the sidecars upload the classification results back to the Netskope DSPM application.

    DLP appliance integration is not currently supported for OCI-based sidecar deployments.

    A single sidecar can efficiently scan multiple data stores within its installed environment. Although you typically deploy one sidecar per isolated network (such as a VPC or VNet), you can install multiple sidecars to achieve higher scalability and redundancy. In these highly available setups, the Netskope DSPM application automatically load-balances scan operations across all healthy sidecars within a given pool.

    The following diagram illustrates the relationship between Netskope DSPM resources and your environment:

    For more information on Azure Container Instances, please visit the Microsoft Azure knowledge base. 

    Configure Outbound Egress

    You can skip this step if the environment where you plan to install the sidecar already has unrestricted public outbound internet access.

    Since Netskope hosts and manages the Netskope DSPM application, you must update your firewall or security group settings to allow outbound egress. Configure your allowlist on port 443 using the following group.

    • Required for Core Connectivity: Add these addresses to ensure the sidecar can communicate with the DSPM platform. Substitute [TENANT] with your actual tenant name:

      Address
      [TENANT].goskope.com
      sidecar-[tenant].goskope.com
      netskope-dspm-release.s3.us-west-2.amazonaws.com
      995750983908.dkr.ecr.us-west-2.amazonaws.com

    Configure Sidecar Pool

    To set up the relationship between your sidecars and Netskope DSPM-hosted tenant, you will provide the sidecars with unique authentication tokens generated within our Sidecar Administration UI.

    If you already have an existing sidecar pool token to use, you can skip this section. Otherwise, follow these instructions to acquire a new token.
    1. Log in to the Netskope DSPM application.

    2. Go to the Administration > Sidecar menu.

    3. Click Add Sidecar Pool.

    4. On the Details tab, complete the following field:

      FieldValue
      NameAny friendly value to describe the sidecar pool.
    5. Click Save.

    6. Click Copy at the bottom of the Sidecar Authentication Token modal to save the generated token to your clipboard.

    7. Click the X button to exit the modal.

    Since you haven’t yet associated this token with a sidecar, the sidecar pool will appear only when you click the Show Inactive Sidecars icon in the upper right, with empty Version, Status, and DLP Status columns for now.

    The above-generated token will be used for each individual sidecar within the sidecar pool.

    Setting up the Azure Configuration

    1. Copy the following URL in your browser window to download the requisite Azure Resource Manager (ARM) template:

      https://netskope-dspm-release.s3.us-west-2.amazonaws.com/NetskopeDSPM-SidecarOnACI-ARM-dlp.json
    2. For the account where you will configure the custom template, log in to the Azure console.

    3. Using the search box, and go to Deploy a Custom Template.

    4. Click on Build your own template in the editor.

    5. Click Load file, then select Netskope DSPM’s custom sidecar template JSON file.

    6. The template JSON file’s content will now be displayed. Click Save at the bottom of the page.

    7. Under Project details, enter the following values:

      FieldValue
      SubscriptionPre-populated
      Resource GroupAny value
    8. Under Instance details, enter the following values:

      FieldValue
      NetskopeDSPMHostNameYour tenant URL minus the protocol.

      For example, if your tenant is accessed using https://example.goskope.com, your value will be example.goskope.com.
      sidecarPoolTokenAn existing sidecar token, or a new one generated in the Register Sidecar Pool section above.
      vnetNameView your Azure virtual networks within the selected resource group. The Vnet name appears on the left column titled Name. For example, example-virtual-network in the example below.
      subnetNameUsually default. If there are multiple virtual networks/subnets, make sure you are inputting relevant names. Subnet Delegation field must be enabled with a delegation to container groups, as pictured below.
      Screenshot of Azure console showing virtual networks subnet settings for a DSPM sidecar running as an Azure Container Instance
    9. Click Review + create.

    10. You’ll see a validation screen with the information you entered above.

    11. Click Create.

    12. You’ll see your deployment in progress. This may take several minutes to complete.

    13. Once complete, you can expand the Deployment details section, then click the Resource name to see details of the sidecar container instances. 

    14. In the left-hand menu, go to Settings > Containers to view details about the container group:

      • One container for the Netskope DSPM sidecar.

      • One container for the classification engine.

    15. Click the Logs tab to view more detail on how sidecars are authenticating, running, and scanning your data stores.

    Validate Sidecar Connection

    When deploying sidecar, you’ll need to ensure that the sidecar has the ability to reach your tenant. Take the following steps to verify the connectivity from the sidecar.

    1. Log in to the Netskope DSPM application.
    2. Go to Administration > Sidecar.
    3. For the sidecar(s) in question, validate that:
      • The Version column is populated.
      • The Status indicator is green. 
      • The DLP Status column shows a healthy connection to your DLP appliance.

    It may take a few minutes for newly-running sidecars to communicate with the Netskope DSPM application.

    If these values do not update, re-check your configuration (sidecar pool token, tenant hostname, network access, and DLP connectivity) and redeploy if needed. For additional troubleshooting guidance, see Troubleshooting DSPM with DLP.

    Configure for an SSL Proxy Environment (Optional)

    If your organization routes outbound traffic through an SSL proxy, you must perform the following steps to allow your sidecar to communicate with the Netskope DSPM platform.

    1. Use an SSH client to connect to the sidecar’s IP address

    2. In the Helm chart folder, open the values.yaml file.

    3. Add an entry at the bottom of the file for the httpsProxy value eg.

      httpsProxy: https://192.168.1.17
    4. Redeploy the Helm chart

    When deployment is complete, your sidecar should immediately begin communicating via the designated proxy.

    Next Steps: Link Sidecar to DLP Appliance

    After deployment, you must link your newly deployed sidecar to a DLP appliance to enable data classification.

    For detailed instructions, see Link a DLP Appliance to a Sidecar Pool.

    In this Topic
    • Deploy DSPM Sidecars on Azure via Container Instances