[This is prerelease documentation and is subject to change in future releases.]
The Blob service stores sets of binary data. The Blob service 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.
The REST API for the Blob service provides a way to work with blobs via HTTP operations. The API includes the operations listed in the following table.
In This Section
See Also