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.
表示
返信
いいね!の合計