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
@@ -544,6 +544,7 @@ This section describes known issues and conditions in the current release of the
544
544
- The `url` property of the log file is currently always empty.
545
545
- The `LastConsumable` property of the segments.json file does not list the very first segment that the change feed finalizes. This issue occurs only after the first segment is finalized. All subsequent segments after the first hour are accurately captured in the `LastConsumable` property.
546
546
- You currently cannot see the **$blobchangefeed** container when you call the ListContainers API. You can view the contents by calling the ListBlobs API on the $blobchangefeed container directly.
547
+
-[Storage account failover](../common/storage-disaster-recovery-guidance.md) is not supported on accounts with the change feed enabled. Disable the change feed before initiating a failover.
547
548
- Storage accounts that have previously initiated an [account failover](../common/storage-disaster-recovery-guidance.md) may have issues with the log file not appearing. Any future account failovers may also impact the log file.
@@ -210,12 +210,29 @@ For more detailed guidance on how to perform a manual migration, see [Move an Az
210
210
211
211
Limitations apply to some replication change scenarios depending on:
212
212
213
-
-[Storage account type](#storage-account-type)
214
213
-[Region](#region)
214
+
-[Feature conflicts](#feature-conflicts)
215
+
-[Storage account type](#storage-account-type)
215
216
-[Access tier](#access-tier)
216
217
-[Protocol support](#protocol-support)
217
218
-[Failover and failback](#failover-and-failback)
218
219
220
+
### Region
221
+
222
+
Make sure the region where your storage account is located supports all of the desired replication settings. For example, if you are converting your account to zone-redundant (ZRS, GZRS, or RA-GZRS), make sure your storage account is in a region that supports it. See the lists of supported regions for [Zone-redundant storage](storage-redundancy.md#zone-redundant-storage) and [Geo-zone-redundant storage](storage-redundancy.md#geo-zone-redundant-storage).
223
+
224
+
The [customer-initiated conversion (preview)](#customer-initiated-conversion-preview) to ZRS is available in all public ZRS regions except for the following:
225
+
226
+
- (Europe) West Europe
227
+
- (Europe) UK South
228
+
- (North America) Canada Central
229
+
- (North America) East US
230
+
- (North America) East US 2
231
+
232
+
### Feature conflicts
233
+
234
+
Some storage account features are not compatible with other features or operations. For example, the ability to failover to the secondary region is the key feature of geo-redundancy, but other features are not compatible with failover. For more information about features and services not supported with failover, see [Unsupported features and services](storage-disaster-recovery-guidance.md#unsupported-features-and-services). Converting an account to GRS, GZRS, or RA-GZRS might be blocked if a conflicting feature is enabled, or it might be necessary to disable the feature later before initiating a failover.
235
+
219
236
### Storage account type
220
237
221
238
When planning to change your replication settings, consider the following limitations related to the storage account type.
To manually migrate your ZRS Classic account data to another type of replication, follow the steps to [perform a manual migration](#manual-migration).
283
300
284
-
### Region
285
-
286
-
Make sure the region where your storage account is located supports all of the desired replication settings. For example, if you are converting your account to zone-redundant (ZRS, GZRS, or RA-GZRS), make sure your storage account is in a region that supports it. See the lists of supported regions for [Zone-redundant storage](storage-redundancy.md#zone-redundant-storage) and [Geo-zone-redundant storage](storage-redundancy.md#geo-zone-redundant-storage).
287
-
288
-
The [customer-initiated conversion (preview)](#customer-initiated-conversion-preview) to ZRS is available in all public ZRS regions except for the following:
289
-
290
-
- (Europe) West Europe
291
-
- (Europe) UK South
292
-
- (North America) Canada Central
293
-
- (North America) East US
294
-
- (North America) East US 2
295
-
296
301
If you want to migrate your data into a zone-redundant storage account located in a region different from the source account, you must perform a manual migration. For more details, see [Move an Azure Storage account to another region](storage-account-move.md).
Copy file name to clipboardExpand all lines: articles/storage/common/storage-disaster-recovery-guidance.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ ms.topic: conceptual
10
10
ms.date: 10/28/2022
11
11
ms.author: jammart
12
12
ms.subservice: common
13
+
ms.custom: engagement-fy23
13
14
---
14
15
15
16
# Disaster recovery and storage account failover
@@ -161,7 +162,7 @@ Keep in mind that any data stored in a temporary disk is lost when the VM is shu
161
162
162
163
The following features and services are not supported for account failover:
163
164
164
-
- Storage accounts that have [change feed](../blobs/storage-blob-change-feed.md) enabled are not supported for failover. Since [operational backup of Azure Blob Storage enables the change feed feature](../../backup/blob-backup-support-matrix.md#limitations), storage accounts that have operational backup of blobs configured do not support failover.
165
+
- Storage accounts that have [change feed](../blobs/storage-blob-change-feed.md) enabled are not supported for failover. For example, [operational backup of Azure Blob Storage](../../backup/blob-backup-support-matrix.md#limitations) requires the change feed. For this reason, storage accounts that have operational backup configured do not support failover. You must disable operational backup and any other features that require the change feed before initiating a failover.
165
166
- Azure File Sync does not support storage account failover. Storage accounts containing Azure file shares being used as cloud endpoints in Azure File Sync should not be failed over. Doing so will cause sync to stop working and may also cause unexpected data loss in the case of newly tiered files.
166
167
- Storage accounts that have hierarchical namespace enabled (such as for Data Lake Storage Gen2) are not supported at this time.
167
168
- A storage account containing premium block blobs cannot be failed over. Storage accounts that support premium block blobs do not currently support geo-redundancy.
0 commit comments