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

Azure Storage Blob Event-based Source

Receive data from Azure Service Bus subscribed to Azure Eventgrid reporting events related to a Azure Storage Blob account.

Metadata

Property Value
Type source
Group Azure Storage Blob Event Based
Namespace Azure
Support Level Preview
Provider Apache Software Foundation

Properties

Name Type Required Default Description
topicOrQueueName string Topic Or Queue Name for the Azure Servicebus instance
connectionString string Connection String for Azure Servicebus instance
serviceBusReceiveMode string RECEIVE_AND_DELETE Sets the receive mode for the receiver.
subscriptionName string Sets the name of the subscription in the topic to listen to. This parameter is mandatory in case of topic.
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.
getBlob boolean false If getBlob is enabled, then the file created in the container will be get and returned as body, if not only the event will be returned as body.

Dependencies

  • camel:azure-servicebus
  • camel:azure-storage-blob
  • camel:kamelet
  • camel:core
  • camel:jsonpath
  • camel:jackson