blob: 043b1e008a499df655cca079b6f65a38b798f08c [file] [log] [blame]
Azure Blobs Storage Driver Documentation
========================================
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.
.. figure:: /_static/images/misc/azure_blobs_manage_access_keys_1.png
:align: center
:width: 900
.. figure:: /_static/images/misc/azure_blobs_manage_access_keys_2.png
:align: center
:width: 500
Instantiating a driver
~~~~~~~~~~~~~~~~~~~~~~
Once you have obtained your credentials you can instantiate the driver as shown
below.
.. literalinclude:: /examples/storage/azure/instantiate.py
:language: python