We’re excited to announce support for pushing user data directly to Azure Blob Storage, alongside our existing AWS S3 and GCP GCS integrations. This feature allows IPinfo users to automatically receive their data downloads in an Azure Storage Container they control.
Overview
The Data Push system enables scheduled delivery of data artifacts to customer-owned cloud storage. With this release, we now support Azure Blob Storage using either storage account access keys or Shared Access Signature (SAS) tokens for authentication.
Setup Options
Customers can choose one of the following:
- Push to a bucket/container owned by IPinfo: Customers download from a shared location.
- Push to a customer-owned Azure container: IPinfo uploads data directly into the customer’s Azure Blob Storage.
If choosing a customer-owned container, we support authentication via:
- Storage account access keys (not recommended for scoped access)
- Shared Access Signature (SAS) tokens (recommended for limited, container-specific access)
Required Configuration
To enable a data push to Azure, customers should provide:
- Container URL: The full URL to the destination Azure Blob container.
- Authentication credentials: Either an access key or a SAS token.
- Desired file formats: Specify which extensions you’d like (e.g.
.csv.gz
,.json
,.mmdb
,.parquet
). - Delivery frequency: Daily, weekly, bi-weekly, or monthly.
Notes
- Date-based subdirectories and custom filenames are supported.
- Azure joins GCS and S3 as a supported delivery target.
- Credentials are stored securely and referenced via configuration, abstracting them from the actual delivery logic.
Get Started
To begin receiving your IPinfo data in Azure Blob Storage, please contact our support team or account manager with your container details and preferred authentication method. We’ll work with you to configure your data push schedule.