Skip to content

Commit

Permalink
Cross reference to Micronaut Object Storage (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosanchez committed Sep 13, 2022
1 parent 01894eb commit 695921f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/docs/guide/azureBlobStorage.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Micronaut provides a high-level, uniform object storage API that works across the major cloud providers: https://micronaut-projects.github.io/micronaut-object-storage/latest/guide/[Micronaut Object Storage].

To get started, select the `object-storage-azure` feature in https://micronaut.io/launch?features=object-storage-azure[Micronaut Launch], or add the following dependency:

dependency:io.micronaut.objectstorage:micronaut-object-storage-azure[]

For more information, check the https://micronaut-projects.github.io/micronaut-object-storage/latest/guide/#azure[Micronaut Object Storage Azure support] documentation.

1 change: 1 addition & 0 deletions src/main/docs/guide/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ azureFunction:
azureKeyVault:
title: Azure Key Vault Support
distributedConfiguration: Distributed Configuration
azureBlobStorage: Azure Blog Storage Support
azureCosmosClient:
title: Azure Cosmos Client
azureCosmosClientConfiguration: Configuration
Expand Down

0 comments on commit 695921f

Please sign in to comment.