Q50. Give an overview of the azure standard storage account?
The Storage account gives applications access to Blob, Table, and Queue services. Remember, the Storage Account is a must to access all the Windows Azure storage services. After we subscribe to a Windows Azure account, we are allowed to create a Storage account in the Azure Management portal.
As Figure depicts:
A blob resides in a container. Containers provide a way to organize sets of blobs. Each container can contain an unlimited amount of Blobs, each of which can be upto 1 TB in size.
An entity resides in a Table.
A message resides in a Queue.
Storage account is the highest level of the namespace for accessing Blobs, Tables and Queues. A single Storage account can contain an unlimited number of Containers, Tables and Queues but not exceeding 500 TB (this number is expected to change as Microsoft revises its pricing) in total. Applications hosted on the cloud or on-premise can access the Storage account.

As Figure depicts:
A blob resides in a container. Containers provide a way to organize sets of blobs. Each container can contain an unlimited amount of Blobs, each of which can be upto 1 TB in size.
An entity resides in a Table.
A message resides in a Queue.
Storage account is the highest level of the namespace for accessing Blobs, Tables and Queues. A single Storage account can contain an unlimited number of Containers, Tables and Queues but not exceeding 500 TB (this number is expected to change as Microsoft revises its pricing) in total. Applications hosted on the cloud or on-premise can access the Storage account.
See More Questions and Answers on - Azure Storage
- What is storage account?
- Why Azure storage?
- How many types of services does Azure storage service provide?
- What is blob storage?
- What is Azure table storage?
- What is Azure queue service?
- Where does my storage account reside and how to choose its geographic location?
- Compare storage options in Azure storage services and amazon web services?
- On what factors does Azure storage billing depend?