Blob Storage stores sets of binary data. Blob storage offers the following three resources: the storage account, containers, and blobs. Within your storage account, containers provide a way to organize sets of blobs within your storage account.
Blob Storage is offered by Windows Azure as a REST API
which is wrapped by the Zend_Service_WindowsAzure_Storage_Blob class
in order to provide a native PHP interface to the storage account.




