Skip to content

Commit 7c9e1a2

Browse files
authored
Merge pull request #297587 from khdownie/kendownie040325
premium to ssd verbiage change
2 parents e2b945e + ff4d881 commit 7c9e1a2

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

articles/storage/common/storage-redundancy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ The following table shows the redundancy options supported by each Azure Storage
192192
| Azure managed disks | &#x2705; | &#x2705; <sup>3</sup> | | | | |
193193
| Azure Elastic SAN | &#x2705; | &#x2705; | | | | |
194194

195-
<sup>1</sup> Standard file shares are supported on LRS and ZRS. Standard file shares are supported on GRS and GZRS as long as they're less than or equal to 5 TiB in size.<br/>
196-
<sup>2</sup> Premium file shares are supported on LRS and ZRS.<br/>
195+
<sup>1</sup> Standard (HDD) file shares are supported on LRS and ZRS. Standard file shares are supported on GRS and GZRS as long as they're less than or equal to 5 TiB in size.<br/>
196+
<sup>2</sup> SSD file shares are supported on LRS and ZRS.<br/>
197197
<sup>3</sup> ZRS managed disks have certain limitations. See the [Limitations](/azure/virtual-machines/disks-redundancy#limitations) section of the redundancy options for managed disks article for details.<br/>
198198

199199
### Supported storage account types
@@ -202,7 +202,7 @@ The following table shows which redundancy options are supported for each type o
202202

203203
| Storage account types | LRS | ZRS | GRS/RA-GRS | GZRS/RA-GZRS |
204204
|:-|:-|:-|:-|:-|
205-
| **Recommended** | Standard general-purpose v2 (`StorageV2`)<sup>1</sup><br/><br/> Premium block blobs (`BlockBlobStorage`)<sup>1</sup><br/><br/> Premium file shares (`FileStorage`) <br/><br/> Premium page blobs (`StorageV2`) | Standard general-purpose v2 (`StorageV2`)<sup>1</sup><br/><br/> Premium block blobs (`BlockBlobStorage`)<sup>1</sup><br/><br/> Premium file shares (`FileStorage`) | Standard general-purpose v2 (`StorageV2`)<sup>1</sup> | Standard general-purpose v2 (`StorageV2`)<sup>1</sup> |
205+
| **Recommended** | Standard general-purpose v2 (`StorageV2`)<sup>1</sup><br/><br/> Premium block blobs (`BlockBlobStorage`)<sup>1</sup><br/><br/> SSD file shares (`FileStorage`) <br/><br/> Premium page blobs (`StorageV2`) | Standard general-purpose v2 (`StorageV2`)<sup>1</sup><br/><br/> Premium block blobs (`BlockBlobStorage`)<sup>1</sup><br/><br/> SSD file shares (`FileStorage`) | Standard general-purpose v2 (`StorageV2`)<sup>1</sup> | Standard general-purpose v2 (`StorageV2`)<sup>1</sup> |
206206
| **Legacy** | Standard general-purpose v1 (`Storage`)<br/><br/> Legacy blob (`BlobStorage`) | N/A | Standard general-purpose v1 (`Storage`)<br/><br/> Legacy blob (`BlobStorage`) | N/A |
207207

208208
<sup>1</sup> Accounts of this type with a hierarchical namespace enabled also support the specified redundancy option.

articles/storage/files/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@
239239
href: files-change-redundancy-configuration.md
240240
- name: Initiate storage account failover
241241
href: ../common/storage-initiate-account-failover.md?toc=/azure/storage/files/toc.json
242-
- name: Premium file shares redundancy support
242+
- name: SSD file shares redundancy support
243243
href: redundancy-premium-file-shares.md
244-
- name: Deploy SQL Server Failover Cluster with premium file shares
244+
- name: Deploy SQL Server Failover Cluster with SSD file shares
245245
href: /azure/azure-sql/virtual-machines/windows/failover-cluster-instance-premium-file-share-manually-configure?toc=/azure/storage/files/toc.json
246246
- name: Performance, scale, and cost
247247
items:

articles/storage/files/files-redundancy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ LRS is a good choice for the following scenarios:
6060
- If your application stores data that can be easily reconstructed if data loss occurs.
6161
- If your application is restricted to replicating data only within a country or region due to data governance requirements. In some cases, the paired regions across which the data is geo-replicated might be in another country or region. For more information, see [Azure region pairs and nonpaired regions](/azure/reliability/regions-paired).
6262

63-
LRS is supported in all Azure regions for HDD file shares. For a list of regions that support LRS for SSD file shares, see [LRS support for SSD file shares](redundancy-premium-file-shares.md#lrs-support-for-premium-azure-file-shares).
63+
LRS is supported in all Azure regions for HDD file shares. For a list of regions that support LRS for SSD file shares, see [LRS support for SSD file shares](redundancy-premium-file-shares.md#lrs-support-for-ssd-azure-file-shares).
6464

6565
### Zone-redundant storage
6666

@@ -85,7 +85,7 @@ ZRS provides excellent performance, low latency, and resiliency for your data if
8585

8686
To understand which regions support ZRS for standard file shares, see the [Azure regions list](/azure/reliability/regions-list#azure-regions-list-1) and refer to the availability zone support column. ZRS is supported in standard general-purpose v2 storage accounts for all three standard tiers: transaction optimized, hot, and cool.
8787

88-
ZRS is supported for SSD file shares through the `FileStorage` storage account kind. For a list of regions that support ZRS for SSD file share accounts, see [ZRS support for SSD file shares](redundancy-premium-file-shares.md#zrs-support-for-premium-azure-file-shares).
88+
ZRS is supported for SSD file shares through the `FileStorage` storage account kind. For a list of regions that support ZRS for SSD file share accounts, see [ZRS support for SSD file shares](redundancy-premium-file-shares.md#zrs-support-for-ssd-azure-file-shares).
8989

9090
## Redundancy in a secondary region
9191

articles/storage/files/redundancy-premium-file-shares.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Redundancy support for premium Azure file shares
2+
title: Redundancy support for SSD Azure file shares
33
description: Premium file storage (SSD) is provided for Azure file shares through the FileStorage storage account kind. Determine the Azure regions in which locally redundant storage (LRS) and zone redundant storage (ZRS) are supported for premium file shares.
44
author: khdownie
55
services: storage
@@ -10,9 +10,9 @@ ms.author: kendownie
1010
ms.custom: references_regions
1111
---
1212

13-
# Azure Files redundancy support for premium file shares
13+
# Azure Files redundancy support for SSD file shares
1414

15-
Premium file storage using solid-state drives (SSD) is provided for Azure file shares through the `FileStorage` storage account kind. Use this article to determine the Azure regions in which locally redundant storage (LRS) and zone redundant storage (ZRS) are supported for premium file shares.
15+
Premium file storage using solid-state drives (SSD) is provided for Azure file shares through the `FileStorage` storage account kind. Use this article to determine the Azure regions in which locally redundant storage (LRS) and zone redundant storage (ZRS) are supported for SSD file shares.
1616

1717
## Applies to
1818

@@ -22,11 +22,11 @@ Premium file storage using solid-state drives (SSD) is provided for Azure file s
2222
| Standard file shares (GPv2), GRS/GZRS | ![No](../media/icons/no-icon.png) | ![No](../media/icons/no-icon.png) |
2323
| Premium file shares (FileStorage), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![Yes](../media/icons/yes-icon.png) |
2424

25-
## LRS support for premium Azure file shares
25+
## LRS support for SSD Azure file shares
2626

2727
LRS copies your data synchronously three times within a single physical location in the primary region.
2828

29-
LRS for premium file shares is supported in the following Azure regions:
29+
LRS for SSD Azure file shares is supported in the following Azure regions:
3030

3131
- (Africa) South Africa North
3232
- (Africa) South Africa West
@@ -98,11 +98,11 @@ LRS for premium file shares is supported in the following Azure regions:
9898
- (US Government) US Gov Southwest
9999
- (US Government) US Gov South Central
100100

101-
## ZRS support for premium Azure file shares
101+
## ZRS support for SSD Azure file shares
102102

103103
ZRS replicates your storage account synchronously across three Azure availability zones in the primary region.
104104

105-
ZRS for premium file shares is supported in the following subset of Azure regions:
105+
ZRS for SSD Azure file shares is supported in the following subset of Azure regions:
106106

107107
- (Africa) South Africa North
108108
- (Asia Pacific) Australia East

articles/storage/files/storage-files-planning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ZRS for standard general-purpose v2 storage accounts is available for a [subset
170170

171171
### Premium ZRS availability
172172

173-
ZRS for premium file shares is available for a [subset of Azure regions](redundancy-premium-file-shares.md#zrs-support-for-premium-azure-file-shares).
173+
ZRS for premium (SSD) file shares is available for a [subset of Azure regions](redundancy-premium-file-shares.md#zrs-support-for-ssd-azure-file-shares).
174174

175175
### Standard GZRS availability
176176

0 commit comments

Comments
 (0)