Azure Storage Output Module
    • 02 Feb 2026
    • 1 Minute to read
    • Contributors
    • PDF

    Azure Storage Output Module

    • PDF

    Article summary

    Applies to: Lasernet 11

    The Azure Storage output module is used to upload files to Blob storage or to insert messages into Queues.

    The properties for an Azure Storage connection.

    The setup of the module consists of two pages: Connection and Command.

    Connection

    In order to access the Azure Storage API, the module’s Connection properties must be correctly configured.

    This module’s connection is configured in the same way as the Azure Storage Input Module.

    See the Connection section of the Azure Storage Input Module page to learn about connection types (global and embedded) and how to configure each of the three available authentication options (name + key, Shared Access Signature token (SAS), and application registration).

    Command

    Two types of commands are available.

    Blob

    Files are uploaded to a specified Container.

    Queue

    Messages are inserted in a specified Queue.

    Blob

    Container name

    The container to upload the Blobs to.

    Path

    The path (within the container) to upload to. This property is optional.

    Blob name

    The name of the file. This property is mandatory.

    Metadata

    Metadata fields that will be added to the BLOB in Azure Storage. To add a metadata field to the BLOB, click Add below the metadata table.

    In the Add Metadata window, enter a Key name for the BLOB metadata that you want to create, then enter a value for the metadata in the Value box. To use dynamic data, you can select a JobInfo from the Value list (or enter a JobInfo name), or to use static data you can enter a value directly into the Value box.

    Queue

    Queue name

    A queue name is required.

    JobInfos

    The following JobInfo is used by the Azure Storage output module.

    Mimetype

    Content-type of the message.