Skip to content

Commit eccb06b

Browse files
Merge pull request #287618 from b-ahibbard/1tibafec
1tibafec
2 parents 4d4e635 + 943e803 commit eccb06b

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

articles/azure-netapp-files/azure-netapp-files-resize-capacity-pools-or-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For information about monitoring a volume’s capacity, see [Monitor the capacit
2323
* Volume resize operations are nearly instantaneous but not always immediate. There can be a short delay for the volume's updated size to appear in the portal. Verify the size from a host perspective before re-attempting the resize operation.
2424

2525
>[!IMPORTANT]
26-
>If you are using a capacity pool with a size of 2 TiB or smaller and have `ANFStdToBasicNetworkFeaturesRevert` and `ANFBasicToStdNetworkFeaturesUpgrade` AFECs enabled and want to change the capacity pool's QoS type from auto to manual, you must [perform the operation with the REST API](#resizing-the-capacity-pool-or-a-volume-using-rest-api) using the `2023-07-01` API version or later.
26+
>If you are using a capacity pool with a size of 2 TiB or smaller and have the `ANFStdToBasicNetworkFeaturesRevert` and `ANFBasicToStdNetworkFeaturesUpgrade` AFECs enabled and want to change the capacity pool's QoS type from auto to manual, you must [perform the operation with the REST API](#resizing-the-capacity-pool-or-a-volume-using-rest-api) using the `2023-07-01` API version or later.
2727
2828
## Resize the capacity pool using the Azure portal
2929

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

Lines changed: 1 addition & 14 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: how-to
8-
ms.date: 08/20/2024
8+
ms.date: 09/30/2024
99
ms.author: anfdocs
1010
---
1111
# Create a capacity pool for Azure NetApp Files
@@ -18,19 +18,6 @@ Creating a capacity pool enables you to create volumes within it.
1818
* If you're using Azure CLI, ensure that you're using the latest version. For more information, see [How to update the Azure CLI](/cli/azure/update-azure-cli).
1919
* If you're using PowerShell, ensure that you're using the latest version of the Az.NetAppFiles module. To update to the latest version, use the 'Update-Module Az.NetAppFiles' command. For more information, see [Update-Module](/powershell/module/powershellget/update-module).
2020
* If you're using the Azure REST API, ensure that you specify the latest version.
21-
* If you're creating 1-TiB capacity pool, you must first register the feature:
22-
1. Register the feature:
23-
```azurepowershell-interactive
24-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANF1TiBPoolSize
25-
```
26-
2. Check the status of the feature registration:
27-
> [!NOTE]
28-
> 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.
29-
```azurepowershell-interactive
30-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANF1TiBPoolSize
31-
```
32-
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.
33-
3421
>[!IMPORTANT]
3522
>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`.
3623

articles/azure-netapp-files/includes/2-tib-capacity-pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ ms.author: anfdocs
1010
# azure-netapp-files-resize-capacity-pools-or-volumes.md
1111
---
1212

13-
You can only take advantage of the 1-TiB minimum if all the volumes in the capacity pool are using Standard network features. 1-TiB capacity pools are generally available. You must register the feature before using it. If any volume is using Basic network features, the minimum size is 4 TiB.
13+
You can only take advantage of the 1-TiB minimum if all the volumes in the capacity pool are using Standard network features. 1-TiB capacity pools are generally available. If any volume is using Basic network features, the minimum size is 4 TiB.
1414

0 commit comments

Comments
 (0)