Skip to content

Commit dfe0d72

Browse files
committed
large volumes crr czr afec
1 parent a626cee commit dfe0d72

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,29 @@ This article describes requirements and considerations about [using the volume c
3333
* If you use the cool access feature, see [Manage Azure NetApp Files standard storage with cool access](manage-cool-access.md#considerations) for more considerations.
3434
* [Large volumes](large-volumes-requirements-considerations.md) are supported with cross-region replication only with an hourly or daily replication schedule.
3535

36+
## Large volumes configuration
37+
38+
[Large volumes](azure-netapp-files-understand-storage-hierarchy.md#large-volumes) are supported with cross-region replication. You must [first register for the large volumes feature](large-volumes-requirements-considerations.md#register-the-feature) then register to use large volumes with cross-region replication:
39+
40+
>[!NOTE]
41+
>Cross-zone and cross-region replication use the same Azure Feature Exposure Control (AFEC) name of `ANFLargeVolumesCRR`. If you've registered for cross-zone replication, the registration also works for cross-region replication.
42+
43+
1. Register the feature by running the following commands:
44+
45+
```azurepowershell-interactive
46+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumesCRR
47+
```
48+
49+
2. Check the status of the feature registration:
50+
51+
> [!NOTE]
52+
> 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.
53+
```azurepowershell-interactive
54+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumesCRR
55+
```
56+
57+
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.
58+
3659
## Next steps
3760
* [Create volume replication](cross-region-replication-create-peering.md)
3861
* [Display health status of replication relationship](cross-region-replication-display-health-status.md)

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,26 @@ This article describes requirements and considerations about [using the volume c
3434
* Data replication volumes support [customer-managed keys](configure-customer-managed-keys.md).
3535
* [Large volumes](large-volumes-requirements-considerations.md) are supported with cross-zone replication only with an hourly or daily replication schedule.
3636

37+
## Large volumes configuration
38+
39+
[Large volumes](azure-netapp-files-understand-storage-hierarchy.md#large-volumes) are supported in cross-zone replication. You must [first register for the large volumes feature](large-volumes-requirements-considerations.md#register-the-feature) then register to use large volumes with cross-zone replication:
40+
41+
1. Register the feature by running the following commands:
42+
43+
```azurepowershell-interactive
44+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumesCRR
45+
```
46+
47+
2. Check the status of the feature registration:
48+
49+
> [!NOTE]
50+
> 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.
51+
```azurepowershell-interactive
52+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumesCRR
53+
```
54+
55+
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.
56+
3757
## Next steps
3858
* [Understand cross-zone replication](cross-zone-replication-introduction.md)
3959
* [Create cross-zone replication relationships](create-cross-zone-replication.md)

articles/azure-netapp-files/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
1818

1919
* [Large volumes](large-volumes-requirements-considerations.md) are now generally available (GA).
2020

21-
Cross-zone replication and cross-region replication now support large volumes.
21+
[Cross-zone replication](cross-zone-replication-requirements-considerations.md) and [cross-region replication](cross-region-replication-requirements-considerations.md)) now support large volumes.
2222

2323
* [Support for one Active Directory connection per NetApp account](create-active-directory-connections.md#multi-ad) (Preview)
2424

0 commit comments

Comments
 (0)