Resources

+
~

Blob storage is made up of three different resources:

Storage accounts

A storage account provides the base namespace for your stored blobs. For example, if your storage account is named mystorageaccount, then the default endpoint for Blob storage is:

http://mystorageaccount.blob.core.windows.net

Containers

A container organised a set of blobs, similar to a file system directory. A storage account can contain an unlimited number of containers. A container can contain an unlimited number of blobs.

Container names must be valid DNS strings, because they form part of the access path for the blobs stored inside. Additionally, the following name restrictions apply:

http://mystorageaccount.blob.core.windows.net/mycontainer

Blobs

There are three different types of blob in Azure Storage: