Azure Blob Storage Processor
The Azure Blob Storage Processor performs operations against an Azure Blob Storage container.
Select the Processor Configuration tab and click on Add Processor.
Select the Azure Blob Storage Processor from the drop-down.
On the Basic tab, you can specify:
Blob Operation: operation to perform on the file
Blob Type: the type of Blob on Azure Storage
Blob Container: name of the blob container
Blob Directory: directory under the container where the blob is located, leave blank for root
Blob Name: name of the blob
In the Conditional Execution tab, you can set additional processor execution conditions. The Transaction data-dependent condition may be specified here as an enhanced expression. If this expression returns anything other than TRUE (ignore case) – this processor will be skipped. No additional configuration for this Processor is required.
On the Authentication tab, you can specify:
Storage Credential Type: type of credentials to be used against an Azure Storage location
Storage Account Name: account name for an Azure Storage location
Storage Account Key: Base64 encoded account key for an Azure Storage location
Shared Access Signature Token: shared Access Signature token for a shared Azure Storage location
On the Advanced tab, you can specify:
Use HTTPS: when enabled, connects to Azure Storage using HTTPS
Create Directory if Not Exists: when uploading, creates the destination directory if it does not exist
Upload Overwrite Enable: when uploading, it allows overwriting of an existing blob