Azure
Since Camel Quarkus 1.0.0-M4, JVM and native
Store and retrieve blobs from Azure Storage Blob Service or store and retrieve messages from Azure Storage Queue Service
What’s inside
-
Azure Storage Blob Service (Legacy) component, URI syntax:
azure-blob:containerOrBlobUri
-
Azure Storage Queue Service (Legacy) component, URI syntax:
azure-queue:containerAndQueueUri
Please refer to the above links for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.