Skip to content

Commit 17b68ea

Browse files
committed
edits
1 parent 44953c6 commit 17b68ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

includes/storage-files-aad-auth-include.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
ms.custom: include file
1111
---
1212

13-
[Azure Files](../articles/storage/files/storage-files-introduction.md) supports identity-based authentication over Server Message Block (SMB) [on-premises Active Directory Domain Services (AD DS)](/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview) and [Azure Active Directory Domain Services (Azure AD DS)](../articles/active-directory-domain-services/overview.md).
14-
1513
Azure Files supports identity-based authentication over Server Message Block (SMB) using the Kerberos authentication protocol through the following three methods:
1614

1715
- On-premises Active Directory Domain Services (AD DS)
1816
- Azure Active Directory Domain Services (Azure AD DS)
1917
- Azure Active Directory Kerberos (Azure AD) for hybrid user identities only (preview)
2018

19+
## Access control
2120
Azure Files enforces authorization on user access to both the share and the directory/file levels. Share-level permission assignment can be performed on Azure AD users or groups managed through the [Azure role-based access control (Azure RBAC)](../articles/role-based-access-control/overview.md) model. With RBAC, the credentials you use for file access should be available or synced to Azure AD. You can assign Azure built-in roles like Storage File Data SMB Share Reader to users or groups in Azure AD to grant read access to an Azure file share.
2221

2322
At the directory/file level, Azure Files supports preserving, inheriting, and enforcing [Windows ACLs](/windows/win32/secauthz/access-control-lists) just like any Windows file servers. You can choose to keep Windows ACLs when copying data over SMB between your existing file share and your Azure file shares. Whether you plan to enforce authorization or not, you can use Azure file shares to back up ACLs along with your data.

0 commit comments

Comments
 (0)