For the complete documentation index, see llms.txt. This page is also available as Markdown.

Blob Storage (Azure)

Discover more about the Blob Storage connector and how to use it on the Digibee Integration Platform.

Blob Storage (Azure) allows you to work with files stored in Azure Blob Storage containers.

Parameters

Configure the connector using the parameters below. Fields that support Double Braces expressions are marked in the Supports DB column.

Parameter
Description
Type
Supports DB
Default

Alias

Name (alias) for this connector’s output, allowing you to reference it later in the flow using Double Braces expressions.

String

az-blob-storage-1

Use Dynamic Account

When active, the connector will use the account dynamically. Otherwise, it will use the account statically. Learn more about Dynamic Accounts.

Boolean

False

Scoped

When active, the stored account is isolated from other subprocesses. In this case, the subprocesses see their own version of the stored account data. It is only available if the Use Dynamic Account parameter is enabled.

Boolean

False

Account name

The name of the dynamic account used by the connector. This account must have been previously configured in a Store Account connector in the pipeline for this process to take effect. It is only available if the Use Dynamic Account parameter is enabled.

String

N/A

Account

The account to be used by the component (list the accounts supported by the component). Supported accounts are: Basic and Public key. Basic is used to connect via ConnectionString; the storage account name must be passed in the "user" field and key1 in the "password" field. Public key is used if you want to authenticate via SAS token; use the public-key in the "key" field, then pass the SAS token generated by Azure. Read the Accounts documentation to learn more about these and other existing account types.

String

N/A

Operation

Defines which operation will the component perform (List, Download, Upload, and Delete). Completion of this field is mandatory.

String

Upload

Container Name

Name of the Blob Storage container (Azure) that will handle the files. Completion of this field is mandatory.

String

container

Container Account

Azure account name that Blob Storage uses. Completion of this field is mandatory.

String

N/A

Remote File Name (DB)

Destination name of your file, the same name that the file will have in Blob Storage (Azure). Completion of this field is mandatory only when Upload, Download or Delete operations are selected.

String

test.csv

File Name (DB)

Name of the file you want to upload to your Blob Storage (Azure). Completion of this field is mandatory.

String

file.csv

Generate a Download Link

If the option is enabled, you will be able to generate a file download link. This parameter is shown only when the Upload operation is selected.

Boolean

True

Page Size (DB)

Number of records you want to bring per page. This parameter is shown only when the List operation is selected.

Integer

N/A

Prefix

Filters the results to return only blobs whose names begin with the specified prefix. This parameter is shown only when the List operation is selected.

String

N/A

Next Page Token (DB)

NextToken that will be used to bring the records from the next page. This parameter is shown only when the List operation is selected.

String

N/A

Next Token Type (DB)

Type of the next record that will be listed on the next page. This parameter is shown only when the List operation is selected.

String

N/A

Overwrite File on Upload

Overwrite the file at the time of upload. This parameter is shown only when the Upload operation is selected.

Boolean

True

Snapshot

If the option is activated, it will include snapshots on the blobs' response. Available only for the List operation.

Boolean

False

Metadata

If the option is activated, it will include metadata on the blobs' response. Available only for the List operation.

Boolean

False

Uncommited

If the option is activated, it will include uncommited blobs on response. Available only for the List operation.

Boolean

False

Copy

If the option is activated, it will include copy blobs on response. Available only for the List operation.

Boolean

False

Delete

If the option is activated, it will include delete blobs on response. Available only for the List operation.

Boolean

False

Fail On Error

If the option is enabled, the execution of the pipeline with error will be interrupted; otherwise, the pipeline execution proceeds, but the result will show a false value for the “success” property.

Boolean

False

Messages flow

Operation List

Operation Upload

Operation Download

right-from-line

Use the File Reader connector to handle the base64 returned.

Operation Delete

Last updated

Was this helpful?