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

Azure Storage Files Sink

Upload data to Azure Storage Files Share.

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.
shareName string The Azure Storage File Share share name.
sharedKey string The Azure Storage Blob access key.
credentialType string SHARED_ACCOUNT_KEY Determines the credential strategy to adopt.
directoryName string . The directory from where the producer will upload the file.

Dependencies

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