Skip to content

Commit e992173

Browse files
authored
Line 60: Changed id to ID
1 parent 20e18bc commit e992173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/assign-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ az role assignment create --assignee "<user@domain>" \
5757

5858
### [PowerShell](#tab/roles-powershell)
5959

60-
To assign a role at the resource level using Azure PowerShell, you first must retrieve the resource id using the `Get-AzResource` command.
60+
To assign a role at the resource level using Azure PowerShell, you first must retrieve the resource ID using the `Get-AzResource` command.
6161

6262
```azurepowershell
6363
Get-AzResource -ResourceGroupName "<yourResourceGroupname>" -Name "<yourStorageAccountName>"

0 commit comments

Comments
 (0)