Skip to content

Commit e03c443

Browse files
(Azure CXP) fixes McrosoftDocs/azure-docs#44374
Added a line about the permissions required to run the commands.
1 parent daa22e4 commit e03c443

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)