You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by cl...@apache.org on 2020/04/25 19:56:49 UTC

[libcloud] 01/01: Update list of supported Azure Blob account types

This is an automated email from the ASF dual-hosted git repository.

clewolff pushed a commit to branch update-azure-storage-supported-accounts-docs
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 7cc4224ea6296a391144e75df06b4130fa2f49f7
Author: Clemens Wolff <cl...@microsoft.com>
AuthorDate: Sat Apr 25 15:55:36 2020 -0400

    Update list of supported Azure Blob account types
---
 docs/storage/drivers/azure_blobs.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/storage/drivers/azure_blobs.rst b/docs/storage/drivers/azure_blobs.rst
index a453e79..3fbab36 100644
--- a/docs/storage/drivers/azure_blobs.rst
+++ b/docs/storage/drivers/azure_blobs.rst
@@ -18,13 +18,10 @@ You can retrieve this information in the Azure Management Portal by going to
     :align: center
     :width: 900
 
-Note that libcloud only supports general purpose storage accounts so make sure
-to select the "Storage (general purpose v1)" account kind when creating your
-storage account as shown on the screenshot below.
-
-.. figure:: /_static/images/misc/azure_blobs_account_kind.png
-    :align: center
-    :width: 900
+The following types of storage accounts are supported in libcloud:
+- `General-purpose v2 accounts`_
+- `General-purpose v1 accounts`_
+- `BlockBlobStorage accounts`_
 
 Instantiating a driver
 ~~~~~~~~~~~~~~~~~~~~~~
@@ -48,5 +45,8 @@ instantiate the driver as shown below.
 This instantiation strategy can also be adapted to connect to other self-hosted
 Azure Storage implementations such as `Azure Blob Storage on IoT Edge`_.
 
+.. _`General-purpose v2 accounts`: https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview#general-purpose-v2-accounts
+.. _`General-purpose v1 accounts`: https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview#general-purpose-v1-accounts
+.. _`BlockBlobStorage accounts`: https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview#blockblobstorage-accounts
 .. _`Azurite storage emulator`: https://github.com/Azure/Azurite
 .. _`Azure Blob Storage on IoT Edge`: https://docs.microsoft.com/en-us/azure/iot-edge/how-to-store-data-blob