Skip to content

Commit 380c242

Browse files
committed
cross-subscription requirements
1 parent adee75b commit 380c242

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

articles/azure-netapp-files/cross-region-replication-requirements-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article describes requirements and considerations about [using the volume c
2323
>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)
2424
>[!IMPORTANT]
2525
> 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 is supported within a subscription and between subscriptions under the same tenant.
26+
* Azure NetApp Files replication is supported within a subscription and between subscriptions under the same tenant. You must [register this feature](cross-zone-region-replication-configure.md#register-for-cross-subscription-replication) before using it for the first time.
2727
* 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).
2828
* There can be a delay up to five minutes for the interface to reflect a newly added snapshot on the source volume.
2929
* Cascading and fan in/out topologies aren't supported.

articles/azure-netapp-files/cross-zone-region-replication-configure.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Azure NetApp Files supports volume cross-zone and cross-region replication on th
1616

1717
- Cross-zone-region replication supports creating two replication relationships for a source volume: cross-zone replication, cross-region replication, or a combination.
1818
- Cross-zone-region replication volumes must abide by the same requirements and considerations as individual [cross-zone replication](cross-zone-replication-requirements-considerations.md) and [cross-region replication](cross-region-replication-requirements-considerations.md) volumes.
19-
- Azure NetApp Files replication is supported within a subscription and between subscriptions under the same tenant.
19+
- Azure NetApp Files replication is supported within a subscription and between subscriptions under the same tenant. You must [register this feature](cross-zone-region-replication-configure.md#register-for-cross-subscription-replication) before using it for the first time.
2020

21-
## Register the feature
21+
## Register for cross-zone-region replication
2222

2323
Cross-zone-region replication for Azure NetApp Files is currently in preview. You need to register the feature before using it for the first time. Feature registration may take up to 60 minutes to complete.
2424

@@ -38,6 +38,26 @@ Cross-zone-region replication for Azure NetApp Files is currently in preview. Yo
3838
```
3939
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.
4040
41+
## Register for cross-subscription replication
42+
43+
Cross-zone-region replication for Azure NetApp Files is currently in preview. You need to register the feature before using it for the first time. Feature registration may take up to 60 minutes to complete.
44+
45+
1. Register the feature
46+
47+
```azurepowershell-interactive
48+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCrossSubscriptionReplication
49+
```
50+
51+
2. Check the status of the feature registration:
52+
53+
> [!NOTE]
54+
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is `Registered` before continuing.
55+
56+
```azurepowershell-interactive
57+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCrossSubscriptionReplication
58+
```
59+
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.
60+
4161
## Configure replication
4262
4363
1. On the source volume:

articles/azure-netapp-files/cross-zone-replication-requirements-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article describes requirements and considerations about [using the volume c
2222
* 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).
2323
>[!IMPORTANT]
2424
>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 is supported within a subscription and between subscriptions under the same tenant.
25+
* Azure NetApp Files replication is supported within a subscription and between subscriptions under the same tenant. You must [register this feature](cross-zone-region-replication-configure.md#register-for-cross-subscription-replication) before using it for the first time.
2626
* 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).
2727
* There can be a delay up to five minutes for the interface to reflect a newly added snapshot on the source volume.
2828
* Cross-zone replication doesn't support cascading and fan in/out topologies.

0 commit comments

Comments
 (0)