Skip to content

Commit 5f47d56

Browse files
authored
Merge pull request #212935 from khdownie/kendownie092822-6
updating ad ds overview
2 parents ebaabdb + a3adeb9 commit 5f47d56

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

articles/storage/files/storage-files-identity-auth-active-directory-enable.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@ author: khdownie
55
ms.service: storage
66
ms.subservice: files
77
ms.topic: how-to
8-
ms.date: 08/29/2022
8+
ms.date: 09/29/2022
99
ms.author: kendownie
1010
---
1111

1212
# Overview - on-premises Active Directory Domain Services authentication over SMB for Azure file shares
1313

14-
[Azure Files](storage-files-introduction.md) supports identity-based authentication over Server Message Block (SMB) using three different methods: on-premises Active Directory Domain Services (AD DS), Azure Active Directory Domain Services (Azure AD DS), and Azure Active Directory (Azure AD) Kerberos for hybrid identities (preview). We strongly recommend that you review the [How it works section](./storage-files-active-directory-overview.md#how-it-works) to select the right AD source for authentication. The setup is different depending on the domain service you choose. This article focuses on enabling and configuring Azure AD DS for authentication with Azure file shares.
14+
[Azure Files](storage-files-introduction.md) supports identity-based authentication over Server Message Block (SMB) using three different methods:
1515

16-
If you're new to Azure file shares, we recommend reading our [planning guide](storage-files-planning.md) before reading the following series of articles.
16+
- On-premises Active Directory Domain Services (AD DS)
17+
- Azure Active Directory Domain Services (Azure AD DS)
18+
- Azure Active Directory (Azure AD) Kerberos for hybrid identities (preview)
19+
20+
We strongly recommend that you review the [How it works section](./storage-files-active-directory-overview.md#how-it-works) to select the right AD source for authentication. The setup is different depending on the domain service you choose. This article focuses on enabling and configuring on-premises AD DS for authentication with Azure file shares.
21+
22+
If you're new to Azure Files, we recommend reading our [planning guide](storage-files-planning.md) before reading the following series of articles.
1723

1824
## Applies to
1925
| File share type | SMB | NFS |
@@ -30,15 +36,15 @@ If you're new to Azure file shares, we recommend reading our [planning guide](st
3036
- Supports single sign-on experience.
3137
- Only supported on clients running OS versions Windows 8/Windows Server 2012 or newer.
3238
- Only supported against the AD forest that the storage account is registered to. You can only access Azure file shares with the AD DS credentials from a single forest by default. If you need to access your Azure file share from a different forest, make sure that you have the proper forest trust configured, see the [FAQ](storage-files-faq.md#ad-ds--azure-ad-ds-authentication) for details.
33-
- Does not support authentication against computer accounts created in AD DS.
34-
- Does not support authentication against Network File System (NFS) file shares.
35-
- Does not support using CNAME to mount file shares.
39+
- Doesn't support authentication against computer accounts created in AD DS.
40+
- Doesn't support authentication against Network File System (NFS) file shares.
41+
- Doesn't support using CNAME to mount file shares.
3642

37-
When you enable AD DS for Azure file shares over SMB, your AD DS-joined machines can mount Azure file shares using your existing AD DS credentials. This capability can be enabled with an AD DS environment hosted either in on-premises machines or hosted in Azure.
43+
When you enable AD DS for Azure file shares over SMB, your AD DS-joined machines can mount Azure file shares using your existing AD DS credentials. This capability can be enabled with an AD DS environment hosted either in on-premises machines or hosted on a virtual machine (VM) in Azure.
3844

3945
## Videos
4046

41-
To help you setup Azure Files AD authentication for some common use cases, we published two videos with step by step guidance for the following scenarios:
47+
To help you set up identity-based authentication for some common use cases, we published two videos with step-by-step guidance for the following scenarios:
4248

4349
| Replacing on-premises file servers with Azure Files (including setup on private link for files and AD authentication) | Using Azure Files as the profile container for Azure Virtual Desktop (including setup on AD authentication and FSLogix configuration) |
4450
|-|-|
@@ -55,16 +61,14 @@ Before you enable AD DS authentication for Azure file shares, make sure you've c
5561

5662
- Domain-join an on-premises machine or an Azure VM to on-premises AD DS. For information about how to domain-join, refer to [Join a Computer to a Domain](/windows-server/identity/ad-fs/deployment/join-a-computer-to-a-domain).
5763

58-
If your machine is not domain joined to an AD DS, you may still be able to leverage AD credentials for authentication if your machine has line of sight to the AD domain controller.
64+
If your machine isn't domain joined to an AD DS, you may still be able to leverage AD credentials for authentication if your machine has line of sight to the AD domain controller.
5965

6066
- Select or create an Azure storage account. For optimal performance, we recommend that you deploy the storage account in the same region as the client from which you plan to access the share. Then, [mount the Azure file share](storage-how-to-use-files-windows.md) with your storage account key. Mounting with the storage account key verifies connectivity.
6167

62-
Make sure that the storage account containing your file shares isn't already configured for Azure AD DS Authentication. If Azure Files Azure AD DS authentication is enabled on the storage account, it needs to be disabled before changing to use on-premises AD DS. This implies that existing ACLs configured in Azure AD DS environment will need to be reconfigured for proper permission enforcement.
63-
68+
Make sure that the storage account containing your file shares isn't already configured for identity-based authentication. If an AD source is already enabled on the storage account, you must disable it before enabling on-premises AD DS.
6469

6570
If you experience issues in connecting to Azure Files, refer to [the troubleshooting tool we published for Azure Files mounting errors on Windows](https://azure.microsoft.com/blog/new-troubleshooting-diagnostics-for-azure-files-mounting-errors-on-windows/).
6671

67-
6872
- Make any relevant networking configuration prior to enabling and configuring AD DS authentication to your Azure file shares. See [Azure Files networking considerations](storage-files-networking-overview.md) for more information.
6973

7074
## Regional availability
@@ -75,21 +79,21 @@ Azure Files authentication with AD DS is available in [all Azure Public, China a
7579

7680
If you plan to enable any networking configurations on your file share, we recommend you read the [networking considerations](./storage-files-networking-overview.md) article and complete the related configuration before enabling AD DS authentication.
7781

78-
Enabling AD DS authentication for your Azure file shares allows you to authenticate to your Azure file shares with your on-premises AD DS credentials. Further, it allows you to better manage your permissions to allow granular access control. Doing this requires synching identities from on-premises AD DS to Azure AD with AD Connect. You control the share level access with identities synced to Azure AD while managing file/share level access with on-premises AD DS credentials.
82+
Enabling AD DS authentication for your Azure file shares allows you to authenticate to your Azure file shares with your on-premises AD DS credentials. Further, it allows you to better manage your permissions to allow granular access control. Doing this requires synching identities from on-premises AD DS to Azure AD with AD Connect. You assign share-level permissions to hybrid identities synced to Azure AD while managing file/directory level access using Windows ACLs.
7983

80-
Next, follow the steps below to set up Azure Files for AD DS Authentication:
84+
Follow these steps to set up Azure Files for AD DS authentication:
8185

8286
1. [Part one: enable AD DS authentication on your storage account](storage-files-identity-ad-ds-enable.md)
8387

84-
1. [Part two: assign access permissions for a share to the Azure AD identity (a user, group, or service principal) that is in sync with the target AD identity](storage-files-identity-ad-ds-assign-permissions.md)
88+
1. [Part two: assign share-level permissions to the Azure AD identity (a user, group, or service principal) that is in sync with the target AD identity](storage-files-identity-ad-ds-assign-permissions.md)
8589

8690
1. [Part three: configure Windows ACLs over SMB for directories and files](storage-files-identity-ad-ds-configure-permissions.md)
8791

8892
1. [Part four: mount an Azure file share to a VM joined to your AD DS](storage-files-identity-ad-ds-mount-file-share.md)
8993

9094
1. [Update the password of your storage account identity in AD DS](storage-files-identity-ad-ds-update-password.md)
9195

92-
The following diagram illustrates the end-to-end workflow for enabling Azure AD authentication over SMB for Azure file shares.
96+
The following diagram illustrates the end-to-end workflow for enabling AD DS authentication over SMB for Azure file shares.
9397

9498
![Files AD workflow diagram](media/storage-files-active-directory-domain-services-enable/diagram-files-ad.png)
9599

0 commit comments

Comments
 (0)