You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -362,7 +362,7 @@ Some storage account types only support certain redundancy configurations, which
362
362
363
363
The following table provides an overview of redundancy options available for storage account types and whether conversion and manual migration are supported:
364
364
365
-
| Storage account type | Supports LRS | Supports ZRS | Supports conversion<br>(from the portal) | Supports conversion<br>(by support request) | Supports manual migration |
365
+
| Storage account type | Supports LRS | Supports ZRS | Supports conversion<br>(from the Azure portal) | Supports conversion<br>(by support request) | Supports manual migration |
@@ -373,7 +373,7 @@ The following table provides an overview of redundancy options available for sto
373
373
| ZRS Classic<sup>4</sup><br /><sub>(available in standard general purpose v1 accounts)</sub> |✅|||||
374
374
375
375
376
-
<sup>1</sup> Conversion for premium file shares is available by [opening a support request](#support-initiated-conversion); Customer-initiated conversion can be undertaken using either [PowerShell](redundancy-migration.md?tabs=powershell#customer-initiated-conversion) or the [Azure CLI](redundancy-migration.md?tabs=azure-cli#customer-initiated-conversion).<br />
376
+
<sup>1</sup> Customer-initiated conversion can be undertaken using either [PowerShell](redundancy-migration.md?tabs=powershell#customer-initiated-conversion) or the [Azure CLI](redundancy-migration.md?tabs=azure-cli#customer-initiated-conversion). You can also [open a support request](#support-initiated-conversion).<br />
377
377
<sup>2</sup> Managed disks are available for LRS and ZRS, though ZRS disks have some [limitations](/azure/virtual-machines/disks-redundancy#limitations). If an LRS disk is regional (no zone specified), it can be converted by [changing the SKU](/azure/virtual-machines/disks-convert-types). If an LRS disk is zonal, then it can only be manually migrated by following the process in [Migrate your managed disks](../../reliability/migrate-vm.md#migrate-your-managed-disks). You can store snapshots and images for standard SSD managed disks on standard HDD storage and [choose between LRS and ZRS options](https://azure.microsoft.com/pricing/details/managed-disks/). For information about integration with availability sets, see [Introduction to Azure managed disks](/azure/virtual-machines/managed-disks-overview#integration-with-availability-sets).<br />
378
378
<sup>3</sup> If your storage account is v1, you need to upgrade it to v2 before performing a conversion. To learn how to upgrade your v1 account, see [Upgrade to a general-purpose v2 storage account](storage-account-upgrade.md).<br />
379
379
<sup>4</sup> ZRS Classic storage accounts are deprecated. For information about converting ZRS Classic accounts, see [Converting ZRS Classic accounts](#converting-zrs-classic-accounts).<br />
@@ -433,10 +433,16 @@ An LRS storage account containing blobs in the archive tier can be switched to G
433
433
434
434
### Protocol support
435
435
436
-
You can't convert storage accounts to zone-redundancy (ZRS, GZRS or RA-GZRS) if either of the following cases are true:
436
+
You can't convert storage accounts to zone-redundancy (ZRS, GZRS, or RA-GZRS) if either of the following cases are true:
437
437
438
438
- NFSv3 protocol support is enabled for Azure Blob Storage
439
-
- The storage account contains Azure Files NFSv4.1 shares with public endpoints configured
439
+
- The storage account contains Azure Files NFSv4.1 shares with public endpoint access enabled
440
+
441
+
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:
442
+
443
+
1.[Disable access](../files/storage-files-networking-endpoints.md#restrict-public-endpoint-access) to the storage account's public endpoint.
444
+
1. Submit the conversion request to change redundancy of the given storage account.
445
+
1. Once the storage account is migrated, [configure private or public endpoints](../files/storage-files-networking-endpoints.md) as required.
@@ -55,7 +55,7 @@ The following table provides an overview of how to switch between replication ty
55
55
<sup>2</sup> If your storage account contains blobs in the archive tier, review the [access tier limitations](../common/redundancy-migration.md#access-tier) before changing the redundancy type to geo- or zone-redundant.<br />
56
56
<sup>3</sup> The type of conversion supported depends on the storage account type. For more information, see the [storage account table](#storage-account-type).<br />
57
57
<sup>4</sup> Conversion to ZRS or GZRS for an LRS account resulting from a failover isn't supported. For more information, see [Failover and failback](#failover-and-failback).<br />
58
-
<sup>5</sup> Converting from LRS to ZRS [isn't supported if the NFSv3 protocol support is enabled for Azure Blob Storage or if the storage account contains Azure Files NFSv4.1 shares](#protocol-support). <br />
58
+
<sup>5</sup> Converting from LRS to ZRS [isn't supported if the NFSv3 protocol support is enabled for Azure Blob Storage or if the storage account contains Azure Files NFSv4.1 shares with public endpoints enabled](#protocol-support). <br />
59
59
<sup>6</sup> Even though enabling geo-redundancy appears to occur instantaneously, failover to the secondary region can't be initiated until data synchronization between the two regions is complete.<br />
60
60
61
61
## Change the replication setting
@@ -124,7 +124,11 @@ There are two ways to initiate a conversion:
124
124
125
125
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.
126
126
127
-
Customer-initiated conversion can be completed in supported regions using the Azure portal, PowerShell, or the Azure CLI. After initiation, the conversion could still take up to 72 hours to begin.
127
+
For standard file shares, customer-initiated conversion can be completed in supported regions using the Azure portal, PowerShell, or the Azure CLI.
128
+
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).
130
+
131
+
After initiation, the conversion could still take up to 72 hours to begin.
128
132
129
133
> [!IMPORTANT]
130
134
> There is no SLA for completion of a conversion.
@@ -306,19 +310,25 @@ Some storage account types only support certain redundancy configurations, which
306
310
307
311
The following table lists the redundancy options available for storage account types and whether conversion and manual migration are supported:
308
312
309
-
| Storage account type | Supports LRS | Supports ZRS | Supports conversion<br>(from the portal) | Supports conversion<br>(by support request) | Supports manual migration |
313
+
| Storage account type | Supports LRS | Supports ZRS | Supports conversion<br>(from the Azure portal) | Supports conversion<br>(by support request) | Supports manual migration |
<sup>1</sup> Conversion for premium file shares is only available by [opening a support request](#support-initiated-conversion); [Customer-initiated conversion](#customer-initiated-conversion) isn't currently supported.<br />
318
+
<sup>1</sup> Customer-initiated conversion can be undertaken using either [PowerShell](redundancy-migration.md?tabs=powershell#customer-initiated-conversion) or the [Azure CLI](redundancy-migration.md?tabs=azure-cli#customer-initiated-conversion). You can also [open a support request](#support-initiated-conversion).<br />
315
319
316
320
### Protocol support
317
321
318
322
You can't convert storage accounts to zone-redundancy (ZRS or GZRS) if either of the following cases are true:
319
323
320
324
- NFSv3 protocol support is enabled for Azure Blob Storage
321
-
- The storage account contains Azure Files NFSv4.1 shares
325
+
- The storage account contains Azure Files NFSv4.1 shares with public endpoint access enabled
326
+
327
+
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:
328
+
329
+
1.[Disable access](storage-files-networking-endpoints.md#restrict-public-endpoint-access) to the storage account's public endpoint.
330
+
1. Submit the conversion request to change redundancy of the given storage account.
331
+
1. Once the storage account is migrated, [configure private or public endpoints](storage-files-networking-endpoints.md) as required.
0 commit comments