Azure Storage Blob Command
    • 30 Jan 2026
    • 1 Minute to read
    • Contributors
    • PDF

    Azure Storage Blob Command

    • PDF

    Article summary

    Applies to: Lasernet 11

    Azure Storage Blob commands are added through the Commands pane in Lasernet.

    The Commands pane in Lasernet Developer.

    There are five different command types:

    • Create Container

    • Delete Container

    • Upload Blob

    • Download Blob

    • Delete Blob

    Create Container

    A container groups together of a set of blobs. All blobs must be in a container. An account can contain an unlimited number of containers. A container can store an unlimited number of blobs.

    Note

    The Container name must be lowercase.

    Properties for a CREATE CONTAINER command.

    Anyone using the Internet can see blobs in a public container, but you can only modify or delete them if you have the appropriate access key.

    Delete Container

    This command type is used to delete a container and all the blobs within it.

    Properties for a DELETE CONTAINER command.

    Upload Blob

    This command type is used to upload a file to a specified container (using an optional path within the container if required).

    Properties for a UPLOAD BLOB command.

    Data can be uploaded from either JobData or a JobInfo.

    Download Blob

    This command is used for downloading files by their given blob name.

    Properties for a DOWNLOAD BLOB command.

    Delete Blob

    This command type is used for deleting a blob by its given name.

    Properties for a DELETE BLOB command.