Skip to content

Commit 7ce2156

Browse files
Merge pull request #246974 from b-ahibbard/anf-availzone-remove
remove anfavailabilityzone afec
2 parents d0111ca + 1c10531 commit 7ce2156

File tree

3 files changed

+3
-33
lines changed

3 files changed

+3
-33
lines changed

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

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

3030
## Register the feature
3131

32-
>[!IMPORTANT]
33-
> Cross-zone replication uses the [availability zone volume placement feature](use-availability-zones.md). The availability zone volume placement feature is currently in preview. You must [register the feature](manage-availability-zone-volume-placement.md#register-the-feature) before you can register the cross-zone replication feature.
34-
3532
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.
3633

3734
1. Register the feature:

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

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,6 @@ You can deploy new volumes in the logical availability zone of your choice. You
3636

3737
[!INCLUDE [Availability Zone volumes have the same level of support as other volumes in the subscription](includes/availability-zone-service-callout.md)]
3838

39-
## Register the feature
40-
41-
The feature of availability zone volume placement is currently in preview. If you're using this feature for the first time, you need to register the feature first.
42-
43-
1. Register the feature:
44-
45-
```azurepowershell-interactive
46-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAvailabilityZone
47-
```
48-
49-
2. Check the status of the feature registration:
50-
51-
```azurepowershell-interactive
52-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAvailabilityZone
53-
```
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-
58-
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.
59-
6039
## Create a volume with an availability zone
6140

6241
1. Select **Volumes** from your capacity pool. Then select **+ Add volume** to create a volume.
@@ -84,19 +63,16 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
8463

8564
## Populate an existing volume with availability zone information
8665

87-
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. You need to register for both `ANFAvailabilityZone` and `ANFPopulateAvailabilityZone`.
66+
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.
8867
1. Register the feature:
8968

9069
```azurepowershell-interactive
91-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAvailabilityZone
92-
93-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFPopulateAvailabilityZone
70+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFPopulateAvailabilityZone
9471
```
9572
2. Check the status of the feature registration:
9673
9774
```azurepowershell-interactive
98-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAvailabilityZone
99-
75+
10076
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFPopulateAvailabilityZone
10177
```
10278

articles/azure-netapp-files/use-availability-zones.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ You can co-locate your compute, storage, networking, and data resources across a
4343

4444
Latency is subject to availability zone latency for within availability zone access and the regional latency envelope for cross-availability zone access.
4545

46-
>[!IMPORTANT]
47-
>Availability zone volume placement in Azure NetApp Files is currently in preview. Refer to [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#register-the-feature) for details on registering the feature.
48-
4946
## Azure regions with availability zones
5047

5148
For a list of regions that that currently support availability zones, see [Azure regions with availability zone support](../reliability/availability-zones-service-support.md).

0 commit comments

Comments
 (0)