title | description | services | documentationcenter | author | manager | editor | ms.assetid | ms.service | ms.workload | ms.tgt_pltfrm | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Create an SMB volume for Azure NetApp Files | Microsoft Docs |
This article shows you how to create an SMB3 volume in Azure NetApp Files. Learn about requirements for Active Directory connections and Domain Services. |
azure-netapp-files |
b-hchen |
azure-netapp-files |
storage |
na |
how-to |
05/18/2022 |
anfdocs |
Azure NetApp Files supports creating volumes using NFS (NFSv3 or NFSv4.1), SMB3, or dual protocol (NFSv3 and SMB, or NFSv4.1 and SMB). A volume's capacity consumption counts against its pool's provisioned capacity.
This article shows you how to create an SMB3 volume. For NFS volumes, see Create an NFS volume. For dual-protocol volumes, see Create a dual-protocol volume.
- You must have already set up a capacity pool. See Create a capacity pool.
- A subnet must be delegated to Azure NetApp Files. See Delegate a subnet to Azure NetApp Files.
Before creating an SMB volume, you need to create an Active Directory connection. If you haven't configured Active Directory connections for Azure NetApp files, follow instructions described in Create and manage Active Directory connections.
-
Click the Volumes blade from the Capacity Pools blade.
-
Click + Add volume to create a volume.
The Create a Volume window appears. -
In the Create a Volume window, click Create and provide information for the following fields under the Basics tab:
-
Volume name
Specify the name for the volume that you are creating.A volume name must be unique within each capacity pool. It must be at least three characters long. The name must begin with a letter. It can contain letters, numbers, underscores ('_'), and hyphens ('-') only.
You can't use
default
orbin
as the volume name. -
Capacity pool
Specify the capacity pool where you want the volume to be created. -
Quota
Specify the amount of logical storage that is allocated to the volume.The Available quota field shows the amount of unused space in the chosen capacity pool that you can use towards creating a new volume. The size of the new volume must not exceed the available quota.
-
Throughput (MiB/S)
If the volume is created in a manual QoS capacity pool, specify the throughput you want for the volume.If the volume is created in an auto QoS capacity pool, the value displayed in this field is (quota x service level throughput).
-
Virtual network
Specify the Azure virtual network (VNet) from which you want to access the volume.The VNet you specify must have a subnet delegated to Azure NetApp Files. The Azure NetApp Files service can be accessed only from the same VNet or from a VNet that is in the same region as the volume through VNet peering. You can also access the volume from your on-premises network through Express Route.
-
Subnet
Specify the subnet that you want to use for the volume.
The subnet you specify must be delegated to Azure NetApp Files.If you haven't delegated a subnet, you can click Create new on the Create a Volume page. Then in the Create Subnet page, specify the subnet information, and select Microsoft.NetApp/volumes to delegate the subnet for Azure NetApp Files. In each VNet, only one subnet can be delegated to Azure NetApp Files.
-
Network features
In supported regions, you can specify whether you want to use Basic or Standard network features for the volume. See Configure network features for a volume and Guidelines for Azure NetApp Files network planning for details. -
If you want to apply an existing snapshot policy to the volume, click Show advanced section to expand it, specify whether you want to hide the snapshot path, and select a snapshot policy in the pull-down menu.
For information about creating a snapshot policy, see Manage snapshot policies.
-
-
Click Protocol and complete the following information:
-
Select SMB as the protocol type for the volume.
-
Select your Active Directory connection from the drop-down list.
-
Specify a unique share name for the volume. This share name is used when you create mount targets. The requirements for the share name are as follows:
- It must be unique within each subnet in the region.
- It must start with an alphabetical character.
- It can contain only letters, numbers, or dashes (
-
). - The length must not exceed 80 characters.
-
If you want to enable encryption for SMB3, select Enable SMB3 Protocol Encryption.
This feature enables encryption for in-flight SMB3 data. SMB clients not using SMB3 encryption will not be able to access this volume. Data at rest is encrypted regardless of this setting.
See SMB encryption for additional information. -
If you want to enable Continuous Availability for the SMB volume, select Enable Continuous Availability.
[!IMPORTANT]
The SMB Continuous Availability feature is currently in public preview. You need to submit a waitlist request for accessing the feature through the Azure NetApp Files SMB Continuous Availability Shares Public Preview waitlist submission page. Wait for an official confirmation email from the Azure NetApp Files team before using the Continuous Availability feature.You should enable Continuous Availability only for Citrix App Layering, SQL Server, and FSLogix user profile containers. Using SMB Continuous Availability shares for workloads other than Citrix App Layering, SQL Server, and FSLogix user profile containers is not supported. This feature is currently supported on Windows SQL Server. Linux SQL Server is not currently supported. If you are using a non-administrator (domain) account to install SQL Server, ensure that the account has the required security privilege assigned. If the domain account does not have the required security privilege (
SeSecurityPrivilege
), and the privilege cannot be set at the domain level, you can grant the privilege to the account by using the Security privilege users field of Active Directory connections. See Create an Active Directory connection.
-
-
Click Review + Create to review the volume details. Then click Create to create the SMB volume.
The volume you created appears in the Volumes page.
A volume inherits subscription, resource group, location attributes from its capacity pool. To monitor the volume deployment status, you can use the Notifications tab.
Access to an SMB volume is managed through permissions.
You can set permissions for a file or folder by using the Security tab of the object's properties in the Windows SMB client.
- Mount a volume for Windows or Linux virtual machines
- Resource limits for Azure NetApp Files
- Enable Active Directory Domain Services (ADDS) LDAP authentication for NFS volumes
- Enable Continuous Availability on existing SMB volumes
- SMB encryption
- Troubleshoot volume errors for Azure NetApp Files
- Learn about virtual network integration for Azure services
- Install a new Active Directory forest using Azure CLI