Export Results to Azure Blob Storage
You can set up an export of analytics and list results to Azure Blob Storage from Hybrid, Confidential Computing, and LinkedIn clean rooms.
Note
Partners invited to a clean room must have their export destination connections (grouped under "Destinations") approved by clean room owners. Contact your Customer Success representative to facilitate the approval.
For Azure exports originating from Confidential Computing clean rooms, notify your LiveRamp contact as LiveRamp needs to add your Azure Blob Storage to the firewall allowlist. If you joined the project mid-configuration and are unsure if your clean room is Confidential Computing and needs this step, contact your LiveRamp Clean Room account team.
Configuring exports outside of a clean room (i.e., at the organization level) is still supported, but will be deprecated. Setting up clean room question exports within a clean room is recommended.
Overall Steps
Perform the following overall steps in Microsoft Azure to set up an export of analytics and list results to Azure Blob Storage:
Once the above steps have been performed in Microsoft Azure, perform the overall steps in the sections below in LiveRamp Clean Room.
For information on performing these steps and for export details, see the sections below.
Configure Access for the Service Principal
The AD Service Principal needs to have read, write, and delete access to the target Azure Blob Storage location.
Note
For information on creating Azure AD Service Principals, see Microsoft's Learn site.
To configure access for the Service Principal, perform the following steps in the Microsoft Azure UI:
Create Microsoft Extra ID App.
Generate a secret for the created app.
Add required roles to the Extra ID app:
Navigate to the storage account which will be used for exports and select Access Control (IAM).
Create a Role assignment and add the role "Storage Blob Data Contributor" to it.
During role assignment, in the members section add the Microsoft Extra ID app created earlier.
Use the Tenant ID, Client ID, and Client Secret during the procedure in the "Add the Credentials" section below .
Perform Steps in LiveRamp Clean Room
Once the above steps have been performed in Microsoft Azure, perform the overall steps in the sections below in LiveRamp Clean Room.
Enable the Clean Room for Exports
Before setting up an export, the clean room owner must enable export for the selected source clean room:
From the LiveRamp Clean Room navigation pane, select Clean Rooms → Clean Rooms (or click Go to Clean Rooms from the Clean Rooms tile).
In the row for the clean room you would like to export from, click the More Options menu (the three dots), and then select Edit.
From the Configuration step, click
.From the Parameters step, adjust any data control parameters as needed and then slide the Enable Export toggle to the right.
Click
.Verify that your data control parameters are correct and then click
.
Add the Credentials
To set up an export to a cloud location, you must configure your Azure AD Service Principal credentials for your Organization:
From the LiveRamp Clean Room navigation pane, select Data Management → Credentials.
Click
.Enter a descriptive name for the credential.
For the Credentials Type, select Azure AD Service Principal.
Enter the following information for your AD Service Principal:
Tenant ID
Client ID
Client Secret
Click
.Verify that your credentials have been added to LiveRamp Clean Room:
Add an Export Destination Connection
To add an export destination connection:
From the LiveRamp Clean Room navigation pane, select Destinations & Integrations → Destinations.
Click
.Select Azure Export.
Enter a name and select the Azure AD Service Principal credential created in the "Add the Credentials" section above.
Click
.Confirm that the new destination connection has been added to your list of Azure Export destination connections.
Note
The status of the destination connection will be "Pending" initially, but you can continue to export data. Once the first successful export has been processed the status changes to "Complete".
Set Up a Data Export Within the Clean Room
To set up a data export within the clean room:
From the LiveRamp Clean Room navigation pane, select Clean Rooms → Clean Rooms.
From the tile for the desired clean room, click
.From the Clean Room navigation pane, select Destinations. The Destinations screen shows all destination connections provisioned to the clean room.
Check the check box for the desired destination connection and then click
(AWS S3 example shown).Verify that your destination connection has been added (S3 IAM example shown).
Create a New Export
To create a new export:
From the LiveRamp Clean Room navigation pane, select Clean Rooms → Clean Rooms.
From the tile for the desired clean room, click
.From the Clean Room navigation pane, select Exports.
Click
to open the wizard to create a new export.Select the question that you want to export outputs for and then click
.Note
Unless paused, all run outputs will be exported to the configured export destination connection.
Check the radio button for the specific Azure destination connection you want to send run outputs to.
Enter the following information on where you would like the outputs to be exported to and then click
.Storage Account
Storage Container
Azure Export Path
Note
In the Azure Export Path field, “/” values are appended before and after the value entered into this field. That is, you do not have to add “/” before or after your folder path.
The values shown in the screenshot above result in a final file path structured as "abfss://storage-container@storage-account.dfs.core.windows.net/azure-export-path/*".
Verify that the job has been created. Exports are added to the page. You may view the details of an export by clicking on the name.
Note
Exports can be paused, which will stop them from sending data upon the completion of each run.
Exports cannot be edited or deleted. Changes should be made by pausing the export and creating a new export.
Export Details
When a question runs, the results will be written to the defined bucket. Each row will have an associated "Run ID" column. There will be a second metadata table created. Users can join on Run ID to get run metadata (Run Name, Runtime Parameters, etc.).
Azure Export File Structure
abfss://<container>@<account>.dfs.core.windows.net/<export-path>/
/date=<yyyy-mm-dd>
/cleanroom=<clean-room-id>
/question=<clean-room-question-id>
/run=<run-id>
/data ← For analytical questions, this contains 1 .csv file. For user list questions, this contains 1+ .parquet files with list data.
Note
List files do not contain column headers
metadata.json ← This contains each column header name, data type, and whether it is encrypted. If encryption is used, the dek and kek are also provided.