We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e18bc commit e992173Copy full SHA for e992173
includes/assign-roles.md
@@ -57,7 +57,7 @@ az role assignment create --assignee "<user@domain>" \
57
58
### [PowerShell](#tab/roles-powershell)
59
60
-To assign a role at the resource level using Azure PowerShell, you first must retrieve the resource id using the `Get-AzResource` command.
+To assign a role at the resource level using Azure PowerShell, you first must retrieve the resource ID using the `Get-AzResource` command.
61
62
```azurepowershell
63
Get-AzResource -ResourceGroupName "<yourResourceGroupname>" -Name "<yourStorageAccountName>"
0 commit comments