Skip to content

Commit 9a46af4

Browse files
authored
Merge pull request #176705 from barclayn/vc-faq-typo
fixing question
2 parents 8a6af45 + 39a6ee1 commit 9a46af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/managed-identities-azure-resources/managed-identities-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang:
1212
ms.topic: conceptual
1313
ms.tgt_pltfrm:
1414
ms.workload: identity
15-
ms.date: 04/08/2021
15+
ms.date: 10/20/2021
1616
ms.author: barclayn
1717
---
1818

@@ -33,7 +33,7 @@ You can find the list of resources that have a system-assigned managed identity
3333
az resource list --query "[?identity.type=='SystemAssigned'].{Name:name, principalId:identity.principalId}" --output table
3434
```
3535

36-
### What Azure RBAC permissions are required to work with managed identities?
36+
### Which Azure RBAC permissions are required to use a managed identity on a resource?
3737

3838
- System-assigned managed identity: You need write permissions over the resource. For example, for virtual machines you need `Microsoft.Compute/virtualMachines/write`. This action is included in resource specific built-in roles like [Virtual Machine Contributor](../../role-based-access-control/built-in-roles.md#virtual-machine-contributor).
3939
- Assigning user-assigned managed identities to resources: You need write permissions over the resource. For example, for virtual machines you need `Microsoft.Compute/virtualMachines/write`. You will also need the `Microsoft.ManagedIdentity/userAssignedIdentities/*/assign/action` action over the user-assigned identity. This action is included in the [Managed Identity Operator](../../role-based-access-control/built-in-roles.md#managed-identity-operator) built-in role.

0 commit comments

Comments
 (0)