Skip to content

Commit 77c4271

Browse files
committed
acrolinx
1 parent fae018c commit 77c4271

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

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

Lines changed: 9 additions & 9 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
@@ -33,7 +33,7 @@ Creating a capacity pool enables you to create volumes within it.
3333
3434
## Steps
3535
36-
1. Go to the management blade for your NetApp account, then, from the navigation pane, select **Capacity pools**.
36+
1. In the Azure portal, go to your NetApp account. From the navigation pane, select **Capacity pools**.
3737
3838
![Navigate to capacity pool](./media/azure-netapp-files-set-up-capacity-pool/azure-netapp-files-navigate-to-capacity-pool.png)
3939
@@ -50,14 +50,14 @@ Creating a capacity pool enables you to create volumes within it.
5050
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).
5151
5252
* **Size**
53-
Specify the size of the capacity pool that you are purchasing.
53+
Specify the size of the capacity pool that you're purchasing.
5454
The minimum capacity pool size is 1 TiB. You can change the size of a capacity pool in 1-TiB increments.
5555
5656
>[!NOTE]
5757
>[!INCLUDE [Limitations for capacity pool minimum of 1 TiB](includes/2-tib-capacity-pool.md)]
5858
5959
* **Enable cool access** *(for Standard service level only)*
60-
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).
6161
6262
* **QoS**
6363
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.
@@ -73,7 +73,7 @@ Creating a capacity pool enables you to create volumes within it.
7373
>
7474
> After the capacity pool is created, you can’t modify the setting (switching between `single` or `double`) for the encryption type.
7575
76-
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.
7777
7878
1. Register the feature:
7979
```azurepowershell-interactive
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +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-
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.
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

0 commit comments

Comments
 (0)