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

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

commit d8d559210e11f8a3adbadde9f160f73c9bbb9aee
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Feb 3 11:50:24 2025 +0100

    Kamelets Catalog - Make the description a one liner - Azure Storage Blob 
Append Sink
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../azure-storage-blob-append-sink-description.adoc | 21 +++++++++++++++++++++
 .../azure-storage-blob-append-sink.kamelet.yaml     |  5 +----
 .../azure-storage-blob-append-sink.kamelet.yaml     |  5 +----
 3 files changed, 23 insertions(+), 8 deletions(-)

diff --git 
a/docs/modules/ROOT/partials/azure-storage-blob-append-sink-description.adoc 
b/docs/modules/ROOT/partials/azure-storage-blob-append-sink-description.adoc
new file mode 100644
index 00000000..9362ac02
--- /dev/null
+++ b/docs/modules/ROOT/partials/azure-storage-blob-append-sink-description.adoc
@@ -0,0 +1,21 @@
+== Azure Servicebus Sink Kamelet Description
+
+=== Authentication methods
+
+In this Kamelet you have the possibility of using the Azure Identity mechanism 
or the plain Shared Account Key. Respectively the parameters are 
`AZURE_IDENTITY` and `SHARED_ACCOUNT_KEY`
+
+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-blob-append-sink.kamelet.yaml 
b/kamelets/azure-storage-blob-append-sink.kamelet.yaml
index ea7381fc..95980b14 100644
--- a/kamelets/azure-storage-blob-append-sink.kamelet.yaml
+++ b/kamelets/azure-storage-blob-append-sink.kamelet.yaml
@@ -31,10 +31,7 @@ metadata:
 spec:
   definition:
     title: "Azure Storage Blob Append Sink"
-    description: |-
-      Upload data in append mode to Azure Storage Blob.
-
-      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.
+    description: Upload data in append mode to Azure Storage Blob.
     required:
       - accountName
       - containerName
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-append-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-append-sink.kamelet.yaml
index ea7381fc..95980b14 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-append-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-append-sink.kamelet.yaml
@@ -31,10 +31,7 @@ metadata:
 spec:
   definition:
     title: "Azure Storage Blob Append Sink"
-    description: |-
-      Upload data in append mode to Azure Storage Blob.
-
-      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.
+    description: Upload data in append mode to Azure Storage Blob.
     required:
       - accountName
       - containerName

Reply via email to