Skip to content

Commit 72e7047

Browse files
Merge pull request #264684 from b-ahibbard/cap-pools
1 tib cap pool ga
2 parents b925c7c + 77c4271 commit 72e7047

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Creating a capacity pool enables you to create volumes within it.
1414

1515
## Before you begin
1616

17-
* You must have already [created a NetApp account](azure-netapp-files-create-netapp-account.md).
18-
* 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).
19-
* 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).
20-
* If you are using the Azure REST API, ensure that you are specifying the latest version.
21-
* If this is your first time using a 1-TiB capacity pool, you must first register the feature:
17+
* You need [a NetApp account](azure-netapp-files-create-netapp-account.md).
18+
* 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).
19+
* 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).
20+
* 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:
2222
1. Register the feature:
2323
```azurepowershell-interactive
2424
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANF1TiBPoolSize
@@ -31,10 +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-
3534
## Steps
3635
37-
1. Go to the management blade for your NetApp account, and then, from the navigation pane, click **Capacity pools**.
36+
1. In the Azure portal, go to your NetApp account. From the navigation pane, select **Capacity pools**.
3837
3938
![Navigate to capacity pool](./media/azure-netapp-files-set-up-capacity-pool/azure-netapp-files-navigate-to-capacity-pool.png)
4039
@@ -51,14 +50,14 @@ Creating a capacity pool enables you to create volumes within it.
5150
Specify the service level for the capacity pool: [**Ultra**](azure-netapp-files-service-levels.md#Ultra), [**Premium**](azure-netapp-files-service-levels.md#Premium), or [**Standard**](azure-netapp-files-service-levels.md#Standard).
5251
5352
* **Size**
54-
Specify the size of the capacity pool that you are purchasing.
53+
Specify the size of the capacity pool that you're purchasing.
5554
The minimum capacity pool size is 1 TiB. You can change the size of a capacity pool in 1-TiB increments.
5655
5756
>[!NOTE]
5857
>[!INCLUDE [Limitations for capacity pool minimum of 1 TiB](includes/2-tib-capacity-pool.md)]
5958
6059
* **Enable cool access** *(for Standard service level only)*
61-
This option specifies whether volumes in the capacity pool will support cool access. This option is currently supported for the Standard service level only. For details about using this option, see [Manage Azure NetApp Files standard storage with cool access](manage-cool-access.md).
60+
This option specifies whether volumes in the capacity pool support cool access. This option is currently supported for the Standard service level only. For details about using this option, see [Manage Azure NetApp Files standard storage with cool access](manage-cool-access.md).
6261
6362
* **QoS**
6463
Specify whether the capacity pool should use the **Manual** or **Auto** QoS type. See [Storage Hierarchy](azure-netapp-files-understand-storage-hierarchy.md) and [Performance Considerations](azure-netapp-files-performance-considerations.md) to understand the QoS types.
@@ -74,7 +73,7 @@ Creating a capacity pool enables you to create volumes within it.
7473
>
7574
> After the capacity pool is created, you can’t modify the setting (switching between `single` or `double`) for the encryption type.
7675
77-
Azure NetApp Files double encryption at rest is currently in preview. If you are using this feature for the first time, you need to register the feature first.
76+
Azure NetApp Files double encryption at rest is currently in preview. If using this feature for the first time, you need to register the feature first.
7877
7978
1. Register the feature:
8079
```azurepowershell-interactive
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
---
2-
title: include file
3-
description: include file
42
author: b-ahibbard
53
ms.service: azure-netapp-files
64
ms.topic: include
7-
ms.date: 11/27/2023
5+
ms.date: 03/20/2024
86
ms.author: anfdocs
9-
ms.custom: include file
107

118
# azure-netapp-files-resource-limits.md
129
# azure-netapp-files-set-up-capacity-pool.md
1310
# azure-netapp-files-resize-capacity-pools-or-volumes.md
1411
---
1512

16-
1-TiB capacity pool sizing is currently in preview. You can only take advantage of the 1-TiB minimum if all the volumes in the capacity pool are using Standard network features. The generally available minimum size for capacity pools with all volumes using Standard network features is 2 TiB. 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. You must register the feature before using it. If any volume is using Basic network features, the minimum size is 4 TiB.
1714

18-
To use the 1-TiB minimum, you must first [register for the preview](../azure-netapp-files-set-up-capacity-pool.md#before-you-begin).

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
1616

1717
## March 2024
1818

19+
* [Capacity pool enhancement:](azure-netapp-files-set-up-capacity-pool.md): 1-TiB capacity pool is now generally available (GA).
20+
21+
The 1 TiB lower limit for capacity pools using Standard network features is now generally available (GA). You still must register the feature.
22+
1923
* [Volume enhancement: create volumes with the same file path, share name, or volume path in different availability zones](manage-availability-zone-volume-placement.md#file-path-uniqueness) (Preview)
2024

2125
Azure NetApp Files now allows you to create volumes with the same file path (NFS), share name (SMB), or volume path (dual-protocol) as long as they are in different availability zones. For more information, see [Create an NFS volume for Azure NetApp Files](azure-netapp-files-create-volumes.md), [Create an SMB volume for Azure NetApp Files](azure-netapp-files-create-volumes-smb.md), or [Create a dual-protocol volume for Azure NetApp Files](create-volumes-dual-protocol.md). This enhancement is currently in preview.

0 commit comments

Comments
 (0)