Skip to content

Commit 6b06c76

Browse files
authored
Update storage-files-aad-permissions-and-mounting.md
1 parent 1386e58 commit 6b06c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/storage-files-aad-permissions-and-mounting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We have introduced three Azure built-in roles for granting share-level permissio
2121
- **Storage File Data SMB Share Elevated Contributor** allows read, write, delete and modify NTFS permissions in Azure Storage file shares over SMB.
2222

2323
> [!IMPORTANT]
24-
> Full administrative control of a file share, including the ability to assign a role to an identity, requires using the storage account key. Administrative control is not supported with Azure AD credentials.
24+
> Full administrative control of a file share, including the ability to take ownership of a file, requires using the storage account key. Administrative control is not supported with Azure AD credentials.
2525
2626
You can use the Azure portal, PowerShell, or Azure CLI to assign the built-in roles to the Azure AD identity of a user for granting share-level permissions.
2727

@@ -120,4 +120,4 @@ Use the following command to mount the Azure file share. Remember to replace th
120120

121121
```
122122
net use <desired-drive-letter>: \\<storage-account-name>.file.core.windows.net\<share-name>
123-
```
123+
```

0 commit comments

Comments
 (0)