Skip to content

Commit f49e3e7

Browse files
authored
Merge pull request #275910 from b-ahibbard/afecs
remove afec for czr & populate availability zone
2 parents cdbf581 + c6e081e commit f49e3e7

File tree

3 files changed

+5
-43
lines changed

3 files changed

+5
-43
lines changed

articles/azure-netapp-files/azure-netapp-files-set-up-capacity-pool.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Creating a capacity pool enables you to create volumes within it.
3131
```
3232
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.
3333
34-
>[!IMPORTANT]
35-
>To create a 1-TiB capacity pool with a tag, you must use API versions `2023-07-01_preview` to `2024-01-01_preview` or stable releases from 2024-01-01.
36-
34+
>[!IMPORTANT]
35+
>To create a 1-TiB capacity pool with a tag, you must use API versions `2023-07-01_preview` to `2024-01-01_preview` or stable releases from `2024-01-01`.
36+
3737
## Steps
3838
3939
1. In the Azure portal, go to your NetApp account. From the navigation pane, select **Capacity pools**.

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: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: anfdocs
1111
---
1212
# Manage availability zone volume placement for Azure NetApp Files
1313

14-
You can deploy new volumes in the logical availability zone of your choice. You can also populate existing volumes with availability zone information. To better understand availability zones, see [Using availability zones for high availability](use-availability-zones.md).
14+
You can deploy new volumes in the logical availability zone of your choice. You can also populate existing volumes with availability zone information. To better understand availability zones, see [Use availability zones for high availability](use-availability-zones.md).
1515

1616
## Requirements and considerations
1717

@@ -84,26 +84,8 @@ You can deploy new volumes in the logical availability zone of your choice. You
8484
8585
:::image type="content" source="./media/manage-availability-zone-volume-placement/availability-zone-volume-overview.png" alt-text="Screenshot of volume properties interface." lightbox="./media/manage-availability-zone-volume-placement/availability-zone-volume-overview.png":::
8686
87-
## Populate an existing volume with availability zone information
87+
## <a name="populate-an-existing-volume-with-availability-zone-information"></a> Populate an existing volume with availability zone information (preview)
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)