Skip to content

Commit 544ec74

Browse files
committed
Small edits
1 parent 919f9a2 commit 544ec74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/role-based-access-control/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This article answers common questions about role-based access control (RBAC) for
5151

5252
## Role assignments with Unknown security principal
5353

54-
If you assign a role to a security principal (user, group, service principal, or managed identity) and then you later delete that security principal without removing the role assignment, the security principal type will be listed as **Unknown**. The following shows an example in the Azure portal. The security principal name is listed as **Identity deleted** and **Identity no longer exists**.
54+
If you assign a role to a security principal (user, group, service principal, or managed identity) and then you later delete that security principal without removing the role assignment, the security principal type for the role assignment will be listed as **Unknown**. The following screenshot shows an example in the Azure portal. The security principal name is listed as **Identity deleted** and **Identity no longer exists**.
5555

5656
![Web app resource group](./media/troubleshooting/unknown-security-principal.png)
5757

@@ -69,7 +69,7 @@ ObjectType : Unknown
6969
CanDelegate : False
7070
```
7171

72-
Similarly, if you list this role assignments using Azure CLI, you will see an empty `principalName`. For example, [az role assignment list](/cli/azure/role/assignment#az-role-assignment-list) returns a role assignment that is similar to the following:
72+
Similarly, if you list this role assignment using Azure CLI, you will see an empty `principalName`. For example, [az role assignment list](/cli/azure/role/assignment#az-role-assignment-list) returns a role assignment that is similar to the following:
7373

7474
```azurecli
7575
{

0 commit comments

Comments
 (0)