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/storage/files/storage-files-identity-auth-active-directory-enable.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ When you enable AD DS for Azure file shares over SMB, your AD DS-joined machines
44
44
45
45
## Videos
46
46
47
-
To help you setup Azure Files AD DS 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:
48
48
49
49
| 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) |
50
50
|-|-|
@@ -61,7 +61,7 @@ Before you enable AD DS authentication for Azure file shares, make sure you've c
61
61
62
62
- 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).
63
63
64
-
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.
65
65
66
66
- 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.
67
67
@@ -79,13 +79,13 @@ Azure Files authentication with AD DS is available in [all Azure Public, China a
79
79
80
80
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.
81
81
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 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.
83
83
84
-
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:
85
85
86
86
1.[Part one: enable AD DS authentication on your storage account](storage-files-identity-ad-ds-enable.md)
87
87
88
-
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)
89
89
90
90
1.[Part three: configure Windows ACLs over SMB for directories and files](storage-files-identity-ad-ds-configure-permissions.md)
0 commit comments