Repository: libcloud Updated Branches: refs/heads/trunk 5b17c0778 -> 407fce9e3
Fix typo. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/407fce9e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/407fce9e Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/407fce9e Branch: refs/heads/trunk Commit: 407fce9e3298ed04338215aeba2ede726049363c Parents: 5b17c07 Author: Tomaz Muraus <[email protected]> Authored: Tue Apr 7 20:01:50 2015 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Apr 7 20:01:50 2015 +0200 ---------------------------------------------------------------------- docs/storage/drivers/azure_blobs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/407fce9e/docs/storage/drivers/azure_blobs.rst ---------------------------------------------------------------------- diff --git a/docs/storage/drivers/azure_blobs.rst b/docs/storage/drivers/azure_blobs.rst index f08b6f8..043b1e0 100644 --- a/docs/storage/drivers/azure_blobs.rst +++ b/docs/storage/drivers/azure_blobs.rst @@ -4,9 +4,9 @@ Azure Blobs Storage Driver Documentation Connecting to Azure Blobs ------------------------- -To connect to Azure Blobs you need your storage account name and access key.A +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 +You can retrieve this information in the Azure Management Portal by going to Storage -> Manage Access Keys as shown on the screenshots below. .. figure:: /_static/images/misc/azure_blobs_manage_access_keys_1.png
