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
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
Hi @jane_12 ,
Have you configured a destination for Azure? If not, you may need to follow the instructions to do that first.
Best,
Isha
조회 수
답글
좋아요 수
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.
Schedule the Data Warehouse report to deliver via SFTP (Adobe supports this).
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.
Reports will be pushed directly into your Azure Blob container via SFTP.
Or
Use the Adobe Analytics 2.0 API (Reports API / Data Warehouse API) to pull the dataset on a schedule.
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.
Schedule via Azure Function, Logic App, or ADF pipeline.
Thanks.
Pradnya
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수