GitHub user c-w opened a pull request:

    https://github.com/apache/libcloud/pull/1208

    Update Azure Blobs Storage driver documentation

    ## Update Azure Blobs Storage driver documentation
    
    ### Description
    
    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.
    
    ### Status
    
    - done, ready for review
    
    ### Checklist
    
    - [ ] [Code 
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
 (required, can be done after the PR checks)
    - [x] Documentation
    - [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
    - [ ] 
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
 (required for bigger changes)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/c-w/libcloud update-azure-storage-docs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/1208.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1208
    
----
commit 9d1ea53d60d1aea74907ea9e901a4454d0539aae
Author: Clemens Wolff <clewolff@...>
Date:   2018-05-09T12:42:56Z

    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.

----


---

Reply via email to