Solution to access files residing in Azure Blob Storage using Alteryx Designer
Requirements
1. Create a Blob Storage Account in Azure
2. Follow instructions in the link below to create a container:
https://docs.microsoft.com/en-us/azure/storage/common/storage-create-storage-account
3. Create a shared access signature:
https://docs.microsoft.com/en-us/azure/storage/common/storage-dotnet-shared-access-signature-part-1
Pre-requisites to creating workflows in Alteryx
- Copy the shared access signature
- The Download Tool in Alteryx does not work with encoded URL. Use the signature value from a decoded URL. Any web browser developer tool can be used for decoding
Workflow to upload a file to Azure Blob Storage using the Alteryx Designer
In the attached workflow, UploadFileToBlobStorage, the Blob Account Storage name is durgastorage and the container name is sa2. A file by name oneGigFile.csv is uploaded to the container sa2. The file is saved as azureoneGig.csv
Workflow to download a file from Azure Blob Storage using the Alteryx Designer
In the attached workflow, DownloadFileFromBlobStorage a file named myfile.txt, residing in the container named sa2, is downloaded