Skip to content

Commit c0f1e41

Browse files
committed
remove anflargevolumescrr afec
1 parent ca1f8d4 commit c0f1e41

File tree

2 files changed

+2
-48
lines changed

2 files changed

+2
-48
lines changed

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

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: conceptual
8-
ms.date: 09/12/2024
8+
ms.date: 02/13/2025
99
ms.author: anfdocs
1010
---
1111

@@ -37,29 +37,6 @@ This article describes requirements and considerations about [using the volume c
3737
* [Large volumes](large-volumes-requirements-considerations.md) are supported with cross-region replication only with an hourly or daily replication schedule.
3838
* If the volume's size exceeds 95% utilization, there's a risk that replication to the destination volume can fail depending on the rate of data changes.
3939

40-
## Large volumes configuration
41-
42-
[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:
43-
44-
>[!NOTE]
45-
>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.
46-
47-
1. Register the feature by running the following commands:
48-
49-
```azurepowershell-interactive
50-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumesCRR
51-
```
52-
53-
2. Check the status of the feature registration:
54-
55-
> [!NOTE]
56-
> 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.
57-
```azurepowershell-interactive
58-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumesCRR
59-
```
60-
61-
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.
62-
6340
## Next steps
6441
* [Create volume replication](cross-region-replication-create-peering.md)
6542
* [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: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: conceptual
8-
ms.date: 07/30/2024
8+
ms.date: 02/13/2025
99
ms.author: anfdocs
1010
---
1111
# Requirements and considerations for using cross-zone replication
@@ -33,29 +33,6 @@ This article describes requirements and considerations about [using the volume c
3333
* Data replication volumes support [customer-managed keys](configure-customer-managed-keys.md).
3434
* [Large volumes](large-volumes-requirements-considerations.md) are supported with cross-zone 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 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:
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-region replication, the registration also works for cross-zone 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-
5936
## Next steps
6037
* [Understand cross-zone replication](cross-zone-replication-introduction.md)
6138
* [Create cross-zone replication relationships](create-cross-zone-replication.md)

0 commit comments

Comments
 (0)