Skip to content

Commit 966e9a7

Browse files
committed
return afec
1 parent 660bc2a commit 966e9a7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ Creating a capacity pool enables you to create volumes within it.
1919
* If you are using Azure CLI, ensure that you are using the latest version. For more information, see [How to update the Azure CLI](/cli/azure/update-azure-cli).
2020
* If you are using PowerShell, ensure that you are 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).
2121
* If you are using the Azure REST API, ensure that you are specifying the latest version.
22+
* If this is your first time using a 1-TiB capacity pool, you must first register the feature:
23+
1. Register the feature:
24+
```azurepowershell-interactive
25+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANF1TiBPoolSize
26+
```
27+
2. Check the status of the feature registration:
28+
> [!NOTE]
29+
> 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.
30+
```azurepowershell-interactive
31+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANF1TiBPoolSize
32+
```
33+
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.
2234
2335
## Steps
2436

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ ms.custom: include file
1313
# azure-netapp-files-resize-capacity-pools-or-volumes.md
1414
---
1515

16-
You can only take advantage of the 1-TiB minimum if all the volumes in the capacity pool are using Standard network features. If any volume is using Basic network features, the minimum size is 4 TiB.
16+
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, however you must register the feature. If any volume is using Basic network features, the minimum size is 4 TiB.
1717

articles/azure-netapp-files/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
1717

1818
* [Capacity pool enhancement:](azure-netapp-files-set-up-capacity-pool.md): 1 TiB capacity pool is now generally available (GA).
1919

20-
The 1 TiB lower limit for capacity pools using Standard network features is now generally available (GA).
20+
The 1 TiB lower limit for capacity pools using Standard network features is now generally available (GA). You still must register the feature.
2121

2222
## January 2024
2323

0 commit comments

Comments
 (0)