Skip to main content

Store: Azure Storage Upload

Upload the incoming file (or files) into the configured Azure Blob Storage container under the configured remote folder.

Pre-requisite: Install an Azure Storage application in Profile > {Organization} > Applications (account, container, credentials).

Parameters

Azure Storage containerrequired
Configured Azure Storage application.
Remote folderrequired

Folder of the container where the incoming files are uploaded (e.g. path/to/folder/ or exports/{year}/{month}). Each file is stored at {remote folder}/{original filename}; existing blobs at the same path are overwritten.

Date/time and UUID placeholders are expanded at runtime: {year}, {month}, {day}, {hour}, {minute}, {second}, {timestamp}, {timestamp_ns}, {weekday}, {week}, {ordinal}, {offset}, {random_uuid}.

Input

Filerequired

Payload to upload. Accepts File, Files (multi-file), JSON, or MultiJSON — JSON payloads are serialized to a file before transfer.

Output

Total uploaded
Integer count of files transferred.