Skip to content

Commit a3adeb9

Browse files
committed
edits
1 parent 4ede146 commit a3adeb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When you enable AD DS for Azure file shares over SMB, your AD DS-joined machines
4444

4545
## Videos
4646

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:
4848

4949
| 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) |
5050
|-|-|
@@ -61,7 +61,7 @@ Before you enable AD DS authentication for Azure file shares, make sure you've c
6161

6262
- 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).
6363

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

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

@@ -79,13 +79,13 @@ Azure Files authentication with AD DS is available in [all Azure Public, China a
7979

8080
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.
8181

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

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:
8585

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

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)
8989

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

0 commit comments

Comments
 (0)