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 6dc947fc1273842ed912edb32e44ac4d333cba9a
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Mar 26 17:28:32 2025 +0100

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

diff --git 
a/docs/modules/ROOT/partials/azure-storage-files-sink-description.adoc 
b/docs/modules/ROOT/partials/azure-storage-files-sink-description.adoc
new file mode 100644
index 000000000..946a73129
--- /dev/null
+++ b/docs/modules/ROOT/partials/azure-storage-files-sink-description.adoc
@@ -0,0 +1,21 @@
+== Azure Storage Files Sink Kamelet Description
+
+=== Authentication methods
+
+In this Kamelet you have the possibility of using the Azure Identity 
mechanism, the plain Shared Account Key, the shared key credentials and Azure 
SAS. Respectively the parameters are "SHARED_ACCOUNT_KEY", "AZURE_IDENTITY", 
"SHARED_KEY_CREDENTIAL" and "AZURE_SAS", with "SHARED_ACCOUNT_KEY" as default.
+
+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/docs/modules/ROOT/partials/azure-storage-files-source-description.adoc 
b/docs/modules/ROOT/partials/azure-storage-files-source-description.adoc
new file mode 100644
index 000000000..207e8619a
--- /dev/null
+++ b/docs/modules/ROOT/partials/azure-storage-files-source-description.adoc
@@ -0,0 +1,17 @@
+== Azure Storage Files Source Kamelet Description
+
+=== Authentication methods
+
+In this Kamelet you have the possibility of using the Azure Identity 
mechanism, the plain Shared Account Key, the shared key credentials and Azure 
SAS. Respectively the parameters are "SHARED_ACCOUNT_KEY", "AZURE_IDENTITY", 
"SHARED_KEY_CREDENTIAL" and "AZURE_SAS", with "SHARED_ACCOUNT_KEY" as default.
+
+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]
diff --git a/kamelets/azure-storage-files-source.kamelet.yaml 
b/kamelets/azure-storage-files-source.kamelet.yaml
index 1683c2dbd..d6a617794 100644
--- a/kamelets/azure-storage-files-source.kamelet.yaml
+++ b/kamelets/azure-storage-files-source.kamelet.yaml
@@ -31,8 +31,7 @@ metadata:
 spec:
   definition:
     title: "Azure Storage File Source"
-    description: |-
-      Consume files from Azure Storage File Shares.
+    description: Consume files from Azure Storage File Shares.
     required:
       - accountName
       - shareName
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-files-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-files-source.kamelet.yaml
index 1683c2dbd..d6a617794 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-files-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-files-source.kamelet.yaml
@@ -31,8 +31,7 @@ metadata:
 spec:
   definition:
     title: "Azure Storage File Source"
-    description: |-
-      Consume files from Azure Storage File Shares.
+    description: Consume files from Azure Storage File Shares.
     required:
       - accountName
       - shareName

Reply via email to