Skip to content

Commit 38ed9c9

Browse files
authored
Merge pull request #98769 from ManojReddy-MSFT/patch-62
(Azure CXP) fixes McrosoftDocs/azure-docs#44374
2 parents 886db8e + e03c443 commit 38ed9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/storage-auth-aad-rbac-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Storage Queue Data Reader Allows for read access to Azure Storag
5353

5454
## Assign an RBAC role to a security principal
5555

56-
To assign an RBAC role to a security principal, use the [New-AzRoleAssignment](/powershell/module/az.resources/new-azroleassignment) command. The format of the command can differ based on the scope of the assignment. The following examples show how to assign a role to a user at various scopes, but you can use the same command to assign a role to any security principal.
56+
To assign an RBAC role to a security principal, use the [New-AzRoleAssignment](/powershell/module/az.resources/new-azroleassignment) command. The format of the command can differ based on the scope of the assignment. In order to run the command, you need to have Owner or Contributor role assigned at the corresponding scope. The following examples show how to assign a role to a user at various scopes, but you can use the same command to assign a role to any security principal.
5757

5858
### Container scope
5959

0 commit comments

Comments
 (0)