Skip to content

Commit 033b92a

Browse files
committed
clarify fileshares vs shares for data plane
1 parent 0033280 commit 033b92a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/files/authorize-oauth-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This feature provides two new built-in roles that include these new actions.
6363

6464
These new roles are similar to the existing [Storage File Data SMB Share Reader](../../role-based-access-control/built-in-roles.md#storage-file-data-smb-share-reader) and [Storage File Data SMB Share Elevated Contributor](../../role-based-access-control/built-in-roles.md#storage-file-data-smb-share-elevated-contributor) built-in roles, but there are some differences:
6565

66-
- The new roles contain the additional data actions that are required for OAuth access.
66+
- The new roles contain the additional data actions that are required for OAuth access. Note that RBAC actions on the data plane differ for file data operations versus file management operations. The data plane requires the resource type `fileShares` as opposed to `shares` in RBAC scope and data action strings.
6767

6868
- When the user, group, or service principal that's assigned **Storage File Data Privileged Reader** or **Storage File Data Privileged Contributor** roles calls the FilesREST Data API using OAuth, the user, group, or the service principal will have:
6969
- **Storage File Data Privileged Reader:** Full read access on all the data in the shares for all the configured storage accounts regardless of the file/directory level NTFS permissions that are set.
@@ -150,7 +150,7 @@ namespace FilesOAuthSample
150150

151151
## Authorize access using FileREST data plane API
152152

153-
You can also authorize access to file data using the Azure portal or Azure PowerShell.
153+
You can also authorize access to file data using the Azure portal, Azure PowerShell, or Azure CLI.
154154

155155
# [Azure portal](#tab/portal)
156156

0 commit comments

Comments
 (0)