Skip to content

Commit 6a4a095

Browse files
Merge pull request #107707 from b-juche/live-update-03-13-smb-site-scoping
Live update 03 13 smb site scoping
2 parents 31d93e9 + fc6a5e3 commit 6a4a095

File tree

3 files changed

+51
-8
lines changed

3 files changed

+51
-8
lines changed

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

Lines changed: 51 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 02/05/2020
16+
ms.date: 03/13/2020
1717
ms.author: b-juche
1818
---
1919
# Create an SMB volume for Azure NetApp Files
@@ -30,7 +30,7 @@ A subnet must be delegated to Azure NetApp Files.
3030

3131
You need to create Active Directory connections before creating an SMB volume. The requirements for Active Directory connections are as follows:
3232

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.
3434

3535
* Proper ports must be open on the applicable Windows Active Directory (AD) server.
3636
The required ports are as follows:
@@ -55,7 +55,7 @@ A subnet must be delegated to Azure NetApp Files.
5555

5656
* 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.
5757

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).
5959

6060
* 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.
6161

@@ -65,19 +65,62 @@ A subnet must be delegated to Azure NetApp Files.
6565

6666
* 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.
6767

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.
6969

7070
See [Designing the site topology](https://docs.microsoft.com/windows-server/identity/ad-ds/plan/designing-the-site-topology) about AD sites and services.
7171

7272
See Azure NetApp Files [SMB FAQs](https://docs.microsoft.com/azure/azure-netapp-files/azure-netapp-files-faqs#smb-faqs) about additional AD information.
7373

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+
![Active Directory Sites and Services](../media/azure-netapp-files/azure-netapp-files-active-directory-sites-and-services.png)
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+
![Organizational unit path](../media/azure-netapp-files/azure-netapp-files-org-unit-path.png)
111+
112+
* **Username** credentials can be any user that is a member of the Azure AD group **Azure AD DC Administrators**.
113+
114+
74115
## Create an Active Directory connection
75116

76117
1. From your NetApp account, click **Active Directory connections**, then click **Join**.
77118

78119
![Active Directory Connections](../media/azure-netapp-files/azure-netapp-files-active-directory-connections.png)
79120

80-
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).
81124

82125
* **Primary DNS**
83126
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-
90133
* **SMB server (computer account) prefix**
91134
This is the naming prefix for the machine account in Active Directory that Azure NetApp Files will use for creation of new accounts.
92135

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.
94137

95138
The service will create additional machine accounts in Active Directory as needed.
96139

@@ -127,7 +170,7 @@ See Azure NetApp Files [SMB FAQs](https://docs.microsoft.com/azure/azure-netapp-
127170

128171
A volume name must be unique within each capacity pool. It must be at least three characters long. You can use any alphanumeric characters.
129172

130-
You cannot use `default` as the volume name.
173+
You can't use `default` as the volume name.
131174

132175
* **Capacity pool**
133176
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-
146189
Specify the subnet that you want to use for the volume.
147190
The subnet you specify must be delegated to Azure NetApp Files.
148191

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.
150193

151194
![Create a volume](../media/azure-netapp-files/azure-netapp-files-new-volume.png)
152195

76.5 KB
Loading
115 KB
Loading

0 commit comments

Comments
 (0)