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-region-replication-create-peering.md
+36-8Lines changed: 36 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,42 @@ services: azure-netapp-files
5
5
author: b-hchen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
-
ms.date: 02/23/2023
8
+
ms.date: 04/23/2025
9
9
ms.author: anfdocs
10
10
---
11
11
# Create volume replication for Azure NetApp Files
12
12
13
-
This article shows you how to set up cross-regionreplication by creating replication peering.
13
+
Azure NetApp Files supports [cross-zone](cross-region-replication-introduction.md) and [cross-zone replication](cross-zone-replication-introduction.md).
14
14
15
-
Setting up replication peering enables you to asynchronously replicate data from an Azure NetApp Files volume (source) to another Azure NetApp Files volume (destination). The source volume and the destination volume must be deployed in separate regions. The service level for the destination capacity pool can match that of the source capacity pool, or you can select a different service level.
15
+
Setting up replication peering enables you to asynchronously replicate data from an Azure NetApp Files volume (source) to another Azure NetApp Files volume (destination). You can create volume replication between regions (the source and destination volumes reside in different regions, this is known as cross-region replication), or within a region where the replication is established to a different zone in the same region (this is known as cross-zone replication).
16
16
17
-
Azure NetApp Files replication does not currently support multiple subscriptions; all replications must be performed under a single subscription.
17
+
>[!NOTE]
18
+
>During normal operation, the destination volume in an Azure NetApp Files replication relationship is available for read-only access. The destination volume becomes available for read-write operations when the replication is stopped. Any subsequent changes to the destination volume need to be synchronized with the source volume with a [reverse-resync operation](cross-region-replication-manage-disaster-recovery.md#resync-replication), after after which the normal replication can be resumed.
18
19
19
-
Before you begin, ensure that you have reviewed the [requirements and considerations for using cross-region replication](cross-region-replication-requirements-considerations.md).
20
+
Replication is permitted between different subscriptions under the same tenant ID. Replication across tenants isn't supported. Replication is supported with capacity pools of the same and different service level. For example, the source volume can be in an Ultra service level capacity pool, and the destination volume can be in a Standard service level capacity pool or any other service level. Volumes can be moved to a capacity pool with a different service level dynamically and without interruption to the service.
21
+
22
+
Before you begin, ensure you have reviewed the [requirements and considerations for using cross-region replication](cross-region-replication-requirements-considerations.md).
23
+
24
+
## Register for cross-subscription replication
25
+
26
+
Before using cross-subscription replication, you must register for the feature. Feature registration can take up to 60 minutes to complete.
> The **RegistrationState** might remain in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is `Registered` before continuing.
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
20
44
21
45
## Locate the source volume resource ID
22
46
@@ -29,9 +53,11 @@ You need to obtain the resource ID of the source volume that you want to replica
29
53
30
54
## Create the data replication volume (the destination volume)
31
55
32
-
You need to create a destination volume where you want the data from the source volume to be replicated to. Before you can create a destination volume, you need to have a NetApp account and a capacity pool in the destination region.
56
+
You need to create a destination volume where you want the data from the source volume to be replicated to. Before you can create a **cross-region** destination volume, you need to have a NetApp account and a capacity pool in the destination region.
57
+
58
+
For **cross-zone replication**, begin with step four.
33
59
34
-
1.The destination account must be in a different region from the source volume region. If necessary, create a NetApp account in the Azure region to be used for replication by following the steps in [Create a NetApp account](azure-netapp-files-create-netapp-account.md).
60
+
1. If necessary, create a NetApp account in the Azure region to be used for replication by following the steps in [Create a NetApp account](azure-netapp-files-create-netapp-account.md).
35
61
You can also select an existing NetApp account in a different region.
36
62
37
63
2. If necessary, create a capacity pool in the newly created NetApp account by following the steps in [Create a capacity pool](azure-netapp-files-set-up-capacity-pool.md).
@@ -51,7 +77,7 @@ You can also select an existing NetApp account in a different region.
51
77
* Capacity pool
52
78
* Volume quota
53
79
> [!NOTE]
54
-
> The volume quota (size) for the destination volume should mirror that of the source volume. If you specify a size that is smaller than the source volume, the destination volume is automatically resized to the source volume size.
80
+
> The volume quota (size) for the destination volume should mirror that of the source volume. If you specify a size that is smaller than the source volume, the destination volume is automatically resized to the source volume's size.
55
81
* Virtual network
56
82
* Subnet
57
83
@@ -97,6 +123,8 @@ To authorize the replication, you need to obtain the resource ID of the replicat
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/cross-region-replication-requirements-considerations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-hchen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: conceptual
8
-
ms.date: 02/13/2025
8
+
ms.date: 04/23/2025
9
9
ms.author: anfdocs
10
10
---
11
11
@@ -23,7 +23,7 @@ This article describes requirements and considerations about [using the volume c
23
23
>Failover is a manual process. When you need to activate the destination volume (for example, when you want to fail over to the destination region), you need to break replication peering then mount the destination volume. For more information, see [fail over to the destination volume](cross-region-replication-manage-disaster-recovery.md#fail-over-to-destination-volume)
24
24
>[!IMPORTANT]
25
25
> A volume with an active backup policy enabled can't be the destination volume in a reverse resync operation. You must suspend the backup policy on the volume prior to starting the reverse resync then resume when the reverse resync completes.
26
-
* Azure NetApp Files replication doesn't currently support multiple subscriptions; all replications must be performed under a single subscription.
26
+
* Azure NetApp Files replication is supported within a subscription and between subscriptions under the same tenant. You must [register this feature](cross-region-replication-create-peering.md#register-for-cross-subscription-replication) before using it for the first time.
27
27
* See [resource limits](azure-netapp-files-resource-limits.md) for the maximum number of cross-region replication destination volumes. You can open a support ticket to [request a limit increase](azure-netapp-files-resource-limits.md#request-limit-increase) in the default quota of replication destination volumes (per subscription in a region).
28
28
* There can be a delay up to five minutes for the interface to reflect a newly added snapshot on the source volume.
29
29
* Cascading and fan in/out topologies aren't supported.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/cross-zone-replication-requirements-considerations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-ahibbard
6
6
ms.service: azure-netapp-files
7
7
ms.topic: conceptual
8
-
ms.date: 02/13/2025
8
+
ms.date: 04/23/2025
9
9
ms.author: anfdocs
10
10
---
11
11
# Requirements and considerations for using cross-zone replication
@@ -22,7 +22,7 @@ This article describes requirements and considerations about [using the volume c
22
22
* The replication destination volume is read-only until you fail over to the destination zone to enable the destination volume for read and write. For more information about the failover process, see [fail over to the destination volume](cross-region-replication-manage-disaster-recovery.md#fail-over-to-destination-volume).
23
23
>[!IMPORTANT]
24
24
>Failover is a manual process. When you need to activate the destination volume (for example, when you want to fail over to the destination region), you need to break replication peering then mount the destination volume. For more information, see [fail over to the destination volume](cross-region-replication-manage-disaster-recovery.md#fail-over-to-destination-volume).
25
-
* Azure NetApp Files replication doesn't currently support multiple subscriptions; all replications must be performed under a single subscription.
25
+
* Azure NetApp Files replication is supported within a subscription and between subscriptions under the same tenant. You must [register this feature](cross-region-replication-create-peering.md#register-for-cross-subscription-replication) before using it for the first time.
26
26
* See [resource limits](azure-netapp-files-resource-limits.md) for the maximum number of cross-zone destination volumes. You can open a support ticket to [request a limit increase](azure-netapp-files-resource-limits.md#request-limit-increase) in the default quota of replication destination volumes (per subscription in a region).
27
27
* There can be a delay up to five minutes for the interface to reflect a newly added snapshot on the source volume.
28
28
* Cross-zone replication doesn't support cascading and fan in/out topologies.
Azure NetApp Files cross-subscription replication enables replication across different subscriptions under the same tenant. This features enhances disaster recovery and operational agility by leveraging NetApp SnapMirror technology, which ensures efficient data transfer by sending only changed blocks in a compressed format. The feature is supported in all Azure NetApp Files regions with [availability zones](../reliability/regions-list.md). This feature is available with both [cross-zone replication](cross-zone-replication-introduction.md) and [cross-zone replication](cross-region-replication-introduction.md).
0 commit comments