Skip to content

Commit ca25b9a

Browse files
committed
updating block blob info
1 parent b777801 commit ca25b9a

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

articles/storage/common/storage-account-overview.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: tamram
66

77
ms.service: storage
88
ms.topic: article
9-
ms.date: 05/06/2019
9+
ms.date: 06/07/2019
1010
ms.author: tamram
1111
ms.subservice: common
1212
---
@@ -58,7 +58,11 @@ While general-purpose v2 accounts are recommended in most cases, general-purpose
5858

5959
### Block blob storage accounts
6060

61-
A block blob storage account is a specialized storage account for storing unstructured object data as block blobs or append blobs. Block blob storage accounts offer multiple access tiers for storing data based on your usage patterns. For more information, see [Access tiers for block blob data](#access-tiers-for-block-blob-data).
61+
A block blob storage account is a specialized storage account for storing unstructured object data as block blobs. This storage account type supports block blobs and append blobs, but not page blobs, tables or queues.
62+
63+
Compared with general-purpose v2 and blob storage accounts, block blob storage accounts provide low and consistent latency, and higher transaction rates.
64+
65+
Block blob storage accounts do not currently support tiering to hot, cool, or archive access tiers.
6266

6367
### FileStorage (preview) storage accounts
6468

@@ -71,22 +75,26 @@ When naming your storage account, keep these rules in mind:
7175
- Storage account names must be between 3 and 24 characters in length and may contain numbers and lowercase letters only.
7276
- Your storage account name must be unique within Azure. No two storage accounts can have the same name.
7377

74-
## General-purpose performance tiers
78+
## Performance tiers
7579

7680
General-purpose storage accounts may be configured for either of the following performance tiers:
7781

7882
* A standard performance tier for storing blobs, files, tables, queues, and Azure virtual machine disks.
7983
* A premium performance tier for storing unmanaged virtual machine disks only.
8084

85+
Block blob storage accounts provide a premium performance tier for storing block blobs and append blobs.
86+
87+
FileStorage (preview) accounts provide a premium performance tier for Azure file shares.
88+
8189
## Access tiers for block blob data
8290

8391
Azure Storage provides different options for accessing block blob data based on usage patterns. Each access tier in Azure Storage is optimized for a particular pattern of data usage. By selecting the right access tier for your needs, you can store your block blob data in the most cost-effective manner.
8492

8593
The available access tiers are:
8694

87-
* The **Hot** access tier, which is optimized for frequent access of objects in the storage account. Accessing data in the Hot tier is most cost-effective, while storage costs are higher. New storage accounts are created in the Hot tier by default.
88-
* The **Cool** access tier, which is optimized for storing large amounts of data that is infrequently accessed and stored for at least 30 days. Storing data in the Cool tier is more cost-effective, but accessing that data may be more expensive than accessing data in the Hot tier.
89-
* The **Archive** tier, which is available only for individual block blobs. The Archive tier is optimized for data that can tolerate several hours of retrieval latency and will remain in the Archive tier for at least 180 days. The Archive tier is the most cost-effective option for storing data, but accessing that data is more expensive than accessing data in the Hot or Cool tiers.
95+
* The **Hot** access tier, which is optimized for frequent access of objects in the storage account. Accessing data in the hot tier is most cost-effective, while storage costs are higher. New storage accounts are created in the hot tier by default.
96+
* The **Cool** access tier, which is optimized for storing large amounts of data that is infrequently accessed and stored for at least 30 days. Storing data in the cool tier is more cost-effective, but accessing that data may be more expensive than accessing data in the hot tier.
97+
* The **Archive** tier, which is available only for individual block blobs. The archive tier is optimized for data that can tolerate several hours of retrieval latency and will remain in the Archive tier for at least 180 days. The archive tier is the most cost-effective option for storing data, but accessing that data is more expensive than accessing data in the hot or cool tiers.
9098

9199
If there is a change in the usage pattern of your data, you can switch between these access tiers at any time. For more information about access tiers, see [Azure Blob storage: hot, cool, and archive access tiers](../blobs/storage-blob-storage-tiers.md).
92100

@@ -115,7 +123,7 @@ For example, if your general-purpose storage account is named *mystorageaccount*
115123
* Azure Files: http://*mystorageaccount*.file.core.windows.net
116124

117125
> [!NOTE]
118-
> A Blob storage account exposes only the Blob service endpoint.
126+
> Block blob and blob storage accounts expose only the blob service endpoint.
119127
120128
The URL for accessing an object in a storage account is constructed by appending the object's location in the storage account to the endpoint. For example, a blob address might have this format: http://*mystorageaccount*.blob.core.windows.net/*mycontainer*/*myblob*.
121129

@@ -174,4 +182,5 @@ The Import/Export service can also be used to transfer data from Azure Blob stor
174182
## Next steps
175183

176184
* To learn how to create an Azure storage account, see [Create a storage account](storage-quickstart-create-account.md).
185+
* To learn how to create a block blob storage account, see [Create a block blob storage account](../blobs/storage-blob-create-account-block-blob.md).
177186
* To manage or delete an existing storage account, see [Manage Azure storage accounts](storage-account-manage.md).

0 commit comments

Comments
 (0)