Schedule data ware house report to azure blob storage | Community
Skip to main content
Level 3
August 21, 2025
Question

Schedule data ware house report to azure blob storage

  • August 21, 2025
  • 3 replies
  • 365 views

Hi,

 

I am trying to schedule a data warehouse report to the azure blob storage. How do we schedule it since I do not see it as a option in the 

3 replies

Isha Gupta
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
August 21, 2025

Hi @jane_12 ,

 

Have you configured a destination for Azure? If not, you may need to follow the instructions to do that first.

 

Link - https://experienceleague.adobe.com/en/docs/analytics/export/data-warehouse/dw-create-request/dw-request-report-destinations

 

 

Best,

Isha

 

pradnya_balvir
Community Advisor
Community Advisor
August 22, 2025

Hi @jane_12 ,

 

Adobe Analytics Data Warehouse scheduling UI only supports:

  • Email delivery

  • FTP/SFTP delivery

It does not natively support Azure Blob, AWS S3, or GCS. That’s why you don’t see it listed.

 

Options to schedule Data Warehouse reports to Azure Blob

Use Azure Blob via SFTP → Blob pipeline

  1. Schedule the Data Warehouse report to deliver via SFTP (Adobe supports this).

  2. Set up an Azure Storage SFTP endpoint (Azure Storage now supports native SFTP for Blob containers).

    • Create an Azure Storage account → Enable SFTP → Generate credentials.

    • Use these SFTP credentials in Adobe’s Data Warehouse scheduling.

  3. Reports will be pushed directly into your Azure Blob container via SFTP.

Or

Adobe Analytics API + Automation

  1. Use the Adobe Analytics 2.0 API (Reports API / Data Warehouse API) to pull the dataset on a schedule.

  2. Write an automation script (Python, PowerShell, etc.) that:

    • Calls the Adobe API

    • Saves the file locally (CSV/JSON)

    • Uploads to Azure Blob using Azure SDK / AzCopy.

  3. Schedule via Azure Function, Logic App, or ADF pipeline.

Thanks.

Pradnya

Vinay_Chauhan
Community Advisor
Community Advisor
August 23, 2025

Hi @jane_12 

Adobe Analytics Data Warehouse doesn’t support sending reports directly to Azure Blob. The usual workaround is to either schedule delivery via SFTP into an Azure Blob container (by enabling SFTP on your Azure Storage account) or use the Analytics API with an automated job to fetch and upload the files into Blob.