Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 550 Bytes

File metadata and controls

19 lines (13 loc) · 550 Bytes

Azure Blob Storage Extension (beta)

The Azure Blob Storage extension provides writing of formatted files to Azure Blob Storage containers.

Note: This is a Binary Storage Extension that is only used in combination with File Format extensions.

Settings

Sink settings require all parameters shown below. An optional MaxBlockSizeInKB parameter can also be specified to control the transfer.

Sink

{
    "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=...",
    "ContainerName": "",
    "BlobName": "",
}