Azure Storage

    To get access to your Azure storage files you need to configure a few things:

    • The key of your storage account in Azure

    You can find both in the Storage Accounts section of your Azure portal.

    • A file block size : This needs to be a multiple of 512 bytes.

    Once done you will see an azure entry in the central file:

    1. {
    2. "account" : "storage-account-name",
    3. "blockIncrement" : "1024"
    4. }

    To test if the configuration works you can simply upload a small CSV file in an Azure Storage folder and then use File/Open in Hop GUI. Then you type in as a file location and hit enter (or click the refresh button). Browse to the CSV file you uploaded and open it. If all is configured correctly you should be able to see the content in the Hop GUI.