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
> You can edit the username and password fields after saving the Active Directory connection. No other values can be edited after saving the connection. If you need to change any other values, you must first delete any deployed SMB volumes, then delete and re-create the Active Directory connection.
112
+
110
113
## Add an SMB volume
111
114
112
115
1. Click the **Volumes** blade from the Capacity Pools blade.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-create-volumes.md
+28-4Lines changed: 28 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,41 @@ ms.workload: storage
13
13
ms.tgt_pltfrm: na
14
14
ms.devlang: na
15
15
ms.topic: conceptual
16
-
ms.date: 7/9/2019
16
+
ms.date: 10/12/2019
17
17
ms.author: b-juche
18
18
---
19
19
# Create an NFS volume for Azure NetApp Files
20
20
21
-
Azure NetApp Files supports NFS and SMBv3 volumes. A volume's capacity consumption counts against its pool's provisioned capacity. This article shows you how to create an NFS volume. If you want to create an SMB volume, see [Create an SMB volume for Azure NetApp Files](azure-netapp-files-create-volumes-smb.md).
21
+
Azure NetApp Files supports NFS (NFSv3 and NFSv4.1) and SMBv3 volumes. A volume's capacity consumption counts against its pool's provisioned capacity. This article shows you how to create an NFS volume. If you want to create an SMB volume, see [Create an SMB volume for Azure NetApp Files](azure-netapp-files-create-volumes-smb.md).
22
22
23
23
## Before you begin
24
24
You must have already set up a capacity pool.
25
25
[Set up a capacity pool](azure-netapp-files-set-up-capacity-pool.md)
26
26
A subnet must be delegated to Azure NetApp Files.
27
27
[Delegate a subnet to Azure NetApp Files](azure-netapp-files-delegate-subnet.md)
28
28
29
+
## Considerations
30
+
31
+
* Deciding which NFS version to use
32
+
NFSv3 can handle a wide variety of use cases and is commonly deployed in most enterprise applications. You should validate what version (NFSv3 or NFSv4.1) your application requires and create your volume using the appropriate version. For example, if you use [Apache ActiveMQ](https://activemq.apache.org/shared-file-system-master-slave), file locking with NFSv4.1 is recommended over NFSv3.
33
+
34
+
> [!IMPORTANT]
35
+
> Access to the NFSv4.1 feature requires whitelisting. To request whitelisting, submit a request to <[email protected]>.
36
+
37
+
* Security
38
+
Support for UNIX mode bits (read, write, and execute) is available for NFSv3 and NFSv4.1. Root-level access is required on the NFS client to mount NFS volumes.
39
+
40
+
* Local user/group and LDAP support for NFSv4.1
41
+
Currently, NFSv4.1 supports root access to volumes only.
42
+
43
+
## Best practice
44
+
45
+
* You should ensure that you’re using the proper mount instructions for the volume. See [Mount or unmount a volume for Windows or Linux virtual machines](azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md).
46
+
47
+
* The NFS client should be in the same VNet or peered VNet as the Azure NetApp Files volume. Connecting from outside the VNet is supported; however, it will introduce additional latency and decrease overall performance.
48
+
49
+
* You should ensure that the NFS client is up-to-date and running the latest updates for the operating system.
50
+
29
51
## Create an NFS volume
30
52
31
53
1. Click the **Volumes** blade from the Capacity Pools blade.
@@ -66,14 +88,16 @@ A subnet must be delegated to Azure NetApp Files.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-faqs.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.workload: storage
13
13
ms.tgt_pltfrm: na
14
14
ms.devlang: na
15
15
ms.topic: conceptual
16
-
ms.date: 09/25/2019
16
+
ms.date: 10/12/2019
17
17
ms.author: b-juche
18
18
---
19
19
# FAQs About Azure NetApp Files
@@ -45,7 +45,7 @@ Yes, you can, if you create the required DNS entries. Azure NetApp Files supplie
45
45
46
46
### Can the network traffic between the Azure VM and the storage be encrypted?
47
47
48
-
Data traffic (traffic from the NFSv3 or SMBv3 client to Azure NetApp Files volumes) is not encrypted. However, the traffic from an Azure VM (running an NFS or SMB client) to Azure NetApp Files is as secure as any other Azure-VM-to-VM traffic. This traffic is local to the Azure data-center network.
48
+
Data traffic (traffic from the NFSv3, NFSv4.1, or SMBv3 client to Azure NetApp Files volumes) is not encrypted. However, the traffic from an Azure VM (running an NFS or SMB client) to Azure NetApp Files is as secure as any other Azure-VM-to-VM traffic. This traffic is local to the Azure data-center network.
49
49
50
50
### Can the storage be encrypted at rest?
51
51
@@ -116,7 +116,11 @@ The volume size reported in DF is the maximum size the Azure NetApp Files volume
116
116
117
117
### What NFS version does Azure NetApp Files support?
118
118
119
-
Azure NetApp Files currently supports NFSv3.
119
+
Azure NetApp Files supports NFSv3 and NFSv4.1. You can create a volume using either NFS version.
120
+
121
+
> [!IMPORTANT]
122
+
> Access to the NFSv4.1 feature requires whitelisting. To request whitelisting, submit a request to <[email protected]>.
0 commit comments