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
- Ensure your Azure Storage Account is active and accessible from the internet.
- Create or identify a Blob Container where Adjust should upload files.
- Generate a SAS token scoped to the container with Write permissions.
- 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.
In your Adjust dashboard, go to Connections under DataWorks.
Click + New connection.
Select Microsoft Azure Blob Storage as the provider.
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)
- Storage Account Name (e.g.
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.
- During this step, Adjust attempts to create a temporary test file named
Once verified, save the connection. It will now be available for use in export configurations.
Configure raw data export with Azure Blob Storage
- In the Adjust dashboard, go to Raw Data Export > Cloud Storage Uploads.
- Click Add export destination.
- Choose Microsoft Azure Blob Storage as your storage provider.
- Select the Azure credential you created earlier.
- (Optional) Specify a folder path inside your container (e.g.
adjust_exports/
). - 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.