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

# Azure Blob Storage

## Overview

Stigg's integration with Azure Blob Storage allows you to export your product catalog, customer, and subscription data to an Azure container as structured files — useful for data lake pipelines, custom ETL workflows, or archival.

<Note>
  Stigg's native data export integrations are included in the Scale plan, and are also available as an optional add-on to the Growth plan. See Stigg's pricing for more details.
</Note>

<Card title="View the full entity schema" icon="sitemap" href="./schema">
  See every table and column exported to your destination, organized by entity group.
</Card>

## Setting up the integration

### Prerequisites

Access to the [Azure portal](https://portal.azure.com/) with permission to create a storage account, or an existing storage account you can create a container and SAS token in.

<Steps>
  <Step title="Create a storage account">
    In the Azure portal, create a **Storage account** and fill in the required details on the **Basics** tab.

    On the **Advanced** tab:

    * Make sure **Enable storage account key access** is turned on.
    * Optionally disable public access to containers.
    * Under **Data Lake Storage Gen2**, select **Enable hierarchical namespace**.

    On the **Networking** tab, choose either **Enable public access from all networks** or **Enable public access from selected virtual networks and IP addresses**. If restricting access, allow Stigg's static IP: Cloud Hosted (US) `35.192.85.117/32`, Cloud Hosted (EU) `104.199.49.149/32`. For private-cloud or self-hosted deployments, [contact Stigg support](mailto:support@stigg.io) for the static egress IP.

    On the **Data protection** tab, turn off **Enable soft delete for blobs**, **Enable soft delete for containers**, and **Enable soft delete for file shares**.
  </Step>

  <Step title="Create a container and SAS token">
    Create a dedicated container within the storage account.

    Then, from the storage account, generate a **Shared access signature** with:

    | Setting                | Value                                         |
    | ---------------------- | --------------------------------------------- |
    | Allowed services       | Blob, File                                    |
    | Allowed resource types | Container, Object                             |
    | Allowed permissions    | Read, Write, List, Add, Create                |
    | Expiry                 | An appropriate future date, e.g. 6 months out |

    <Note>
      Delete and Permanently delete are optional — only needed if you want Stigg to automatically clean up the test file written during connection setup.
    </Note>

    Note the generated SAS token — you'll need it in the next step.
  </Step>

  <Step title="Connect Stigg with Azure Blob Storage">
    In [Stigg](https://app.stigg.io/), navigate to **Integrations > Apps > Azure Blob Storage**.

    Enter the following information in the connection form:

    | Field                | Description                                                     |
    | -------------------- | --------------------------------------------------------------- |
    | Storage account name | The name of your Azure storage account                          |
    | Container name       | The name of the Blob Storage container                          |
    | Folder name          | The folder path within the container where data will be written |
    | SAS token            | The shared access signature token generated above               |

    Click **Test & connect**.
  </Step>

  <Step title="Select entities to export">
    After entering your connection details, expand the **Entities to export** section to choose which entity groups to include in the sync. All groups are selected by default.

    See [Exported entities](./overview#exported-entities) for a description of each group.
  </Step>
</Steps>


## Related topics

- [Exported entities](/documentation/importing-and-exporting-data/export/overview.md#exported-entities)
- [Sync process, schedule, manual sync, and sync history](/documentation/importing-and-exporting-data/export/overview.md#sync-process)
