blob: 274d1eb5c0d1788fea2f7148d0b71d1958a31564 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= Azure storage datalake service
:linkattrs:
:cq-artifact-id: camel-quarkus-azure-storage-datalake
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Camel Azure Datalake Gen2 Component
:cq-deprecated: false
:cq-jvm-since: 1.8.0
:cq-native-since: n/a
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.8.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
Camel Azure Datalake Gen2 Component
== What's inside
* xref:{cq-camel-components}::azure-storage-datalake-component.adoc[Azure Storage Datalake Service component], URI syntax: `azure-storage-datalake:accountName/fileSystemName`
Please refer to the above link for usage and configuration details.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-storage-datalake</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
== Usage
=== Micrometer metrics support
If you wish to enable the collection of Micrometer metrics for the Reactor Netty transports, then you should declare a dependency on `quarkus-micrometer` to ensure
that they are available via the Quarkus metrics HTTP endpoint.
[source,xml]
----
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-micrometer</artifactId>
</dependency>
----