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 d466e761d1e8b558ef6823f7be96c1df04e60ff0 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 3 12:24:24 2025 +0100 Kamelets Catalog - Make the description a one liner - Azure Storage Blob Event Based Source Signed-off-by: Andrea Cosentino <[email protected]> --- .../azure-storage-blob-event-based-source-description.adoc | 7 +++++++ kamelets/azure-storage-blob-event-based-source.kamelet.yaml | 7 +------ .../kamelets/azure-storage-blob-event-based-source.kamelet.yaml | 7 +------ 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/docs/modules/ROOT/partials/azure-storage-blob-event-based-source-description.adoc b/docs/modules/ROOT/partials/azure-storage-blob-event-based-source-description.adoc new file mode 100644 index 00000000..119e881d --- /dev/null +++ b/docs/modules/ROOT/partials/azure-storage-blob-event-based-source-description.adoc @@ -0,0 +1,7 @@ +== Azure Storage Blob Event Based Source Kamelet Description + +=== Authentication methods + +For this Kamelet the Connection string is the basic method for authenticating to the Azure Servicebus Queue. + +To use this Kamelet you'll need to set up Events on your Azure Storage Blob account and select as an endpoint an Azure Servicebus Queue. diff --git a/kamelets/azure-storage-blob-event-based-source.kamelet.yaml b/kamelets/azure-storage-blob-event-based-source.kamelet.yaml index 70f7713d..1bb730e3 100644 --- a/kamelets/azure-storage-blob-event-based-source.kamelet.yaml +++ b/kamelets/azure-storage-blob-event-based-source.kamelet.yaml @@ -31,12 +31,7 @@ metadata: spec: definition: title: Azure Storage Blob Event-based Source - description: |- - Receive data from Azure Service Bus subscribed to Azure Eventgrid reporting events related to a Azure Storage Blob account. - - Connection string is the basic method for authenticating to the Azure Servicebus Queue. - - To use this Kamelet you'll need to set up Events on your Azure Storage Blob account and select as an endpoint an Azure Servicebus Queue. + description: Receive data from Azure Service Bus subscribed to Azure Eventgrid reporting events related to a Azure Storage Blob account. required: - topicOrQueueName - connectionString diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-event-based-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-event-based-source.kamelet.yaml index 70f7713d..1bb730e3 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-event-based-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-event-based-source.kamelet.yaml @@ -31,12 +31,7 @@ metadata: spec: definition: title: Azure Storage Blob Event-based Source - description: |- - Receive data from Azure Service Bus subscribed to Azure Eventgrid reporting events related to a Azure Storage Blob account. - - Connection string is the basic method for authenticating to the Azure Servicebus Queue. - - To use this Kamelet you'll need to set up Events on your Azure Storage Blob account and select as an endpoint an Azure Servicebus Queue. + description: Receive data from Azure Service Bus subscribed to Azure Eventgrid reporting events related to a Azure Storage Blob account. required: - topicOrQueueName - connectionString
