Skip to content

Commit 02a7c4f

Browse files
committed
edit
1 parent bddec45 commit 02a7c4f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/storage/files/storage-files-identity-ad-ds-configure-permissions.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,15 @@ The following table contains the Azure RBAC permissions related to this configur
4545

4646
## Supported Windows ACLs
4747

48-
Azure Files supports the full set of basic and advanced Windows ACLs.
48+
Azure Files supports the full set of basic and advanced Windows ACLs.
49+
50+
|Users|Definition|
51+
|---|---|
52+
|`BUILTIN\Administrators`|Built-in security group representing administrators of the file server. This group is empty, and no one can be added to it.
53+
|`BUILTIN\Users`|Built-in security group representing users of the file server. It includes `NT AUTHORITY\Authenticated Users` by default. For a traditional file server, you can configure the membership definition per server. For Azure Files, there isn't a hosting server, hence `BUILTIN\Users` includes the same set of users as `NT AUTHORITY\Authenticated Users`.|
54+
|`NT AUTHORITY\SYSTEM`|The service account of the operating system of the file server. Such service account doesn't apply in Azure Files context. It is included in the root directory to be consistent with Windows Files Server experience for hybrid scenarios.|
55+
|`NT AUTHORITY\Authenticated Users`|All users in AD that can get a valid Kerberos token.|
56+
|`CREATOR OWNER`|Each object either directory or file has an owner for that object. If there are ACLs assigned to `CREATOR OWNER` on that object, then the user that is the owner of this object has the permissions to the object defined by the ACL.|
4957

5058
The following permissions are included on the root directory of a file share:
5159

@@ -57,14 +65,6 @@ The following permissions are included on the root directory of a file share:
5765
- `NT AUTHORITY\SYSTEM:(F)`
5866
- `CREATOR OWNER:(OI)(CI)(IO)(F)`
5967

60-
|Users|Definition|
61-
|---|---|
62-
|`BUILTIN\Administrators`|Built-in security group representing administrators of the file server. This group is empty, and no one can be added to it.
63-
|`BUILTIN\Users`|Built-in security group representing users of the file server. It includes `NT AUTHORITY\Authenticated Users` by default. For a traditional file server, you can configure the membership definition per server. For Azure Files, there isn't a hosting server, hence `BUILTIN\Users` includes the same set of users as `NT AUTHORITY\Authenticated Users`.|
64-
|`NT AUTHORITY\SYSTEM`|The service account of the operating system of the file server. Such service account doesn't apply in Azure Files context. It is included in the root directory to be consistent with Windows Files Server experience for hybrid scenarios.|
65-
|`NT AUTHORITY\Authenticated Users`|All users in AD that can get a valid Kerberos token.|
66-
|`CREATOR OWNER`|Each object either directory or file has an owner for that object. If there are ACLs assigned to `CREATOR OWNER` on that object, then the user that is the owner of this object has the permissions to the object defined by the ACL.|
67-
6868
## Mount the file share using your storage account key
6969

7070
Before you configure Windows ACLs, you must first mount the file share by using your storage account key. To do this, log into a domain-joined device, open a Windows command prompt, and run the following command. Remember to replace `<YourStorageAccountName>`, `<FileShareName>`, and `<YourStorageAccountKey>` with your own values. If Z: is already in use, replace it with an available drive letter. You can find your storage account key in the Azure portal by navigating to the storage account and selecting **Security + networking** > **Access keys**, or you can use the `Get-AzStorageAccountKey` PowerShell cmdlet.

0 commit comments

Comments
 (0)