Azure Storage Blob Sink
Upload data to Azure Storage Blob.
In the header, you can set the file / ce-file property to specify the filename to upload. If you do set property in the header, the Kamelet uses the exchange ID as filename.
Metadata
| Property |
Value |
| Type |
sink |
| Group |
Azure Storage Blob |
| Namespace |
Azure |
| Support Level |
Stable |
| Provider |
Apache Software Foundation |
Properties
| Name |
Type |
Required |
Default |
Description |
accountName |
string |
✓ |
|
The Azure Storage Blob account name. |
containerName |
string |
✓ |
|
The Azure Storage Blob container name. |
accessKey |
string |
|
|
The Azure Storage Blob access key. |
credentialType |
string |
|
SHARED_ACCOUNT_KEY |
Determines the credential strategy to adopt. |
Dependencies
camel:core
camel:azure-storage-blob
camel:kamelet