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 6f5bd8920c953bb5468b81207dcc7578eb8419d5 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Mar 26 12:39:45 2025 +0100 Kamelets Catalog - Make the description a one liner - Azure Storage Blob Sink Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../azure-storage-blob-sink-description.adoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/modules/ROOT/partials/azure-storage-blob-sink-description.adoc b/docs/modules/ROOT/partials/azure-storage-blob-sink-description.adoc new file mode 100644 index 000000000..0975b92dc --- /dev/null +++ b/docs/modules/ROOT/partials/azure-storage-blob-sink-description.adoc @@ -0,0 +1,21 @@ +== Azure Storage Blob 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.