Skip to main content
The Azure Blob connector supports uploading to and downloading from the Azure Blob cloud storage service.

Key Capabilities

  • Cloud storage integration with both Access Key and SAS Token authentication
  • Container-based file organization with upload/download capabilities
  • File filtering and masking for selective operations
  • Overwrite protection and deletion management for uploaded files
  • Optional caching to ensure only new or updated files are downloaded

Overview

Each Azure Blob connector connects to a specified Microsoft Azure storage account. Within the remote storage, you set a single container as the upload target, and a list of containers as the download target. Files that reach the Azure Blob connector in the flow are uploaded to the upload target container, and files found in the download target container are downloaded and entered into the flow. The connector supports upload and download filters to send and receive only specific file names and/or file extensions.

Connector Configuration

This section contains all of the configurable connector properties.

Settings Tab

Authorization

Settings related to the Azure account used to access the Azure Blob service.

Send

Settings related to uploading to the remote storage.

Receive

Settings related to downloading from the remote storage.

Caching

Settings related to caching and comparing files between multiple downloads.
When you enable caching, the file names are case-insensitive. For example, the connector cannot distinguish between TEST.TXT and test.txt.

Advanced Tab

Advanced Settings

Settings not included in the previous categories.

Proxy Settings

Message

Logging

Miscellaneous Settings

Automation Tab

Automation Settings

Settings related to the automatic processing of files by the connector.

Performance

Alerts Tab

SLAs Tab

Establishing a Connection

Establishing a connection to the Azure Blob service requires Azure account credentials:
  • Account
  • AccessKey
Use the Test Connection button to verify that the account information provided is valid.

Uploading and Downloading

Upload

To upload files, set the Container Name in the Send portion of the Settings page to the container where files should be uploaded. Each Azure Blob connector uploads to a single container. Use the Overwrite remote files option to indicate whether files that already exist in the container should be overwritten or skipped. After configuration is complete, files placed in the connector Transactions tab are uploaded to the remote storage. If Send Automation is enabled, the upload happens automatically; otherwise, you can send individual files from the Transactions tab.

Download

To download files, set the Container Name in the Receive portion of the Settings page to the container from where files should be downloaded. Use a comma-delimited list to specify multiple download containers. Use the File Mask to set a glob filter (for example *.txt) that limits the downloads to files matching the filter. To specify multiple filters, use the Receive Filter option on the Advanced tab. Use Delete to specify whether successfully downloaded files should be removed from the remote storage. After configuration is complete, files are downloaded according to the Receive Automation settings, or you can manually click the Receive button on the Transactions tab.

Macros

Examples