Azure blob storage query

The Azure blob storage query allows you to execute multiple methods to manage your Azure blob storage. You can choose from the list of predefined methods under the Azure blob storage query action type.

List all containers

A method to retrieve an iterable of containers.

Create container

A method to create a new container.

Generate pre-signed URL

A method to generate a URL for a blob. Make sure to select the container and blob you want to generate the URL for, as well as the permissions.

Append to append blob

A method to append data to an append blob.

For more details please refer to Azure blob storage documentation.

Last updated