Skip to content

Commit 80c530e

Browse files
authored
Merge pull request #304154 from stevenmatthew/conversionFAQ0812
conversionFAQ0812
2 parents 4e4a964 + 67299e7 commit 80c530e

3 files changed

Lines changed: 206 additions & 2 deletions

File tree

articles/storage/blobs/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,8 @@ items:
506506
items:
507507
- name: Change redundancy configuration
508508
href: ../common/redundancy-migration.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
509+
- name: Change redundancy configuration - FAQs
510+
href: ../common/storage-redundancy-change-faq.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
509511
- name: Disaster recovery
510512
items:
511513
- name: Disaster recovery planning and failover

articles/storage/common/redundancy-migration.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ There are three ways to change the replication settings:
4545

4646
Geo-redundancy and read-access can be changed at the same time. However, any change that also involves zone-redundancy requires a conversion and must be performed separately using a two-step process. These two steps can be performed in any order.
4747

48+
For answers to common questions about changing replication types, see the [Storage redundancy change FAQ](storage-redundancy-change-faq.md) article.
49+
4850
### Changing redundancy configuration
4951

5052
The following table provides an overview of how to switch between replication types.
@@ -351,7 +353,7 @@ Some storage account features aren't compatible with other features or operation
351353

352354
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).
353355

354-
Any conversion attempts to add zonal redundancy, such as LRS to ZRS or GRS to GZRS, will fail. To convert your account to a zone-redundant SKU, disable boot diagnostics on your account and resubmit the request. To learn more about boot diagnostics, review the [Azure boot diagnostics](/azure/virtual-machines/boot-diagnostics#enable-managed-boot-diagnostics) article.
356+
Any conversion attempts to add zonal redundancy, such as LRS to ZRS or GRS to GZRS, fail. To convert your account to a zone-redundant SKU, disable boot diagnostics on your account and resubmit the request. To learn more about boot diagnostics, review the [Azure boot diagnostics](/azure/virtual-machines/boot-diagnostics#enable-managed-boot-diagnostics) article.
355357

356358
### Storage account type
357359

@@ -429,7 +431,7 @@ An LRS storage account containing blobs in the archive tier can be switched to G
429431
430432
### Protocol support
431433

432-
Customer and support initiated conversions are not supported if either of the following cases are true:
434+
Customer and support initiated conversions aren't supported if either of the following cases are true:
433435

434436
- NFSv3 protocol support is enabled for Azure Blob Storage
435437
- The storage account contains Azure Files NFSv4.1 shares with public endpoint access enabled
@@ -486,6 +488,7 @@ If you remove geo-redundancy (change from GRS to LRS), there's no cost for makin
486488
## See also
487489

488490
- [Azure Storage redundancy](storage-redundancy.md)
491+
- [Storage redundancy change FAQ](storage-redundancy-change-faq.md)
489492
- [Use geo-redundancy to design highly available applications](geo-redundant-design.md)
490493
- [Move an Azure Storage account to another region](storage-account-move.md)
491494
- [Check the Last Sync Time property for a storage account](last-sync-time-get.md)

0 commit comments

Comments
 (0)