Skip to content

Commit 47e6a9a

Browse files
authored
Merge pull request #297651 from khdownie/kendownie040425
redirect storage redundancy articles
2 parents 53097a8 + 1039da1 commit 47e6a9a

File tree

5 files changed

+12
-64
lines changed

5 files changed

+12
-64
lines changed

articles/storage/.openpublishing.redirection.storage.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2690,6 +2690,16 @@
26902690
"redirect_url": "/azure/virtual-machines/windows/premium-storage",
26912691
"redirect_document_id": false
26922692
},
2693+
{
2694+
"source_path_from_root": "/articles/storage/common/redundancy-regions-zrs.md",
2695+
"redirect_url": "/azure/reliability/regions-list",
2696+
"redirect_document_id": false
2697+
},
2698+
{
2699+
"source_path_from_root": "/articles/storage/common/redundancy-regions-gzrs.md",
2700+
"redirect_url": "/azure/reliability/regions-list",
2701+
"redirect_document_id": false
2702+
},
26932703
{
26942704
"source_path_from_root": "/articles/storage/common/storage-premium-storage-performance.md",
26952705
"redirect_url": "/azure/virtual-machines/windows/premium-storage-performance",

articles/storage/blobs/TOC.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -448,10 +448,6 @@ items:
448448
items:
449449
- name: Change redundancy configuration
450450
href: ../common/redundancy-migration.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
451-
- name: Regions that support ZRS
452-
href: ../common/redundancy-regions-zrs.md?toc=/azure/storage/blobs/toc.json
453-
- name: Regions that support GZRS
454-
href: ../common/redundancy-regions-gzrs.md?toc=/azure/storage/blobs/toc.json
455451
- name: Disaster recovery
456452
items:
457453
- name: Disaster recovery planning and failover

articles/storage/common/redundancy-regions-gzrs.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

articles/storage/common/redundancy-regions-zrs.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

articles/storage/common/storage-redundancy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ For more information about which regions support ZRS, see [Azure regions with av
8989

9090
Redundancy options can help provide high durability for your applications. In many regions, you can copy the data within your storage account to a secondary region located hundreds of miles away from the primary region. Copying your storage account to a secondary region ensures that your data remains durable during a complete regional outage or a disaster in which the primary region isn't recoverable.
9191

92-
When you create a storage account, you select the primary region for the account. The paired secondary region is determined based on the primary region, and can't be changed. For more information about regions supported by Azure, see [Azure regions](https://azure.microsoft.com/global-infrastructure/regions/).
92+
When you create a storage account, you select the primary region for the account. The paired secondary region is determined based on the primary region, and can't be changed. For more information about regions supported by Azure, see the [Azure regions list](/azure/reliability/regions-list#azure-regions-list-1).
9393

9494
Azure Storage offers two options for copying your data to a secondary region:
9595

@@ -126,7 +126,7 @@ The following diagram shows how your data is replicated with GZRS or RA-GZRS:
126126

127127
:::image type="content" source="media/storage-redundancy/geo-zone-redundant-storage.png" alt-text="Diagram showing how data is replicated with GZRS or RA-GZRS":::
128128

129-
For a list of regions that support geo-zone-redundant storage (GZRS), see [Azure regions that support geo-zone-redundant storage (GZRS)](storage-redundancy.md#supported-storage-account-types).
129+
To determine if a region supports GZRS, see the [Azure regions list](/azure/reliability/regions-list#azure-regions-list-1). To support GZRS, a region must support availability zones and have a paired region.
130130

131131
## Read access to data in the secondary region
132132

0 commit comments

Comments
 (0)