Skip to content

Commit 31eebe8

Browse files
Merge pull request #214901 from b-ahibbard/anf-18oct-volnames
ANF volume naming conventions
2 parents e8bfc3e + e382d4a commit 31eebe8

File tree

4 files changed

+14
-20
lines changed

4 files changed

+14
-20
lines changed

articles/azure-netapp-files/azure-netapp-files-create-volumes-smb.md

Lines changed: 2 additions & 4 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: how-to
15-
ms.date: 05/18/2022
15+
ms.date: 10/18/2022
1616
ms.author: anfdocs
1717
---
1818
# Create an SMB volume for Azure NetApp Files
@@ -43,9 +43,7 @@ Before creating an SMB volume, you need to create an Active Directory connection
4343
* **Volume name**
4444
Specify the name for the volume that you are creating.
4545

46-
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.
47-
48-
You can't use `default` or `bin` as the volume name.
46+
Refer to [Naming rules and restrictions for Azure resources](../azure-resource-manager/management/resource-name-rules.md#microsoftnetapp) for naming conventions on volumes. Additionally, you cannot use `default` or `bin` as the volume name.
4947

5048
* **Capacity pool**
5149
Specify the capacity pool where you want the volume to be created.

articles/azure-netapp-files/azure-netapp-files-create-volumes.md

Lines changed: 3 additions & 5 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: how-to
15-
ms.date: 03/02/2022
15+
ms.date: 10/18/2022
1616
ms.author: anfdocs
1717
---
1818
# Create an NFS volume for Azure NetApp Files
@@ -54,11 +54,9 @@ This article shows you how to create an NFS volume. For SMB volumes, see [Create
5454

5555
2. In the Create a Volume window, click **Create**, and provide information for the following fields under the Basics tab:
5656
* **Volume name**
57-
Specify the name for the volume that you are creating.
57+
Specify the name for the volume that you are creating.
5858

59-
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.
60-
61-
You cannot use `default` or `bin` as the volume name.
59+
Refer to [Naming rules and restrictions for Azure resources](../azure-resource-manager/management/resource-name-rules.md#microsoftnetapp) for naming conventions on volumes. Additionally, you cannot use `default` or `bin` as the volume name.
6260

6361
* **Capacity pool**
6462
Specify the capacity pool where you want the volume to be created.

articles/azure-netapp-files/create-volumes-dual-protocol.md

Lines changed: 7 additions & 9 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: how-to
15-
ms.date: 07/28/2022
15+
ms.date: 10/18/2022
1616
ms.author: anfdocs
1717
---
1818
# Create a dual-protocol volume for Azure NetApp Files
@@ -58,9 +58,9 @@ To create NFS volumes, see [Create an NFS volume](azure-netapp-files-create-volu
5858
| NFSv3 | `Unix` | None | UNIX (mode bits or NFSv4.x ACLs) <br><br> NFSv4.x ACLs can be applied using an NFSv4.x administrative client and honored by NFSv3 clients. |
5959
| NFS | `Ntfs` | UNIX to Windows | NTFS ACLs (based on mapped Windows user SID) |
6060

61-
* The LDAP with extended groups feature supports the dual protocol of both [NFSv3 and SMB] and [NFSv4.1 and SMB] with the Unix security style. See [Configure ADDS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md) for more information.
61+
* The LDAP with extended groups feature supports the dual protocol of both [NFSv3 and SMB] and [NFSv4.1 and SMB] with the Unix security style. See [Configure AD DS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md) for more information.
6262

63-
* If you have large topologies, and you use the Unix security style with a dual-protocol volume or LDAP with extended groups, you should use the **LDAP Search Scope** option on the Active Directory Connections page to avoid "access denied" errors on Linux clients for Azure NetApp Files. See [Configure ADDS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md#ldap-search-scope) for more information.
63+
* If you have large topologies, and you use the Unix security style with a dual-protocol volume or LDAP with extended groups, you should use the **LDAP Search Scope** option on the Active Directory Connections page to avoid "access denied" errors on Linux clients for Azure NetApp Files. See [Configure AD DS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md#ldap-search-scope) for more information.
6464

6565
* You don't need a server root CA certificate for creating a dual-protocol volume. It is required only if LDAP over TLS is enabled.
6666

@@ -74,9 +74,7 @@ To create NFS volumes, see [Create an NFS volume](azure-netapp-files-create-volu
7474
* **Volume name**
7575
Specify the name for the volume that you are creating.
7676

77-
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.
78-
79-
You cannot use `default` or `bin` as the volume name.
77+
Refer to [Naming rules and restrictions for Azure resources](../azure-resource-manager/management/resource-name-rules.md#microsoftnetapp) for naming conventions on volumes. Additionally, you can't use `default` or `bin` as the volume name.
8078

8179
* **Capacity pool**
8280
Specify the capacity pool where you want the volume to be created.
@@ -158,7 +156,7 @@ The **Allow local NFS users with LDAP** option in Active Directory connections e
158156

159157
> [!NOTE]
160158
> Before enabling this option, you should understand the [considerations](#considerations).
161-
> The **Allow local NFS users with LDAP** option is part of the **LDAP with extended groups** feature and requires registration. See [Configure ADDS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md) for details.
159+
> The **Allow local NFS users with LDAP** option is part of the **LDAP with extended groups** feature and requires registration. See [Configure AD DS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md) for details.
162160
163161
1. Click **Active Directory connections**. On an existing Active Directory connection, click the context menu (the three dots ``), and select **Edit**.
164162

@@ -212,6 +210,6 @@ Follow instructions in [Configure an NFS client for Azure NetApp Files](configur
212210
* [Configure NFSv4.1 Kerberos encryption](configure-kerberos-encryption.md)
213211
* [Configure an NFS client for Azure NetApp Files](configure-nfs-clients.md)
214212
* [Configure Unix permissions and change ownership mode](configure-unix-permissions-change-ownership-mode.md).
215-
* [Configure ADDS LDAP over TLS for Azure NetApp Files](configure-ldap-over-tls.md)
216-
* [Configure ADDS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md)
213+
* [Configure AD DS LDAP over TLS for Azure NetApp Files](configure-ldap-over-tls.md)
214+
* [Configure AD DS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md)
217215
* [Troubleshoot volume errors for Azure NetApp Files](troubleshoot-volumes.md)

articles/azure-resource-manager/management/resource-name-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Shows the rules and restrictions for naming Azure resources.
44
ms.topic: conceptual
55
author: tfitzmac
66
ms.author: tomfitz
7-
ms.date: 10/05/2022
7+
ms.date: 10/18/2022
88
---
99

1010
# Naming rules and restrictions for Azure resources
@@ -562,7 +562,7 @@ In the following tables, the term alphanumeric refers to:
562562
> | netAppAccounts / capacityPools | NetApp account | 1-64 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. |
563563
> | netAppAccounts / snapshots | NetApp account | 1-255 | Alphanumerics, underscores, and hyphens. <br><br> Start with alphanumeric. |
564564
> | netAppAccounts / snapshotPolicies | NetApp account | 1-64 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. |
565-
> | netAppAccounts / volumes | NetApp account | 1-64 | Alphanumerics, underscores, and hyphens. <br><br> Start with alphanumeric. |
565+
> | netAppAccounts / volumes | NetApp account | 1-64 | Alphanumerics, underscores, and hyphens. <br><br> Start with alphanumeric. <br><br> Volume cannot be named `bin` or `default`. |
566566
> | netAppAccounts / volumeGroups | NetApp account | 3-64 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. |
567567
568568
## Microsoft.Network

0 commit comments

Comments
 (0)