Export Data to Azure Blob StoragePrivate preview
Automate recurring data exports from Stripe to your Azure Blob Storage container.
Private preview
Our Azure Blob Storage destination is currently in private preview and doesn’t include a UI. Before beginning integration steps, please reach out to data-pipeline-beta@stripe.com to confirm access.
Azure Blob Storage Destination
The Azure Blob Storage destination delivers copies of all your Stripe data as Parquet files into your Azure Blob Storage bucket. It contains a directory of files for each table, delivered, and updated every 6 hours.
Prerequisites
Before starting the integration, make sure you have access to:
- Create a new Azure Storage account.
- Create a new Azure Storage container.
- Access the Stripe Dashboard as an admin.
Create a new Azure Storage account
- On the Storage accounts page, click + Create.
- Choose a Subscription and Resource group.
- Enter a Storage account name that’s unique across all storage accounts in Azure.
Note
Example: stripe-unique-name or stripe-asd5dwju8awkwe. Naming allows only lowercase letters and numbers.
- Choose a Region.
Caution
We don’t support data regions in India at this time. Let us know if you have questions about support for your desired region.
- Choose a Performance level and Redundancy option.
- Click Review + create.
- Review your settings and click Create.
- After creating the account, click Go to resource. Resource creation can take a moment.
Create a new Azure Storage container
- Click Data storage > Containers.
- Click + Container.
- Choose a name for your container (for example, “stripe-data.”)
- Make sure to disable anonymous access level (no anonymous access).
- Click Create.
Select Data storage Access Key
- From within your Storage account, click Overview.
- Stripe needs the Storage account name, Resource group, Subscription ID.
- Stripe needs the Container name created from Data storage > Containers.
- Stripe needs an Access Key located on Security + networking > Access keys.
- Make sure the Storage account name is correct for the account you intend to provide Stripe access to.
- Click Show on either key1 or key2, and use the copy to clipboard icon next to the key. Either key works, though rotating a key without updating Stripe’s copy can break your integration.
Establishing Your Azure Blob Storage Connection
- This beta requires approval for access, if you haven’t done so yet, fill out the beta form at the bottom of this page.
- After you complete all of the steps above, you need to share your account details with the Data Pipeline team so we can manually onboard you to the beta.
- Reach out to data-pipeline@stripe.com to receive instructions for securely sharing your account details.