This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 5f20725 Reporting the fix for azure-storage-queue documentation in
the src/main/docs folder of the component
5f20725 is described below
commit 5f20725c98f9a75ead1dc02c88fabaea0b03589a
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Sep 9 11:42:49 2020 +0200
Reporting the fix for azure-storage-queue documentation in the
src/main/docs folder of the component
---
.../src/main/docs/azure-storage-queue-component.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/components/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc
b/components/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc
index 5183f2c..9daefc8 100644
---
a/components/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc
+++
b/components/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc
@@ -50,10 +50,10 @@ The queue will be created if it does not already exist.
You can append query options to the URI in the following format,
?options=value&option2=value&...
For example in order to get a message content from the queue `messageQueue`
-in the `camelazure` storage account and, use the following snippet:
+in the `storageAccount` storage account and, use the following snippet:
[source,java]
--------------------------------------------------------------------------------
-from("azure-storage-queue://camelazure/messageQueue?accountName=yourAccountName&accessKey=yourAccessKey").
+from("azure-storage-queue://storageAccount/messageQueue?accessKey=yourAccessKey").
to("file://queuedirectory");
--------------------------------------------------------------------------------