Skip to content

Commit bdde697

Browse files
Merge pull request #114112 from tamram/tamram-0506
remove account recovery article + ZRS limitations
2 parents 8ac988f + 6ef1805 commit bdde697

File tree

6 files changed

+21
-44
lines changed

6 files changed

+21
-44
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28440,6 +28440,11 @@
2844028440
"redirect_url": "/azure/storage/files/storage-how-to-use-files-linux",
2844128441
"redirect_document_id": true
2844228442
},
28443+
{
28444+
"source_path": "articles/storage/files/storage-how-to-recover-deleted-account.md",
28445+
"redirect_url": "/azure/storage/common/storage-account-create",
28446+
"redirect_document_id": false
28447+
},
2844328448
{
2844428449
"source_path": "articles/storage/storage-https-custom-domain-cdn.md",
2844528450
"redirect_url": "/azure/storage/blobs/storage-https-custom-domain-cdn",

articles/storage/common/redundancy-migration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ The following table provides an overview of how to switch from each type of repl
3636
|--------------------|----------------------------------------------------|---------------------------------------------------------------------|----------------------------------------------------|---------------------------------------------------------------------|
3737
| <b>…from LRS</b> | N/A | Use Azure portal, PowerShell, or CLI to change the replication setting<sup>1</sup> | Perform a manual migration <br /><br />Request a live migration | Perform a manual migration <br /><br /> OR <br /><br /> Switch to GRS/RA-GRS first and then request a live migration<sup>1</sup> |
3838
| <b>…from GRS/RA-GRS</b> | Use Azure portal, PowerShell, or CLI to change the replication setting | N/A | Perform a manual migration <br /><br /> OR <br /><br /> Switch to LRS first and then request a live migration | Perform a manual migration <br /><br /> Request a live migration |
39-
| <b>…from ZRS</b> | Perform a manual migration | Perform a manual migration | N/A | Use Azure portal, PowerShell, or CLI to change the replication setting<sup>1</sup> |
39+
| <b>…from ZRS</b> | Perform a manual migration | Perform a manual migration | N/A | Use Azure portal, PowerShell, or CLI to change the replication setting<sup>1,2</sup> |
4040
| <b>…from GZRS/RA-GZRS</b> | Perform a manual migration | Perform a manual migration | Use Azure portal, PowerShell, or CLI to change the replication setting | N/A |
4141

42-
<sup>1</sup> Incurs a one-time egress charge.
42+
<sup>1</sup> Incurs a one-time egress charge.<br />
43+
<sup>2</sup> Conversion from ZRS to GZRS/RA-GZRS or vice versa is not supported in the following regions: US East 2, US East, Europe West.
4344

4445
> [!CAUTION]
4546
> If you performed an [account failover](storage-disaster-recovery-guidance.md) for your (RA-)GRS or (RA-)GZRS account, the account is locally redundant in the new primary region after the failover. Live migration to ZRS or GZRS for an LRS account resulting from a failover is not supported. You will need to perform a [manual migration](#perform-a-manual-migration-to-zrs) to ZRS or GZRS.

articles/storage/common/storage-initiate-account-failover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: storage
66
author: tamram
77

88
ms.service: storage
9-
ms.topic: article
9+
ms.topic: how-to
1010
ms.date: 05/05/2020
1111
ms.author: tamram
1212
ms.reviewer: cbrooks

articles/storage/common/storage-redundancy.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,18 @@ With a GZRS storage account, you can continue to read and write data if an avail
100100

101101
Only general-purpose v2 storage accounts support GZRS and RA-GZRS. For more information about storage account types, see [Azure storage account overview](storage-account-overview.md). GZRS and RA-GZRS support block blobs, page blobs (except for VHD disks), files, tables, and queues. GZRS and RA-GZRS are available in all Azure regions.
102102

103+
GZRS and RA-GZRS are supported in the following regions:
104+
105+
- Asia Southeast
106+
- Europe North
107+
- Europe West
108+
- Japan East
109+
- UK South
110+
- US Central
111+
- US East
112+
- US East 2
113+
- US West 2
114+
103115
For information on pricing, see pricing details for [Blobs](https://azure.microsoft.com/pricing/details/storage/blobs), [Files](https://azure.microsoft.com/pricing/details/storage/files/), [Queues](https://azure.microsoft.com/pricing/details/storage/queues/), and [Tables](https://azure.microsoft.com/pricing/details/storage/tables/).
104116

105117
## Read access to data in the secondary region

articles/storage/files/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@
200200
href: storage-sync-files-troubleshoot.md
201201
- name: Troubleshoot Deleting Azure Files
202202
href: storage-troubleshoot-cannot-delete-files-azure-file-share.md
203-
- name: Recover a deleted storage account
204-
href: storage-how-to-recover-deleted-account.md
205203
- name: Reference
206204
items:
207205
- name: Azure PowerShell (Storage)

articles/storage/files/storage-how-to-recover-deleted-account.md

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

0 commit comments

Comments
 (0)