Skip to content

Commit 0a81a75

Browse files
authored
Merge pull request #249837 from jimmart-dev/jammart-storage-failover-reorg
storage disaster recovery reorg
2 parents c7b2b5b + eab23ff commit 0a81a75

28 files changed

+394
-160
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,14 @@ items:
201201
href: immutable-time-based-retention-policy-overview.md
202202
- name: Legal holds
203203
href: immutable-legal-hold-overview.md
204-
- name: Redundancy and disaster recovery
204+
- name: Disaster recovery
205205
items:
206+
- name: Disaster recovery planning and failover
207+
href: ../common/storage-disaster-recovery-guidance.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
206208
- name: Data redundancy
207209
href: ../common/storage-redundancy.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
208-
- name: Customer-managed failover for disaster recovery
209-
href: ../common/storage-disaster-recovery-guidance.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
210+
- name: How customer-managed failover works
211+
href: ../common/storage-failover-customer-managed-unplanned.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
210212
- name: Access tiers and lifecycle management
211213
items:
212214
- name: Access tiers overview

articles/storage/blobs/immutable-storage-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: normesta
77

88
ms.service: azure-blob-storage
99
ms.topic: conceptual
10-
ms.date: 09/19/2022
10+
ms.date: 09/20/2023
1111
ms.author: normesta
1212
---
1313

@@ -122,7 +122,7 @@ All blob access tiers support immutable storage. You can change the access tier
122122

123123
### Redundancy configurations
124124

125-
All redundancy configurations support immutable storage. For geo-redundant configurations, customer-managed failover is not supported. For more information about redundancy configurations, see [Azure Storage redundancy](../common/storage-redundancy.md).
125+
All redundancy configurations support immutable storage. For more information about redundancy configurations, see [Azure Storage redundancy](../common/storage-redundancy.md).
126126

127127
### Hierarchical namespace support
128128

articles/storage/blobs/point-in-time-restore-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: normesta
77

88
ms.service: azure-blob-storage
99
ms.topic: conceptual
10-
ms.date: 05/31/2023
10+
ms.date: 09/21/2023
1111
ms.author: normesta
1212
---
1313

@@ -86,7 +86,7 @@ Point-in-time restore for block blobs has the following limitations and known is
8686
- If an immutability policy is configured, then a restore operation can be initiated, but any blobs that are protected by the immutability policy won't be modified. A restore operation in this case won't result in the restoration of a consistent state to the date and time given.
8787
- A block that has been uploaded via [Put Block](/rest/api/storageservices/put-block) or [Put Block from URL](/rest/api/storageservices/put-block-from-url), but not committed via [Put Block List](/rest/api/storageservices/put-block-list), isn't part of a blob and so isn't restored as part of a restore operation.
8888
- If a blob with an active lease is included in the range to restore, and if the current version of the leased blob is different from the previous version at the timestamp provided for PITR, the restore operation fails atomically. We recommend breaking any active leases before initiating the restore operation.
89-
- Performing a customer-managed failover on a storage account resets the earliest possible restore point for the storage account. For more details, see [Point-in-time restore](../common/storage-disaster-recovery-guidance.md#point-in-time-restore).
89+
- Performing a customer-managed failover on a storage account resets the earliest possible restore point for the storage account. For more details, see [Point-in-time restore](../common/storage-disaster-recovery-guidance.md#point-in-time-restore-inconsistencies).
9090
- Snapshots aren't created or deleted as part of a restore operation. Only the base blob is restored to its previous state.
9191
- Point-in-time restore isn't supported for hierarchical namespaces or operations via Azure Data Lake Storage Gen2.
9292
- Point-in-time restore isn't supported when the storage account's **AllowedCopyScope** property is set to restrict copy scope to the same Azure AD tenant or virtual network. For more information, see [About Permitted scope for copy operations (preview)](../common/security-restrict-copy-operations.md?toc=/azure/storage/blobs/toc.json&tabs=portal#about-permitted-scope-for-copy-operations-preview).

articles/storage/blobs/storage-blob-change-feed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about change feed logs in Azure Blob Storage and how to use t
55
author: normesta
66

77
ms.author: normesta
8-
ms.date: 05/30/2023
8+
ms.date: 09/06/2023
99
ms.topic: how-to
1010
ms.service: azure-blob-storage
1111
ms.reviewer: sadodd
26.5 KB
Loading
36.5 KB
Loading
22.8 KB
Loading
32.6 KB
Loading
67.9 KB
Loading
Loading

0 commit comments

Comments
 (0)