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 33bc3b019c05612116728878859000e3d69d2214 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Mar 26 12:47:39 2025 +0100 Kamelets Catalog - Make the description a one liner - Azure Storage Blob Source Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../partials/azure-storage-blob-source-description.adoc | 17 +++++++++++++++++ kamelets/azure-storage-blob-source.kamelet.yaml | 5 +---- .../kamelets/azure-storage-blob-source.kamelet.yaml | 5 +---- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/docs/modules/ROOT/partials/azure-storage-blob-source-description.adoc b/docs/modules/ROOT/partials/azure-storage-blob-source-description.adoc new file mode 100644 index 000000000..f2ea4ef3c --- /dev/null +++ b/docs/modules/ROOT/partials/azure-storage-blob-source-description.adoc @@ -0,0 +1,17 @@ +== Azure Storage Blob Source 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] diff --git a/kamelets/azure-storage-blob-source.kamelet.yaml b/kamelets/azure-storage-blob-source.kamelet.yaml index ee633b552..4ce232aed 100644 --- a/kamelets/azure-storage-blob-source.kamelet.yaml +++ b/kamelets/azure-storage-blob-source.kamelet.yaml @@ -31,10 +31,7 @@ metadata: spec: definition: title: "Azure Storage Blob Source" - description: |- - Consume files from Azure Storage Blob. - - Two headers will be duplicated with different names for clarity at sink level, CamelAzureStorageBlobETag will be duplicated into azure.storage.blob.e.tag and CamelAzureStorageBlobBlobSize will be duplicated in azure.storage.blob.blob.size + description: Consume files from Azure Storage Blob. required: - accountName - containerName diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml index ee633b552..4ce232aed 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml @@ -31,10 +31,7 @@ metadata: spec: definition: title: "Azure Storage Blob Source" - description: |- - Consume files from Azure Storage Blob. - - Two headers will be duplicated with different names for clarity at sink level, CamelAzureStorageBlobETag will be duplicated into azure.storage.blob.e.tag and CamelAzureStorageBlobBlobSize will be duplicated in azure.storage.blob.blob.size + description: Consume files from Azure Storage Blob. required: - accountName - containerName