Frends.AzureBlobStorage.ReadBlob / 3.1.0
Summary
Fetches a blob's content into the Process as text, decoding it as it goes, without writing anything to disk.
Typical use — pulling a document straight into a mapping or parsing step; the download Task is the one to use when a file on disk is what you need
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| ContainerName | String |
– | Container1 |
Azure storage container's name. |
| BlobName | String |
– | File.txt |
Name of the blob which content is read. |