Skip to content

Commit 315c605

Browse files
authored
Merge pull request #191988 from jiasli/patch-3
Update remediate-resources.md: Fix incorrect sentence
2 parents 46846c3 + bf3c386 commit 315c605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/policy/how-to/remediate-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ understand and accomplish remediation with Azure Policy.
1717

1818
When Azure Policy starts a template deployment when evaluating **deployIfNotExists** policies or modifies a resource when evaluating **modify** policies, it does so using
1919
a [managed identity](../../../active-directory/managed-identities-azure-resources/overview.md) that is associated with the policy assignment.
20-
Policy assignments can either use a system assigned managed identity that is created by the policy service or a user assigned identity provided by the user. The managed identity needs to be granted the appropriate roles required for remediating resources
21-
to grant the managed identity. If the managed identity is missing roles, an error is displayed
20+
Policy assignments can either use a system assigned managed identity that is created by the policy service or a user assigned identity provided by the user. The managed identity needs to be assigned the minimum role(s) required to remediate resources.
21+
If the managed identity is missing roles, an error is displayed
2222
during the assignment of the policy or an initiative. When using the portal, Azure Policy
2323
automatically grants the managed identity the listed roles once assignment starts. When using SDK,
2424
the roles must manually be granted to the managed identity. The _location_ of the managed identity

0 commit comments

Comments
 (0)