내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Schedule data ware house report to azure blob storage

Avatar

Level 3

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 답변 개

Avatar

Community Advisor and Adobe Champion

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-requ...

 

 

igupta_0-1755789549759.png

Best,

Isha

 

Avatar

Community Advisor

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

Avatar

Community Advisor

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.