This is an automated email from the ASF dual-hosted git repository.
oalsafi 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 75da61b Update azure-storage-blob-component.adoc
75da61b is described below
commit 75da61bde37426bd37003eaaec231a60bf5495bf
Author: Omar Al-Safi <[email protected]>
AuthorDate: Fri Jun 12 17:03:23 2020 +0200
Update azure-storage-blob-component.adoc
---
.../src/main/docs/azure-storage-blob-component.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc
b/components/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc
index f28fe73..5704bec 100644
---
a/components/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc
+++
b/components/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc
@@ -54,7 +54,7 @@ located on the `container1` in the `camelazure` storage
account, use the followi
[source,java]
--------------------------------------------------------------------------------
-from("azure-storage-blob:/camelazure/container1?blobName=hello.txt&accountName=yourAccountName&accessKey=yourAccessKey").
+from("azure-storage-blob:/camelazure/container1?blobName=hello.txt&accessKey=yourAccessKey").
to("file://blobdirectory");
--------------------------------------------------------------------------------