You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/governance/policy/how-to/remediate-resources.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,12 @@ following code:
63
63
az role definition list --name 'Contributor'
64
64
```
65
65
66
+
> [!IMPORTANT]
67
+
> Permissions should be restricted to the smallest possible set when defining **roleDefinitionIds**
68
+
> within a policy definition or assigning permissions to a managed identity manually. See
69
+
> [managed identity best practice recommendations](../../../active-directory/managed-identities-azure-resources/managed-identity-best-practice-recommendations.md)
70
+
> for more best practices.
71
+
66
72
## Manually configure the managed identity
67
73
68
74
When creating an assignment using the portal, Azure Policy can both generate a managed identity and
@@ -228,7 +234,7 @@ To create a **remediation task**, follow these steps:
228
234
229
235
1. On the **New remediation task** page, optional remediation settings are shown:
230
236
231
-
-**Failure Threshold percentage** - Used tospecify whether the remediation task should fail if the percentage of failures exceeds the given threshold. Provided as a number between 0 to 100. By default, the failure threshold is 100%.
237
+
-**Failure Threshold percentage** - Used tospecify whether the remediation task should fail if the percentage of failures exceeds the given threshold. Provided as a number between 0 to 100. By default, the failure threshold is 100%.
232
238
-**Resource Count** - Determines how many non-compliant resources to remediate in a given remediation task. The default value is 500 (the previous limit). The maximum number of is 50,000 resources.
233
239
-**Parallel Deployments** - Determines how many resources to remediate at the same time. The allowed values are 1 to 30 resources at a time. The default value is 10.
0 commit comments