Export raw data to Microsoft Azure Blob Storage

You can automatically export your raw user data to your own Microsoft Azure Blob Storage container with Adjust's cloud storage uploads.

To set up an Azure Blob Storage destination for your raw data exports, you need:

  • A Storage Account in Microsoft Azure,
  • A Blob Container where Adjust can upload files,
  • A valid SAS (Shared Access Signature) token with write (cw) permissions.

Prepare your Azure Blob Storage

  1. Ensure your Azure Storage Account is active and accessible from the internet.
  2. Create or identify a Blob Container where Adjust should upload files.
    • Generate a SAS token scoped to the container with Write permissions.
  3. Copy the following details from Azure:
    • Storage Account Name
    • Container Name
    • SAS Token

Add Azure Blob Storage credentials

Before configuring the export, you need to add your Azure credentials to your Adjust Connections.

  1. In your Adjust dashboard, go to Connections under DataWorks.

  2. Click + New connection.

  3. Select Microsoft Azure Blob Storage as the provider.

  4. Enter the required details:

    • Storage Account Name (e.g. myadjuststorage)
    • Container Name (e.g. adjust-exports)
    • SAS Token (paste the full SAS token query string, including all parameters)
  5. Click Connect. Adjust will test your credentials before saving.

    • During this step, Adjust attempts to create a temporary test file named /.write_test_tmp in your container to verify write permissions.
  6. Once verified, save the connection. It will now be available for use in export configurations.

Configure raw data export with Azure Blob Storage

  1. In the Adjust dashboard, go to Raw Data Export > Cloud Storage Uploads.
  2. Click Add export destination.
  3. Choose Microsoft Azure Blob Storage as your storage provider.
  4. Select the Azure credential you created earlier.
  5. (Optional) Specify a folder path inside your container (e.g. adjust_exports/).
  6. Save the configuration.

Verify delivery

  • Adjust will automatically upload your raw data CSV files to your Azure Blob Storage container according to your export schedule.
  • Check your container in Azure to confirm that files are being delivered.