Skip to content

Commit b008cb6

Browse files
Merge pull request #297183 from wmgries/consistent-media-tiers
Clean up files-change-redundancy-configuration
2 parents 1d7a85c + 820e729 commit b008cb6

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

articles/storage/files/files-change-redundancy-configuration.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ Azure always stores multiple copies of your data to protect it in the face of bo
1515

1616
This article describes the process of changing replication settings for an existing storage account that hosts Azure file shares.
1717

18+
## Applies to
19+
| Management model | Billing model | Media tier | Redundancy | SMB | NFS |
20+
|-|-|-|-|:-:|:-:|
21+
| Microsoft.Storage | Provisioned v2 | HDD (standard) | Local (LRS) | ![No](../media/icons/no-icon.png) | ![No](../media/icons/no-icon.png) |
22+
| Microsoft.Storage | Provisioned v2 | HDD (standard) | Zone (ZRS) | ![No](../media/icons/no-icon.png) | ![No](../media/icons/no-icon.png) |
23+
| Microsoft.Storage | Provisioned v2 | HDD (standard) | Geo (GRS) | ![No](../media/icons/no-icon.png) | ![No](../media/icons/no-icon.png) |
24+
| Microsoft.Storage | Provisioned v2 | HDD (standard) | GeoZone (GZRS) | ![No](../media/icons/no-icon.png) | ![No](../media/icons/no-icon.png) |
25+
| Microsoft.Storage | Provisioned v1 | SSD (premium) | Local (LRS) | ![Yes](../media/icons/yes-icon.png) | ![Yes](../media/icons/yes-icon.png) |
26+
| Microsoft.Storage | Provisioned v1 | SSD (premium) | Zone (ZRS) | ![Yes](../media/icons/yes-icon.png) | ![Yes](../media/icons/yes-icon.png)|
27+
| Microsoft.Storage | Pay-as-you-go | HDD (standard) | Local (LRS) | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
28+
| Microsoft.Storage | Pay-as-you-go | HDD (standard) | Zone (ZRS) | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
29+
| Microsoft.Storage | Pay-as-you-go | HDD (standard) | Geo (GRS) | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
30+
| Microsoft.Storage | Pay-as-you-go | HDD (standard) | GeoZone (GZRS) | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
31+
1832
## Options for changing the replication type
1933

2034
When deciding which redundancy configuration is best for your scenario, consider the tradeoffs between lower costs and higher availability. The factors that help determine which redundancy configuration you should choose include:
@@ -124,9 +138,9 @@ There are two ways to initiate a conversion:
124138

125139
Instead of opening a support request, customers in most regions can start a conversion and monitor its progress. This option eliminates potential delays related to creating and managing support requests. For help determining the regions in which customer-initiated conversion is supported, see the [region limitations](#region) article.
126140

127-
For standard file shares, customer-initiated conversion can be completed in supported regions using the Azure portal, PowerShell, or the Azure CLI.
141+
For HDD file shares, customer-initiated conversion can be completed in supported regions using the Azure portal, PowerShell, or the Azure CLI.
128142

129-
For premium file shares, customer-initiated conversion is available through PowerShell and Azure CLI. Or you can request a [support-initiated conversion](#support-initiated-conversion).
143+
For SSD file shares, customer-initiated conversion is available through PowerShell and Azure CLI. Or you can request a [support-initiated conversion](#support-initiated-conversion).
130144

131145
After initiation, the conversion could still take up to 72 hours to begin.
132146

@@ -275,10 +289,6 @@ With a manual migration, you copy the data from your existing storage account to
275289
For more detailed guidance on how to perform a manual migration, see [Move an Azure Storage account to another region](../common/storage-account-move.md).
276290

277291
## Limitations for changing replication types
278-
279-
> [!IMPORTANT]
280-
> Boot diagnostics doesn't support premium storage accounts or zone-redundant storage accounts. When either premium or zone-redundant storage accounts are used for boot diagnostics, users receive a `StorageAccountTypeNotSupported` error upon starting their virtual machine (VM).
281-
282292
Limitations apply to some replication change scenarios depending on:
283293

284294
- [Region](#region)
@@ -310,19 +320,16 @@ Some storage account types only support certain redundancy configurations, which
310320

311321
The following table lists the redundancy options available for storage account types and whether conversion and manual migration are supported:
312322

313-
| Storage account type | Supports LRS | Supports ZRS | Supports conversion<br>(from the Azure portal) | Supports conversion<br>(by support request) | Supports manual migration |
314-
|:----------------------------|:------------:|:------------:|:-----------------------:|:-------------------------:|:-------------------------:|
315-
| Standard general purpose v2 | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
316-
| Premium file shares | &#x2705; | &#x2705; | &#x2705; | &#x2705; <sup>1</sup> | &#x2705; |
323+
| Storage account type | Supports LRS | Supports ZRS | Supports conversion<br>(from the Azure portal) | Supports conversion<br>(by support request) | Supports manual migration |
324+
|:-|:-:|:-:|:-:|:-:|:-:|
325+
| SSD provisioned v1 | &#x2705; | &#x2705; | &#x2705; | &#x2705; <sup>1</sup> | &#x2705; |
326+
| HDD pay-as-you-go | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
317327

318328
<sup>1</sup> Customer-initiated conversion can be undertaken using [Azure Portal](../common/redundancy-migration.md?tabs=portal#customer-initiated-conversion), [PowerShell](../common/redundancy-migration.md?tabs=powershell#customer-initiated-conversion) or the [Azure CLI](../common/redundancy-migration.md?tabs=azure-cli#customer-initiated-conversion). You can also [open a support request](#support-initiated-conversion).<br />
319329

320330
### Protocol support
321331

322-
You can't convert storage accounts to zone-redundancy (ZRS or GZRS) if either of the following cases are true:
323-
324-
- NFSv3 protocol support is enabled for Azure Blob Storage
325-
- The storage account contains Azure Files NFSv4.1 shares with public endpoint access enabled
332+
You can't convert storage accounts to zone-redundancy (ZRS or GZRS) if storage account contains NFS file shares with public endpoint access enabled
326333

327334
Converting **NFSv4.1 shares with public endpoints enabled isn't supported**. To change redundancy for NFS shares with public endpoints, follow these steps in order:
328335

0 commit comments

Comments
 (0)