Introduction

The Azure Blob Storage adapter enables data integration with the Azure Blob Storage service, through its ability to retrieve data from blobs, and store new data to blobs managed by this service. For more information about the Azure Blob Storage service, refer to the Azure Blob Storage documentation.

Azure Blob Storage adapter as a source

The Azure Blob Storage adapter as a source can be used to read blob data, with the option to delete the blob or to preserve it after reading the data from it.

Azure Blob Storage adapter as a target

The Azure Blob Storage adapter as a target can be used to perform the following operations;
  • Create a container
  • Create a new blob and store data in it
  • Overwrite an existing blob with the provided data
  • Append data to an existing blob