Skip to content

Latest commit

 

History

History
82 lines (57 loc) · 3.77 KB

File metadata and controls

82 lines (57 loc) · 3.77 KB
title Create an NFS volume for Azure NetApp Files Elastic zone-redundant storage
description Learn about the requirements and steps to create an NFS volume for Elastic zone-redundant storage in Azure NetApp Files.
services azure-netapp-files
author b-ahibbard
ms.service azure-netapp-files
ms.topic how-to
ms.date 01/26/2026
ms.author anfdocs

Create an NFS volume for Azure NetApp Files Elastic zone-redundant storage

Learn how to create an NFS volume for the Elastic zone-redundant storage.

Note

This workflow is for Elastic zone-redundant storage. For Flexible, Standard, Premium, and Ultra volumes, see Create an NFS volume.

Before you begin

  • You must have a NetApp Elastic account.
  • You must have configured a capacity pool with the Zone-redundant service level.

Considerations

  • You can't change the protocol of a volume after creating it.
  • Each volume in a capacity pool must have a unique name.
  • In Elastic zone-redundant storage, you can't move volumes between capacity pools.
  • After creating the volume, you can check its status in the volume's overview page to see if it's online or offline.

Note

If you're creating a volume with the REST API and no option is provided for the hide snapshot path, it's hidden by default.

Create an NFS volume

  1. In your account, select Volumes.

  2. Select + Add Volume.

  3. In the Basics tab:

    Select Show advanced section to add a configured snapshot policy or hide the snapshot path. You can also change the options in the advanced section after you create the volume.

    Select Next.

    :::image type="content" source="./media/shared/elastic-create-volume.png" alt-text="Screenshot the volume creation Basic tab." lightbox="./media/shared/elastic-create-volume.png":::

  4. Configure the Protocol.

    :::image type="content" source="./media/elastic-volume/volume-protocol.png" alt-text="Screenshot of the volume creation protocol tab." lightbox="./media/elastic-volume/volume-protocol.png":::

  5. Select Review + create.

  6. Review your selections. Select Create to finalize the volume.

  7. Return to the Volume menu then select your volume to view it.

    [!NOTE] You can't perform any operations on the volume until the volume creates successfully.

Resize a volume

  1. In your NetApp account, select Volumes.

  2. Select the volume you want to modify.

  3. In the overview for the volume, select Resize.

  4. Enter the new quota in GiB in the Quota field. The Available quota displays the available space in the capacity pool.

    :::image type="content" source="./media/shared/edit-volume.png" alt-text="Screenshot showing how to edit a snapshot policy." lightbox="./media/shared/edit-volume.png":::

  5. Select OK to confirm the new quota.

Next steps