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
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-create-volumes-smb.md
+51-8Lines changed: 51 additions & 8 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: 02/05/2020
16
+
ms.date: 03/13/2020
17
17
ms.author: b-juche
18
18
---
19
19
# Create an SMB volume for Azure NetApp Files
@@ -30,7 +30,7 @@ A subnet must be delegated to Azure NetApp Files.
30
30
31
31
You need to create Active Directory connections before creating an SMB volume. The requirements for Active Directory connections are as follows:
32
32
33
-
* The admin account you use must be able to create machine accounts in the organizational unit (OU) path that you will specify.
33
+
* The admin account you use must have the capability to create machine accounts in the organizational unit (OU) path that you will specify.
34
34
35
35
* Proper ports must be open on the applicable Windows Active Directory (AD) server.
36
36
The required ports are as follows:
@@ -55,7 +55,7 @@ A subnet must be delegated to Azure NetApp Files.
55
55
56
56
* The site topology for the targeted Active Directory Domain Services must adhere to best practices, in particular the Azure VNet where Azure NetApp Files is deployed.
57
57
58
-
The address space for the virtual network where Azure NetApp Files is deployed must be added to a new or existing Active Directory site (where a domain controller reachable by Azure NetApp Files resides).
58
+
The address space for the virtual network where Azure NetApp Files is deployed must be added to a new or existing Active Directory site (where a domain controller reachable by Azure NetApp Files is).
59
59
60
60
* The specified DNS servers must be reachable from the [delegated subnet](https://docs.microsoft.com/azure/azure-netapp-files/azure-netapp-files-delegate-subnet) of Azure NetApp Files.
61
61
@@ -65,19 +65,62 @@ A subnet must be delegated to Azure NetApp Files.
65
65
66
66
* The Azure NetApp Files delegated subnet must be able to reach all Active Directory Domain Services (ADDS) domain controllers in the domain, including all local and remote domain controllers. Otherwise, service interruption can occur.
67
67
68
-
If you have domain controllers that are unreachable via the Azure NetApp Files delegated subnet, you can specify an Active Directory site during creation of the Active Directory connection. Azure NetApp Files needs to communicate only with domain controllers in the site where the Azure NetApp Files delegated subnet address space resides.
68
+
If you have domain controllers that are unreachable by the Azure NetApp Files delegated subnet, you can specify an Active Directory site during creation of the Active Directory connection. Azure NetApp Files needs to communicate only with domain controllers in the site where the Azure NetApp Files delegated subnet address space is.
69
69
70
70
See [Designing the site topology](https://docs.microsoft.com/windows-server/identity/ad-ds/plan/designing-the-site-topology) about AD sites and services.
71
71
72
72
See Azure NetApp Files [SMB FAQs](https://docs.microsoft.com/azure/azure-netapp-files/azure-netapp-files-faqs#smb-faqs) about additional AD information.
73
73
74
+
## Decide which Domain Services to use
75
+
76
+
Azure NetApp Files supports both [Active Directory Domain Services](https://docs.microsoft.com/windows-server/identity/ad-ds/plan/understanding-active-directory-site-topology) (ADDS) and Azure Active Directory Domain Services (AADDS) for AD connections. Before you create an AD connection, you need to decide whether to use ADDS or AADDS.
77
+
78
+
For more information, see [Compare self-managed Active Directory Domain Services, Azure Active Directory, and managed Azure Active Directory Domain Services](https://docs.microsoft.com/azure/active-directory-domain-services/compare-identity-solutions).
79
+
80
+
### Active Directory Domain Services
81
+
82
+
You can use your preferred [Active Directory Sites and Services](https://docs.microsoft.com/windows-server/identity/ad-ds/plan/understanding-active-directory-site-topology) scope for Azure NetApp Files. This option enables reads and writes to Active Directory Domain Services (ADDS) domain controllers that are [accessible by Azure NetApp Files](azure-netapp-files-network-topologies.md). It also prevents the service from communicating with domain controllers that are not in the specified Active Directory Sites and Services site.
83
+
84
+
To find your site name when you use ADDS, you can contact the administrative group in your organization that is responsible for Active Directory Domain Services. The example below shows the Active Directory Sites and Services plugin where the site name is displayed:
85
+
86
+

87
+
88
+
When you configure an AD connection for Azure NetApp Files, you specify the site name in scope for the **AD Site Name** field.
89
+
90
+
### Azure Active Directory Domain Services
91
+
92
+
For Azure Active Directory Domain Services (AADDS) configuration and guidance, see [Azure AD Domain Services documentation](https://docs.microsoft.com/azure/active-directory-domain-services/).
93
+
94
+
Additional AADDS considerations apply for Azure NetApp Files:
95
+
96
+
* Ensure the VNet or subnet where AADDS is deployed is in the same Azure region as the Azure NetApp Files deployment.
97
+
* If you use another VNet in the region where Azure NetApp Files is deployed, you should create a peering between the two VNets.
98
+
* Azure NetApp Files supports `user` and `resource forest` types.
99
+
* For synchronization type, you can select `All` or `Scoped`.
100
+
If you select `Scoped`, ensure the correct Azure AD group is selected for accessing SMB shares. If you are uncertain, you can use the `All` synchronization type.
101
+
* Use of the Enterprise or Premium SKU is required. The Standard SKU is not supported.
102
+
103
+
When you create an Active Directory connection, note the following specifics for AADDS:
104
+
105
+
* You can find information for **Primary DNS**, **Secondary DNS**, and **AD DNS Domain Name** in the AADDS menu.
106
+
For DNS servers, two IP addresses will be used for configuring the Active Directory connection.
107
+
* The **organizational unit path** is `OU=AADDC Computers`.
108
+
This setting is configured in the **Active Directory Connections** under **NetApp Account**:
109
+
110
+

111
+
112
+
***Username** credentials can be any user that is a member of the Azure AD group **Azure AD DC Administrators**.
113
+
114
+
74
115
## Create an Active Directory connection
75
116
76
117
1. From your NetApp account, click **Active Directory connections**, then click **Join**.
2. In the Join Active Directory window, provide the following information:
121
+
2. In the Join Active Directory window, provide the following information, based on the Domain Services you want to use:
122
+
123
+
For information specific to the Domain Services you use, see [Decide which Domain Services to use](#decide-which-domain-services-to-use).
81
124
82
125
***Primary DNS**
83
126
This is the DNS that is required for the Active Directory domain join and SMB authentication operations.
@@ -90,7 +133,7 @@ See Azure NetApp Files [SMB FAQs](https://docs.microsoft.com/azure/azure-netapp-
90
133
***SMB server (computer account) prefix**
91
134
This is the naming prefix for the machine account in Active Directory that Azure NetApp Files will use for creation of new accounts.
92
135
93
-
For example, if the naming standard that your organization uses for file servers is NAS-01, NAS-02..., NAS-045, then you would enter “NAS” for the prefix.
136
+
For example, if the naming standard that your organization uses for file servers is NAS-01, NAS-02..., NAS-045, then you would enter "NAS" for the prefix.
94
137
95
138
The service will create additional machine accounts in Active Directory as needed.
96
139
@@ -127,7 +170,7 @@ See Azure NetApp Files [SMB FAQs](https://docs.microsoft.com/azure/azure-netapp-
127
170
128
171
A volume name must be unique within each capacity pool. It must be at least three characters long. You can use any alphanumeric characters.
129
172
130
-
You cannot use `default` as the volume name.
173
+
You can't use `default` as the volume name.
131
174
132
175
***Capacity pool**
133
176
Specify the capacity pool where you want the volume to be created.
@@ -146,7 +189,7 @@ See Azure NetApp Files [SMB FAQs](https://docs.microsoft.com/azure/azure-netapp-
146
189
Specify the subnet that you want to use for the volume.
147
190
The subnet you specify must be delegated to Azure NetApp Files.
148
191
149
-
If you have not 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.
192
+
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.
150
193
151
194

0 commit comments