Azure Blob Out
LDIO Component Name: Ldio:AzureBlobOut
see reference guide
Apache Nifi Component Name: PutAzureBlobStorage
see Apache Nifi reference guide
The Azure Blob Out writes out messages to an Azure Blob Container. Messages can be written in any format supported by Apache Jena or in JSON format.
{.warning} For the json format it is necessary to have a URI which holds the context.
graph LR
LDES --> C[Client]
C --> H[Azure Blob Out Component]
H --> S[Azure Blob Container]
subgraph Publishing Pipeline
C
H
end