Skip to content

Commit 8553fc8

Browse files
authored
Merge pull request #218790 from b-ahibbard/anf-2tib-capacity-pool
2tib capacity pool feature
2 parents e980f9a + 25472ce commit 8553fc8

9 files changed

+90
-59
lines changed

articles/azure-netapp-files/azure-netapp-files-quickstart-set-up-account-create-volumes.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: anfdocs
66
ms.service: azure-netapp-files
77
ms.workload: storage
88
ms.topic: quickstart
9-
ms.date: 12/13/2022
9+
ms.date: 02/21/2023
1010
ms.custom: devx-track-azurecli, subject-armqs, mode-ui
1111
#Customer intent: As an IT admin new to Azure NetApp Files, I want to quickly set up Azure NetApp Files and create a volume.
1212
---
@@ -76,19 +76,19 @@ Use the Azure portal, PowerShell, or the Azure CLI to [register for NetApp Resou
7676
7777
![Select Azure NetApp Files](../media/azure-netapp-files/azure-netapp-files-select-azure-netapp-files.png)
7878
79-
2. Click **+ Create** to create a new NetApp account.
79+
2. Select **+ Create** to create a new NetApp account.
8080
8181
3. In the New NetApp Account window, provide the following information:
8282
1. Enter **myaccount1** for the account name.
8383
2. Select your subscription.
84-
3. Select **Create new** to create new resource group. Enter **myRG1** for the resource group name. Click **OK**.
84+
3. Select **Create new** to create new resource group. Enter **myRG1** for the resource group name. Select **OK**.
8585
4. Select your account location.
8686
8787
![New NetApp Account window](../media/azure-netapp-files/azure-netapp-files-new-account-window.png)
8888
8989
![Resource group window](../media/azure-netapp-files/azure-netapp-files-resource-group-window.png)
9090
91-
4. Click **Create** to create your new NetApp account.
91+
4. Select **Create** to create your new NetApp account.
9292
9393
# [PowerShell](#tab/azure-powershell)
9494
@@ -167,23 +167,23 @@ The following code snippet shows how to create a NetApp account in an Azure Reso
167167
168168
1. From the Azure NetApp Files management blade, select your NetApp account (**myaccount1**).
169169
170-
![Select NetApp account](../media/azure-netapp-files/azure-netapp-files-select-netapp-account.png)
170+
![Screenshot of selecting NetApp account menu.](../media/azure-netapp-files/azure-netapp-files-select-netapp-account.png)
171171
172-
2. From the Azure NetApp Files management blade of your NetApp account, click **Capacity pools**.
172+
2. From the Azure NetApp Files management blade of your NetApp account, select **Capacity pools**.
173173
174-
![Click Capacity pools](../media/azure-netapp-files/azure-netapp-files-click-capacity-pools.png)
174+
![Screenshot of Capacity pool selection interface.](../media/azure-netapp-files/azure-netapp-files-click-capacity-pools.png)
175175
176-
3. Click **+ Add pools**.
176+
3. Select **+ Add pools**.
177177
178-
![Click Add pools](../media/azure-netapp-files/azure-netapp-files-new-capacity-pool.png)
178+
:::image type="content" source="../media/azure-netapp-files/azure-netapp-files-new-capacity-pool.png" alt-text="Screenshot of new capacity pool options.":::
179179
180180
4. Provide information for the capacity pool:
181181
* Enter **mypool1** as the pool name.
182182
* Select **Premium** for the service level.
183183
* Specify **4 (TiB)** as the pool size.
184184
* Use the **Auto** QoS type.
185185
186-
5. Click **Create**.
186+
5. Select **Create**.
187187
188188
# [PowerShell](#tab/azure-powershell)
189189
@@ -239,45 +239,45 @@ The following code snippet shows how to create a capacity pool in an Azure Resou
239239
240240
# [Portal](#tab/azure-portal)
241241
242-
1. From the Azure NetApp Files management blade of your NetApp account, click **Volumes**.
242+
1. From the Azure NetApp Files management blade of your NetApp account, select **Volumes**.
243243
244-
![Click Volumes](../media/azure-netapp-files/azure-netapp-files-click-volumes.png)
244+
![Screenshot of select volumes interface.](../media/azure-netapp-files/azure-netapp-files-click-volumes.png)
245245
246-
2. Click **+ Add volume**.
246+
2. Select **+ Add volume**.
247247
248-
![Click Add volumes](../media/azure-netapp-files/azure-netapp-files-click-add-volumes.png)
248+
![Screenshot of add volumes interface.](../media/azure-netapp-files/azure-netapp-files-click-add-volumes.png)
249249
250250
3. In the Create a Volume window, provide information for the volume:
251251
1. Enter **myvol1** as the volume name.
252252
2. Select your capacity pool (**mypool1**).
253253
3. Use the default value for quota.
254-
4. Under virtual network, click **Create new** to create a new Azure virtual network (Vnet). Then fill in the following information:
254+
4. Under virtual network, select **Create new** to create a new Azure virtual network (VNet). Then fill in the following information:
255255
* Enter **myvnet1** as the Vnet name.
256256
* Specify an address space for your setting, for example, 10.7.0.0/16
257257
* Enter **myANFsubnet** as the subnet name.
258258
* Specify the subnet address range, for example, 10.7.0.0/24. You cannot share the dedicated subnet with other resources.
259259
* Select **Microsoft.NetApp/volumes** for subnet delegation.
260-
* Click **OK** to create the Vnet.
260+
* Select **OK** to create the VNet.
261261
5. In subnet, select the newly created Vnet (**myvnet1**) as the delegate subnet.
262262
263-
![Create a volume window](../media/azure-netapp-files/azure-netapp-files-create-volume-window.png)
263+
![Screenshot of create a volume window.](../media/azure-netapp-files/azure-netapp-files-create-volume-window.png)
264264
265-
![Create virtual network window](../media/azure-netapp-files/azure-netapp-files-create-virtual-network-window.png)
265+
![Screenshot of create a virtual network window.](../media/azure-netapp-files/azure-netapp-files-create-virtual-network-window.png)
266266
267-
4. Click **Protocol**, and then complete the following actions:
267+
4. Select **Protocol**, and then complete the following actions:
268268
* Select **NFS** as the protocol type for the volume.
269269
* Enter **myfilepath1** as the file path that will be used to create the export path for the volume.
270270
* Select the NFS version (**NFSv3** or **NFSv4.1**) for the volume.
271271
See [considerations](azure-netapp-files-create-volumes.md#considerations) and [best practice](azure-netapp-files-create-volumes.md#best-practice) about NFS versions.
272272
273-
![Specify NFS protocol for quickstart](../media/azure-netapp-files/azure-netapp-files-quickstart-protocol-nfs.png)
273+
![Screenshot of NFS protocol for selection.](../media/azure-netapp-files/azure-netapp-files-quickstart-protocol-nfs.png)
274274
275-
5. Click **Review + create** to display information for the volume you are creating.
275+
5. Select **Review + create** to display information for the volume you are creating.
276276
277-
6. Click **Create** to create the volume.
277+
6. Select **Create** to create the volume.
278278
The created volume appears in the Volumes blade.
279279
280-
![Volume created](../media/azure-netapp-files/azure-netapp-files-create-volume-created.png)
280+
![Screenshot of volume creation confirmation.](../media/azure-netapp-files/azure-netapp-files-create-volume-created.png)
281281
282282
# [PowerShell](#tab/azure-powershell)
283283
@@ -401,20 +401,20 @@ When you are done and if you want to, you can delete the resource group. The act
401401
402402
1. In the Azure portal's search box, enter **Azure NetApp Files** and then select **Azure NetApp Files** from the list that appears.
403403
404-
2. In the list of subscriptions, click the resource group (myRG1) you want to delete.
404+
2. In the list of subscriptions, select the resource group (myRG1) you want to delete.
405405
406-
![Navigate to resource groups](../media/azure-netapp-files/azure-netapp-files-azure-navigate-to-resource-groups.png)
406+
![Screenshot of the resource groups menu.](../media/azure-netapp-files/azure-netapp-files-azure-navigate-to-resource-groups.png)
407407
408408
409-
3. In the resource group page, click **Delete resource group**.
409+
3. In the resource group page, select **Delete resource group**.
410410
411411
![Screenshot that highlights the Delete resource group button.](../media/azure-netapp-files/azure-netapp-files-azure-delete-resource-group.png)
412412
413413
A window opens and displays a warning about the resources that will be deleted with the resource group.
414414
415-
4. Enter the name of the resource group (myRG1) to confirm that you want to permanently delete the resource group and all resources in it, and then click **Delete**.
415+
4. Enter the name of the resource group (myRG1) to confirm that you want to permanently delete the resource group and all resources in it, and then select **Delete**.
416416
417-
![Confirm deleting resource group](../media/azure-netapp-files/azure-netapp-files-azure-confirm-resource-group-deletion.png )
417+
![Screenshot showing confirmation of deleting resource group.](../media/azure-netapp-files/azure-netapp-files-azure-confirm-resource-group-deletion.png )
418418
419419
# [PowerShell](#tab/azure-powershell)
420420

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Resize the capacity pool or a volume for Azure NetApp Files | Microsoft Docs
2+
title: Resize the capacity pool or a volume for Azure NetApp Files | Microsoft Docs
33
description: Learn how to change the size of a capacity pool or a volume. Resizing the capacity pool changes the purchased Azure NetApp Files capacity.
44
services: azure-netapp-files
55
documentationcenter: ''
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: how-to
15-
ms.date: 12/19/2022
15+
ms.date: 02/21/2023
1616
ms.author: anfdocs
1717
---
1818
# Resize a capacity pool or a volume
@@ -23,10 +23,13 @@ For information about monitoring a volume’s capacity, see [Monitor the capacit
2323
## Considerations
2424

2525
* Volume quotas are indexed against `maxfiles` limits. Once a volume has surpassed a `maxfiles` limit, you cannot reduce the volume size below the quota that corresponds to that `maxfiles` limit. For more information and specific limits, see [`maxfiles` limits](azure-netapp-files-resource-limits.md#maxfiles-limits-).
26+
* Capacity pools with Basic network features have a minimum size of 4 TiB. For capacity pools with Standard network features, the minimum size is 2 TiB. For more information, see [Resource limits](azure-netapp-files-resource-limits.md)
2627

2728
## Resize the capacity pool using the Azure portal
2829

29-
You can change the capacity pool size in 1-TiB increments or decrements. However, the capacity pool size cannot be smaller than the sum of the capacity of the volumes hosted in the pool, with a minimum of 4TiB. Resizing the capacity pool changes the purchased Azure NetApp Files capacity.
30+
You can change the capacity pool size in 1-TiB increments or decrements. However, the capacity pool size cannot be smaller than the sum of the capacity of the volumes hosted in the pool.
31+
32+
Resizing the capacity pool changes the purchased Azure NetApp Files capacity.
3033

3134
1. From the NetApp Account view, go to **Capacity pools**, and select the capacity pool that you want to resize.
3235
2. Right-click the capacity pool name or select the "…" icon at the end of the capacity pool row to display the context menu. Select **Resize**.

articles/azure-netapp-files/azure-netapp-files-resource-limits.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: conceptual
15-
ms.date: 02/02/2023
15+
ms.date: 02/21/2023
1616
ms.author: anfdocs
1717
---
1818
# Resource limits for Azure NetApp Files
@@ -32,7 +32,7 @@ The following table describes resource limits for Azure NetApp Files:
3232
| Number of volumes per capacity pool | 500 | Yes |
3333
| Number of snapshots per volume | 255 | No |
3434
| Number of IPs in a VNet (including immediately peered VNets) accessing volumes in an Azure NetApp Files hosting VNet | <ul><li>**Basic**: 1000</li><li>**Standard**: [Same standard limits as VMs](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-resource-manager-virtual-networking-limits)</li></ul> | No |
35-
| Minimum size of a single capacity pool | 4 TiB | No |
35+
| Minimum size of a single capacity pool | 2 TiB* | No |
3636
| Maximum size of a single capacity pool | 500 TiB | No |
3737
| Minimum size of a single volume | 100 GiB | No |
3838
| Maximum size of a single volume | 100 TiB | No |
@@ -50,6 +50,8 @@ The following table describes resource limits for Azure NetApp Files:
5050
| Maximum number of volumes that can be backed up per subscription | 5 | Y |
5151
| Maximum number of manual backups per volume per day | 5 | Y |
5252

53+
\* [!INCLUDE [Limitations for capacity pool minimum of 2 TiB](includes/2-tib-capacity-pool.md)]
54+
5355
For more information, see [Capacity management FAQs](faq-capacity-management.md).
5456

5557
For limits and constraints related to Azure NetApp Files network features, see [Guidelines for Azure NetApp Files network planning](azure-netapp-files-network-topologies.md#considerations).

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,24 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: how-to
15-
ms.date: 11/4/2021
15+
ms.date: 02/21/2023
1616
ms.author: anfdocs
1717
---
1818
# Create a capacity pool for Azure NetApp Files
1919

20-
Creating a capacity pool enables you to create volumes within it.
20+
Creating a capacity pool enables you to create volumes within it.
2121

2222
## Before you begin
2323

24-
You must have already created a NetApp account.
25-
26-
[Create a NetApp account](azure-netapp-files-create-netapp-account.md)
24+
You must have already [created a NetApp account](azure-netapp-files-create-netapp-account.md).
2725

2826
## Steps
2927

3028
1. Go to the management blade for your NetApp account, and then, from the navigation pane, click **Capacity pools**.
3129

3230
![Navigate to capacity pool](../media/azure-netapp-files/azure-netapp-files-navigate-to-capacity-pool.png)
3331

34-
2. Click **+ Add pools** to create a new capacity pool.
32+
2. Select **+ Add pools** to create a new capacity pool.
3533
The New Capacity Pool window appears.
3634

3735
3. Provide the following information for the new capacity pool:
@@ -45,7 +43,10 @@ You must have already created a NetApp account.
4543

4644
* **Size**
4745
Specify the size of the capacity pool that you are purchasing.
48-
The minimum capacity pool size is 4 TiB. You can change the size of a capacity pool in 1-TiB increments.
46+
The minimum capacity pool size is 2 TiB. You can change the size of a capacity pool in 1-TiB increments.
47+
48+
>[!NOTE]
49+
>[!INCLUDE [Limitations for capacity pool minimum of 2 TiB](includes/2-tib-capacity-pool.md)]
4950
5051
* **QoS**
5152
Specify whether the capacity pool should use the **Manual** or **Auto** QoS type.
@@ -55,9 +56,9 @@ You must have already created a NetApp account.
5556
> [!IMPORTANT]
5657
> Setting **QoS type** to **Manual** is permanent. You cannot convert a manual QoS capacity pool to use auto QoS. However, you can convert an auto QoS capacity pool to use manual QoS. See [Change a capacity pool to use manual QoS](manage-manual-qos-capacity-pool.md#change-to-qos).
5758
58-
![New capacity pool](../media/azure-netapp-files/azure-netapp-files-new-capacity-pool.png)
59+
:::image type="content" source="../media/azure-netapp-files/azure-netapp-files-new-capacity-pool.png" alt-text="Screenshot of new capacity pool options.":::
5960

60-
4. Click **Create**.
61+
4. Select **Create**.
6162

6263
## Next steps
6364

0 commit comments

Comments
 (0)