Skip to content

Commit 18a531b

Browse files
committed
Incorporating feedback into quickstart
1 parent 6a33fec commit 18a531b

File tree

1 file changed

+2
-36
lines changed

1 file changed

+2
-36
lines changed

articles/role-based-access-control/quickstart-role-assignments-bicep.md

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -80,45 +80,11 @@ Get-AzRoleAssignment -ResourceGroupName exampleRG
8080

8181
---
8282

83-
For reference, the output will look something like this in PowerShell:
84-
85-
### PowerShell
86-
87-
```azurepowershell-interactive
88-
RoleAssignmentName : {RoleAssignmentName}
89-
RoleAssignmentId : /subscriptions/{Subscription}/resourcegroups/exampleRG/providers/Microsoft.Authorization/roleAssignments {RoleAssignmentId}
90-
Scope : /subscriptions/{Subscription}/resourcegroups/exampleRG
91-
DisplayName : User
92-
SignInName : [email protected]
93-
RoleDefinitionName : Virtual Machine Contributor
94-
RoleDefinitionId : 9980e02c-c2be-4d73-94e8-173b1dc7cf3c
95-
ObjectId : {ObjectId}
96-
ObjectType : User
97-
CanDelegate : False
98-
Description :
99-
ConditionVersion :
100-
Condition :
101-
```
102-
10383
## Clean up resources
10484

105-
When no longer needed, use the Azure portal, Azure CLI, or Azure PowerShell to remove the role assignment.
106-
107-
# [CLI](#tab/CLI)
108-
109-
```azurecli-interactive
110-
az role assignment delete --assignee
111-
```
112-
113-
# [PowerShell](#tab/PowerShell)
114-
115-
```azurepowershell-interactive
116-
Remove-AzRoleAssignment
117-
```
118-
119-
---
85+
When no longer needed, use the Azure portal, Azure CLI, or Azure PowerShell to remove the role assignment. For more information, see [Remove Azure role assignments](role-assignments-remove.md).
12086

121-
If you no longer need the resource group, use the Azure portal, Azure CLI, or Azure PowerShell to delete it.
87+
Use the Azure portal, Azure CLI, or Azure PowerShell to delete the resource group.
12288

12389
# [CLI](#tab/CLI)
12490

0 commit comments

Comments
 (0)