This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch append-blob-azure-storage in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 78275e5eaa21a61bba8783779799e9972a929cd6 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Nov 2 12:52:58 2023 +0100 Enhance the kamelet azure-storage-blob-sink for append operation and rotate daily Signed-off-by: Andrea Cosentino <[email protected]> --- docs/modules/ROOT/nav.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 3e344f5e..41181946 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -33,6 +33,7 @@ * xref:azure-functions-sink.adoc[] * xref:azure-servicebus-sink.adoc[] * xref:azure-servicebus-source.adoc[] +* xref:azure-storage-blob-append-sink.adoc[] * xref:azure-storage-blob-cdc-source.adoc[] * xref:azure-storage-blob-changefeed-source.adoc[] * xref:azure-storage-blob-sink.adoc[]
