Table of Contents

Append to Blob

Appends a byte array to an Azure Append Blob.

img

Properties

Name Type Description
Title
Connection Required A SAS Uri to an Azure Blob container or connection string and container name.
Blob name Required The name of the blob to append to. If the blob does not already exist, it is created.
Blob data Required A byte array or stream input.
Description Optional Additional notes or comments about the action or configuration.