2 Home
gitea_admin edited this page 2026-03-11 14:35:03 +00:00

Azure Storage Blob Source

Consume files from Azure Storage Blob.

Two headers will be duplicated with different names for clarity at sink level, CamelAzureStorageBlobETag will be duplicated into azure.storage.blob.e.tag and CamelAzureStorageBlobBlobSize will be duplicated in azure.storage.blob.blob.size

Metadata

Property Value
Type source
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.
delay integer 500 The number of milliseconds before the next poll of the selected blob.
deleteAfterRead boolean false Specifies to delete blobs after consuming them
credentialType string SHARED_ACCOUNT_KEY Determines the credential strategy to adopt.

Dependencies

  • camel:azure-storage-blob
  • camel:kamelet
  • camel:core
  • camel:jsonpath
  • camel:timer