Skip to content

Commit

Permalink
Update ALZ-Platform-Default.jsonc (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
anwather authored Aug 14, 2024
1 parent 6e491cc commit f125634
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,6 @@
"enableCollectionOfSqlQueriesForSecurityResearch": false,
"bringYourOwnDcr": true // Ensure the DCR is deployed
}
},
{
"nodeName": "UAMI",
"assignment": {
"name": "DenyAction-DeleteUAMIAMA",
"displayName": "Do not allow deletion of the User Assigned Managed Identity used by AMA",
"description": "This policy provides a safeguard against accidental removal of the User Assigned Managed Identity used by AMA by blocking delete calls using deny action effect."
},
"definitionEntry": {
"policyName": "DenyAction-DeleteResources",
"displayName": "Do not allow deletion of specified resource and resource type"
},
"parameters": {
"effect": "DenyAction",
"resourceType": "Microsoft.ManagedIdentity/userAssignedIdentities",
"resourceName": "" // Resource name for the user-assigned managed identity
}
}
]
},
Expand Down

0 comments on commit f125634

Please sign in to comment.