You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-set-up-capacity-pool.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ Creating a capacity pool enables you to create volumes within it.
14
14
15
15
## Before you begin
16
16
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:
@@ -31,10 +31,9 @@ Creating a capacity pool enables you to create volumes within it.
31
31
```
32
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
33
34
-
35
34
## Steps
36
35
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**.
38
37
39
38

40
39
@@ -51,14 +50,14 @@ Creating a capacity pool enables you to create volumes within it.
51
50
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).
52
51
53
52
* **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.
55
54
The minimum capacity pool size is 1 TiB. You can change the size of a capacity pool in 1-TiB increments.
56
55
57
56
>[!NOTE]
58
57
>[!INCLUDE [Limitations for capacity pool minimum of 1 TiB](includes/2-tib-capacity-pool.md)]
59
58
60
59
* **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).
62
61
63
62
* **QoS**
64
63
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.
74
73
>
75
74
> After the capacity pool is created, you can’t modify the setting (switching between `single` or `double`) for the encryption type.
76
75
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.
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.
17
14
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).
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/whats-new.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
16
16
17
17
## March 2024
18
18
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
+
19
23
*[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)
20
24
21
25
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