Skip to content

Commit ae5c40b

Browse files
Merge pull request #261823 from khdownie/kendownie122123
add note about SID to UPN translation
2 parents dc56ddc + 281c1c3 commit ae5c40b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/storage/files/storage-files-identity-ad-ds-mount-file-share.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to mount an SMB Azure file share using your on-premises A
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 11/28/2023
7+
ms.date: 12/21/2023
88
ms.author: kendownie
99
ms.custom: engagement-fy23
1010
recommendations: false
@@ -19,6 +19,7 @@ The process described in this article verifies that your SMB file share and acce
1919
Sign in to the client using the credentials of the identity that you granted permissions to.
2020

2121
## Applies to
22+
2223
| File share type | SMB | NFS |
2324
|-|:-:|:-:|
2425
| Standard file shares (GPv2), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
@@ -68,6 +69,9 @@ For example:
6869
net use Z: \\<YourStorageAccountName>.file.core.windows.net\<FileShareName> /user:<username@domainFQDN>
6970
```
7071

72+
> [!NOTE]
73+
> Azure Files doesn't support SID to UPN translation for users and groups from a non-domain joined VM or a VM joined to a different domain via Windows File Explorer. If you want to view file/directory owners or view/modify NTFS permissions via Windows File Explorer, you can do so only from domain joined VMs.
74+
7175
## Mount file shares using custom domain names
7276

7377
If you don't want to mount Azure file shares using the suffix `file.core.windows.net`, you can modify the suffix of the storage account name associated with the Azure file share, and then add a canonical name (CNAME) record to route the new suffix to the endpoint of the storage account. The following instructions are for single-forest environments only. To learn how to configure environments that have two or more forests, see [Use Azure Files with multiple Active Directory forests](storage-files-identity-multiple-forests.md).

0 commit comments

Comments
 (0)