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

clewolff pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c82b571  Update list of supported Azure Blob account types (#1450)
c82b571 is described below

commit c82b571595893dc3fed98ec89f845fb5bfec64b3
Author: Clemens Wolff <[email protected]>
AuthorDate: Sat Apr 25 16:11:15 2020 -0400

    Update list of supported Azure Blob account types (#1450)
---
 docs/_static/images/misc/azure_blobs_account_kind.png | Bin 292732 -> 0 bytes
 docs/storage/drivers/azure_blobs.rst                  |  13 +++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/_static/images/misc/azure_blobs_account_kind.png 
b/docs/_static/images/misc/azure_blobs_account_kind.png
deleted file mode 100644
index ae2b430..0000000
Binary files a/docs/_static/images/misc/azure_blobs_account_kind.png and 
/dev/null differ
diff --git a/docs/storage/drivers/azure_blobs.rst 
b/docs/storage/drivers/azure_blobs.rst
index a453e79..824889c 100644
--- a/docs/storage/drivers/azure_blobs.rst
+++ b/docs/storage/drivers/azure_blobs.rst
@@ -18,13 +18,11 @@ 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.
+The following types of storage accounts are supported in libcloud:
 
-.. figure:: /_static/images/misc/azure_blobs_account_kind.png
-    :align: center
-    :width: 900
+- `General-purpose v2 accounts`_
+- `General-purpose v1 accounts`_
+- `BlockBlobStorage accounts`_
 
 Instantiating a driver
 ~~~~~~~~~~~~~~~~~~~~~~
@@ -48,5 +46,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

Reply via email to