Skip to content

Commit ac9bbf8

Browse files
authored
Merge pull request #101621 from tamram/tamram-0117a
account overview clarifications
2 parents 7c3037c + 264d84f commit ac9bbf8

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tamram
77

88
ms.service: storage
99
ms.topic: how-to
10-
ms.date: 12/11/2019
10+
ms.date: 01/17/2020
1111
ms.author: tamram
1212
ms.subservice: common
1313
---
@@ -126,7 +126,7 @@ New-AzStorageAccount -ResourceGroupName $resourceGroup `
126126
-Name <account-name> `
127127
-Location $location `
128128
-SkuName Standard_RAGRS `
129-
-Kind StorageV2
129+
-Kind StorageV2
130130
```
131131

132132
To create a general-purpose v2 storage account with a different replication option, substitute the desired value in the table below for the **SkuName** parameter.

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

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tamram
77

88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 12/20/2019
10+
ms.date: 01/17/2020
1111
ms.author: tamram
1212
ms.subservice: common
1313
---
@@ -60,17 +60,15 @@ You should use general-purpose v2 accounts in most cases. You can use general-pu
6060

6161
### BlockBlobStorage accounts
6262

63-
A BlockBlobStorage account is a specialized storage account that you use to store unstructured object data as block blobs. You can also use a BlockBlobStorage account to create premium block blobs. This type of storage account supports block blobs and append blobs, but not page blobs, tables, or queues.
63+
A BlockBlobStorage account is a specialized storage account in the premium performance tier for storing unstructured object data as block blobs or append blobs. Compared with general-purpose v2 and BlobStorage accounts, BlockBlobStorage accounts provide low, consistent latency and higher transaction rates.
6464

65-
Compared with general-purpose v2 and BlobStorage accounts, BlockBlobStorage accounts provide low and consistent latency, and higher transaction rates.
66-
67-
BlockBlobStorage accounts don't currently support tiering to hot, cool, or archive access tiers.
65+
BlockBlobStorage accounts don't currently support tiering to hot, cool, or archive access tiers. This type of storage account does not support page blobs, tables, or queues.
6866

6967
### FileStorage accounts
7068

7169
A FileStorage account is a specialized storage account used to store and create premium file shares. This storage account kind supports files but not block blobs, append blobs, page blobs, tables, or queues.
7270

73-
FileStorage accounts offer unique performance dedicated characteristics such as IOPS bursting. For more information on these characteristics, see the [File share performance tiers](../files/storage-files-planning.md#file-share-performance-tiers) section of the Files planning guide.
71+
FileStorage accounts offer unique performance characteristics, such as IOPS bursting. For more information on these characteristics, see the [File share performance tiers](../files/storage-files-planning.md#file-share-performance-tiers) section of the Files planning guide.
7472

7573
## Naming storage accounts
7674

@@ -81,13 +79,21 @@ When naming your storage account, keep these rules in mind:
8179

8280
## Performance tiers
8381

82+
Depending on the type of storage account you create, you can choose between standard and premium performance tiers.
83+
84+
### General-purpose storage accounts
85+
8486
General-purpose storage accounts may be configured for either of the following performance tiers:
8587

8688
- A standard performance tier for storing blobs, files, tables, queues, and Azure virtual machine disks. For more information about scalability targets for standard storage accounts, see [Scalability targets for standard storage accounts](scalability-targets-standard-account.md).
87-
- A premium performance tier for storing unmanaged virtual machine disks only. Microsoft recommends using managed disks with Azure virtual machines instead of unmanaged disks. For more information about scalability targets for the premium performance tier, see [Scalability targets for premium page blob storage accounts](../blobs/scalability-targets-premium-page-blobs.md).
89+
- A premium performance tier for storing unmanaged virtual machine disks. Microsoft recommends using managed disks with Azure virtual machines instead of unmanaged disks. For more information about scalability targets for the premium performance tier, see [Scalability targets for premium page blob storage accounts](../blobs/scalability-targets-premium-page-blobs.md).
90+
91+
### BlockBlobStorage storage accounts
8892

8993
BlockBlobStorage storage accounts provide a premium performance tier for storing block blobs and append blobs. For more information, see [Scalability targets for premium block blob storage accounts](../blobs/scalability-targets-premium-block-blobs.md).
9094

95+
### FileStorage storage accounts
96+
9197
FileStorage storage accounts provide a premium performance tier for Azure file shares. For more information, see [Azure Files scalability and performance targets](../files/storage-files-scale-targets.md).
9298

9399
## Access tiers for block blob data
@@ -98,7 +104,7 @@ The available access tiers are:
98104

99105
- The **Hot** access tier. This tier 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.
100106
- The **Cool** access tier. This tier 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.
101-
- The **Archive** tier. This tier is available only for individual block blobs. The archive tier is optimized for data that can tolerate several hours of retrieval latency and that will remain in the Archive tier for at least 180 days. The archive tier is the most cost-effective option for storing data. However, accessing that data is more expensive than accessing data in the hot or cool tiers.
107+
- The **Archive** tier. This tier is available only for individual block blobs and append blobs. The archive tier is optimized for data that can tolerate several hours of retrieval latency and that will remain in the Archive tier for at least 180 days. The archive tier is the most cost-effective option for storing data. However, accessing that data is more expensive than accessing data in the hot or cool tiers.
102108

103109
If there's 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).
104110

includes/storage-account-types-include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: tamram
66
ms.service: storage
77
ms.topic: include
8-
ms.date: 03/23/2019
8+
ms.date: 01/17/2020
99
ms.author: tamram
1010
ms.custom: "include file"
1111
---
@@ -14,7 +14,7 @@ Azure Storage offers several types of storage accounts. Each type supports diffe
1414

1515
- **General-purpose v2 accounts**: Basic storage account type for blobs, files, queues, and tables. Recommended for most scenarios using Azure Storage.
1616
- **General-purpose v1 accounts**: Legacy account type for blobs, files, queues, and tables. Use general-purpose v2 accounts instead when possible.
17-
- **BlockBlobStorage accounts**: Blob-only storage accounts with premium performance characteristics. Recommended for scenarios with high transactions rates, using smaller objects, or requiring consistently low storage latency.
17+
- **BlockBlobStorage accounts**: Storage accounts with premium performance characteristics for block blobs and append blobs. Recommended for scenarios with high transactions rates, or scenarios that use smaller objects or require consistently low storage latency.
1818
- **FileStorage accounts**: Files-only storage accounts with premium performance characteristics. Recommended for enterprise or high performance scale applications.
1919
- **BlobStorage accounts**: Legacy Blob-only storage accounts. Use general-purpose v2 accounts instead when possible.
2020

0 commit comments

Comments
 (0)