This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch kamelets-oneliner
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 7471460dc8260f647d92d153c94adbb738283c1f
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Mar 26 14:44:31 2025 +0100

    Kamelets Catalog - Make the description a one liner - Azure Storage 
Datalake Sink
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../azure-storage-datalake-sink-description.adoc    | 21 +++++++++++++++++++++
 kamelets/azure-storage-datalake-sink.kamelet.yaml   |  3 +--
 .../azure-storage-datalake-sink.kamelet.yaml        |  3 +--
 3 files changed, 23 insertions(+), 4 deletions(-)

diff --git 
a/docs/modules/ROOT/partials/azure-storage-datalake-sink-description.adoc 
b/docs/modules/ROOT/partials/azure-storage-datalake-sink-description.adoc
new file mode 100644
index 000000000..9c67d3d1c
--- /dev/null
+++ b/docs/modules/ROOT/partials/azure-storage-datalake-sink-description.adoc
@@ -0,0 +1,21 @@
+== Azure Storage Datalake Sink Kamelet Description
+
+=== Authentication methods
+
+In this Kamelet you have the possibility of using the CLIENT_SECRET, 
SHARED_KEY_CREDENTIAL, AZURE_IDENTITY, AZURE_SAS and SERVICE_CLIENT_INSTANCE. 
The default will be CLIENT_SECRET.
+
+The order of evaluation for `AZURE_IDENTITY` is the following:
+
+ - Enviroment
+ - Workload Identity 
+ - Managed Identity 
+ - Azure Developer CLI 
+ - IntelliJ
+ - Azure CLI
+ - Azure Powershell
+
+For more information about this you can look at 
https://learn.microsoft.com/en-us/java/api/overview/azure/identity-readme[Azure 
Identity documentation]
+
+=== Optional Headers
+
+In the headers, 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.
diff --git a/kamelets/azure-storage-datalake-sink.kamelet.yaml 
b/kamelets/azure-storage-datalake-sink.kamelet.yaml
index 5a63ba62c..3129e828a 100644
--- a/kamelets/azure-storage-datalake-sink.kamelet.yaml
+++ b/kamelets/azure-storage-datalake-sink.kamelet.yaml
@@ -31,8 +31,7 @@ metadata:
 spec:
   definition:
     title: "Azure Storage Blob Data Lake Sink"
-    description: |-
-      Send data to Azure Storage Blob Data Lake.
+    description: Send data to Azure Storage Blob Data Lake.
     required:
       - accountName
       - clientId
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-datalake-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-datalake-sink.kamelet.yaml
index 5a63ba62c..3129e828a 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-datalake-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-datalake-sink.kamelet.yaml
@@ -31,8 +31,7 @@ metadata:
 spec:
   definition:
     title: "Azure Storage Blob Data Lake Sink"
-    description: |-
-      Send data to Azure Storage Blob Data Lake.
+    description: Send data to Azure Storage Blob Data Lake.
     required:
       - accountName
       - clientId

Reply via email to