Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.19 KB

File metadata and controls

25 lines (18 loc) · 1.19 KB
layout default
title Azure Blob Storage
nav_order 1
parent Advanced

Azure Blob Storage

We suggest sending the data as CSV with UTF-8 encoding, but we support all standard formats, such as JSON, XML, XLSX etc.

A shared access signature will be handed out on request. To test that the signature works and to familiarize yourself with Azure Blob Storage we suggest that you use the Azure Storage Explorer to access the container.

To upload a file to us for processing, use the following command after installing the AZ Copy utility:

./azcopy cp 20200608.csv "https://<account-will-be-handed-out-on-request>.blob.core.windows.net/container/20200608.csv?<shared-access-signature-will-be-handed-out-on-request>

In order to verify that the file has been delivered correctly, the following command can be run:

./azcopy ls "https://<account-will-be-handed-out-on-request>.blob.core.windows.net/container?<shared-access-signature-will-be-handed-out-on-request>

We suggest sending data every night, but it is up to you as a customer.