Skip to content

Commit bd54223

Browse files
committed
remove afec for czr & populate availability zone
1 parent 65718f3 commit bd54223

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

articles/azure-netapp-files/create-cross-zone-replication.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,6 @@ Before you begin, you should review the [requirements and considerations for cro
2020

2121
[!INCLUDE [Azure NetApp Files cross-zone-replication supported regions](includes/cross-zone-regions.md)]
2222

23-
## Register the feature
24-
25-
Cross-zone replication is currently in preview. You need to register the feature before using it for the first time. After registration, the feature is enabled and works in the background. No UI control is required.
26-
27-
1. Register the feature:
28-
29-
```azurepowershell-interactive
30-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCrossZoneReplication
31-
```
32-
33-
2. Check the status of the feature registration:
34-
35-
> [!NOTE]
36-
> 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.
37-
38-
```azurepowershell-interactive
39-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCrossZoneReplication
40-
```
41-
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.
42-
4323
## Create the source volume with an availability zone
4424

4525
This process requires that your account is subscribed to the [availability zone volume placement feature](use-availability-zones.md).

articles/azure-netapp-files/manage-availability-zone-volume-placement.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,24 +86,6 @@ You can deploy new volumes in the logical availability zone of your choice. You
8686
8787
## Populate an existing volume with availability zone information
8888
89-
1. The feature to populate existing volumes with availability zone information is currently in preview. If you're using this feature for the first time, you need to register the feature first.
90-
1. Register the feature:
91-
92-
```azurepowershell-interactive
93-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFPopulateAvailabilityZone
94-
```
95-
2. Check the status of the feature registration:
96-
97-
```azurepowershell-interactive
98-
99-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFPopulateAvailabilityZone
100-
```
101-
102-
> [!NOTE]
103-
> 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.
104-
105-
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.
106-
10789
1. Navigate to the volume that you want to populate with availability zone information.
10890
1. Select **Populate availability zone**.
10991
1. The Populate Availability Zone window appears and displays the availability zone in which the Azure NetApp Files volume is deployed.

0 commit comments

Comments
 (0)