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:59:50 UTC

[libcloud] branch update-azure-storage-supported-accounts-docs updated (7cc4224 -> 888b38a)

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

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


 discard 7cc4224  Update list of supported Azure Blob account types
     new 888b38a  Update list of supported Azure Blob account types

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7cc4224)
            \
             N -- N -- N   refs/heads/update-azure-storage-supported-accounts-docs (888b38a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/storage/drivers/azure_blobs.rst | 1 +
 1 file changed, 1 insertion(+)


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

Posted by cl...@apache.org.
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 888b38a9c21e88e55aca46d8dcda373a0494e11a
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 | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

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