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
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/cross-zone-region-replication-configure.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Configure cross-zone region replication for Azure NetApp Files
2
+
title: Manage cross-zone region replication for Azure NetApp Files
3
3
description: Describes how to manage disaster recovery by using Azure NetApp Files cross-region replication.
4
4
services: azure-netapp-files
5
5
author: b-ahibbard
@@ -8,7 +8,7 @@ ms.topic: how-to
8
8
ms.date: 11/20/2024
9
9
ms.author: anfdocs
10
10
---
11
-
# Configure cross-zone region replication for Azure NetApp Files (preview)
11
+
# Manage cross-zone region replication for Azure NetApp Files (preview)
12
12
13
13
Azure NetApp Files supports volume cross-zone and cross-region replication on the same source volume.
14
14
@@ -40,7 +40,7 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
40
40
## Configure replication
41
41
42
42
1. On the source volume:
43
-
- **If you're using an existing volume:** [populate it with an availability zone](manage-availability-zone-volume-placement.md#populate-an-existing-volume-with-availability-zone-information).
43
+
- **If you're using an existing volume without an availability zone:** [populate it with an availability zone](manage-availability-zone-volume-placement.md#populate-an-existing-volume-with-availability-zone-information).
44
44
- **If you're creating a new volume:** [create it with an availability zone](manage-availability-zone-volume-placement.md#create-a-volume-with-an-availability-zone).
45
45
46
46
1. Under Properties, take note of the source volume’s resource ID. The source volume's resource ID is required to complete the next two steps.
@@ -49,6 +49,9 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
49
49
1. [Authorize data replication from the source volume](cross-region-replication-create-peering.md#authorize-replication-from-the-source-volume).
50
50
1. In the source volume’s menu, select **Replication**. Confirm there are two volumes listed under **Destination volumes**.
51
51
52
+
<!-- replace image -->
53
+
:::image type="content" source="./media/cross-zone-region-replication-configure/complete-configuration.png" alt-text="Screenshot of successful configuration." lightbox="./media/cross-zone-region-replication-configure/complete-configuration.png" ":::
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/cross-zone-region-replication.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,30 @@ ms.service: azure-netapp-files
7
7
ms.topic: conceptual
8
8
ms.date: 11/20/2024
9
9
ms.author: anfdocs
10
-
ms.custom: references_regions
11
10
---
12
11
13
12
# Understand cross-zone region replication in Azure NetApp Files
14
13
15
-
Azure NetApp Files supports using cross-zone and cross-region replication on the same source volume. With this added layer of protection, read/write functionality can shift to a replication volume in a different region in the event of a zonal outage.
14
+
Azure NetApp Files supports using cross-zone and cross-region replication on the same source volume. With this added layer of protection, you can protect your volumes with a second protection volume in the following combinations:
:::image type="content" source="./media/cross-zone-region-introduction/zone-region.png" alt-text="Diagram of cross-zone and cross-region replication." lightbox="./media/cross-zone-region-introduction/zone-region.png" ":::
19
+
20
+
* Two cross-region replication target volumes
21
+
22
+
:::image type="content" source="./media/cross-zone-region-introduction/double-region.png" alt-text="Diagram of double cross-region replication." lightbox="./media/cross-zone-region-introduction/double-region.png" ":::
23
+
24
+
* Two cross-zone replication target volumes in any combination of availability zones, including in-zone replication
25
+
26
+
:::image type="content" source="./media/cross-zone-region-introduction/double-zone.png" alt-text="Diagram of double cross-zone replication." lightbox="./media/cross-zone-region-introduction/double-zone.png" ":::
16
27
17
28
## Requirements
18
29
19
30
* Cross-zone region replication adheres to the same requirements as [cross-zone replication](cross-zone-replication-requirements-considerations.md) and [cross-region replication](cross-region-replication-requirements-considerations.md).
20
31
32
+
* If you use cross-region replication, you must adhere to supported [cross-region replication pairs](cross-region-replication-introduction.md#supported-region-pairs).
33
+
21
34
## Next steps
22
35
23
-
-[Configure cross-zone region replication](cross-zone-region-replication-configure.md)
36
+
-[Manage cross-zone region replication](cross-zone-region-replication-configure.md)
0 commit comments