Repository: libcloud Updated Branches: refs/heads/trunk 3da62236c -> bc097ffe5
Update Azure Blobs Storage driver documentation The current screenshots in the Azure Blobs Storage driver documentation show an old version of the Azure portal. Some of the terminology and where to find access keys has changed, so this commit updates the screenshots and the wording in the documentation. Additionally, Azure now also offers a new type of storage account called "Blob storage" which is not supported by the current libcloud driver implementation. This change therefore adds wording to avoid user confusion when creating a storage account for use with libcloud. Signed-off-by: Quentin Pradet <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/85a72d54 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/85a72d54 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/85a72d54 Branch: refs/heads/trunk Commit: 85a72d548db72a81ea8127a421a7caedf39cfe8e Parents: 3da6223 Author: Clemens Wolff <[email protected]> Authored: Wed May 9 08:42:56 2018 -0400 Committer: Quentin Pradet <[email protected]> Committed: Mon Jun 11 21:44:04 2018 +0200 ---------------------------------------------------------------------- .../images/misc/azure_blobs_account_kind.png | Bin 0 -> 292732 bytes .../misc/azure_blobs_manage_access_keys_1.png | Bin 64259 -> 223140 bytes .../misc/azure_blobs_manage_access_keys_2.png | Bin 26247 -> 388303 bytes docs/storage/drivers/azure_blobs.rst | 12 ++++++++++-- 4 files changed, 10 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/85a72d54/docs/_static/images/misc/azure_blobs_account_kind.png ---------------------------------------------------------------------- diff --git a/docs/_static/images/misc/azure_blobs_account_kind.png b/docs/_static/images/misc/azure_blobs_account_kind.png new file mode 100644 index 0000000..ae2b430 Binary files /dev/null and b/docs/_static/images/misc/azure_blobs_account_kind.png differ http://git-wip-us.apache.org/repos/asf/libcloud/blob/85a72d54/docs/_static/images/misc/azure_blobs_manage_access_keys_1.png ---------------------------------------------------------------------- diff --git a/docs/_static/images/misc/azure_blobs_manage_access_keys_1.png b/docs/_static/images/misc/azure_blobs_manage_access_keys_1.png index ca1b1c2..ade9380 100644 Binary files a/docs/_static/images/misc/azure_blobs_manage_access_keys_1.png and b/docs/_static/images/misc/azure_blobs_manage_access_keys_1.png differ http://git-wip-us.apache.org/repos/asf/libcloud/blob/85a72d54/docs/_static/images/misc/azure_blobs_manage_access_keys_2.png ---------------------------------------------------------------------- diff --git a/docs/_static/images/misc/azure_blobs_manage_access_keys_2.png b/docs/_static/images/misc/azure_blobs_manage_access_keys_2.png index 6337fcd..2596465 100644 Binary files a/docs/_static/images/misc/azure_blobs_manage_access_keys_2.png and b/docs/_static/images/misc/azure_blobs_manage_access_keys_2.png differ http://git-wip-us.apache.org/repos/asf/libcloud/blob/85a72d54/docs/storage/drivers/azure_blobs.rst ---------------------------------------------------------------------- diff --git a/docs/storage/drivers/azure_blobs.rst b/docs/storage/drivers/azure_blobs.rst index 043b1e0..ac9e881 100644 --- a/docs/storage/drivers/azure_blobs.rst +++ b/docs/storage/drivers/azure_blobs.rst @@ -7,7 +7,7 @@ Connecting to Azure Blobs To connect to Azure Blobs you need your storage account name and access key. You can retrieve this information in the Azure Management Portal by going to -Storage -> Manage Access Keys as shown on the screenshots below. +"Storage Accounts" -> "Access Keys" as shown on the screenshots below. .. figure:: /_static/images/misc/azure_blobs_manage_access_keys_1.png :align: center @@ -16,7 +16,15 @@ Storage -> Manage Access Keys as shown on the screenshots below. .. figure:: /_static/images/misc/azure_blobs_manage_access_keys_2.png :align: center - :width: 500 + :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 Instantiating a driver ~~~~~~~~~~~~~~~~~~~~~~
