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 c458ee9 Add missing reference to spring configs docs in Azure
components
c458ee9 is described below
commit c458ee99152e8a294f18e46e372203184510beaa
Author: Omar Al-Safi <[email protected]>
AuthorDate: Fri Apr 24 13:38:11 2020 +0200
Add missing reference to spring configs docs in Azure components
---
.../src/main/docs/azure-storage-blob-component.adoc | 3 +++
.../src/main/docs/azure-storage-queue-component.adoc | 3 +++
2 files changed, 6 insertions(+)
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 58d3bbe..cd47255 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
@@ -645,3 +645,6 @@ To run the integration tests, on this component directory,
run the following mav
mvn verify -PfullTests -DaccountName=myacc -DaccessKey=mykey
----
Whereby `accountName` is your Azure account name and `accessKey` is the access
key being generated from Azure portal.
+
+
+include::camel-spring-boot::page$azure-storage-blob-starter.adoc[]
\ No newline at end of file
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 18dc146..3e14cd4 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
@@ -398,3 +398,6 @@ To run the integration tests, on this component directory,
run the following mav
mvn verify -PfullTests -DaccountName=myacc -DaccessKey=mykey
----
Whereby `accountName` is your Azure account name and `accessKey` is the access
key being generated from Azure portal.
+
+
+include::camel-spring-boot::page$azure-storage-queue-starter.adoc[]