Skip to content

Commit

Permalink
Update enforcement mode for Policy "Deploy-UserAssignedManagedIdentit…
Browse files Browse the repository at this point in the history
…y-VMInsights" (#1567)
  • Loading branch information
arjenhuitema authored Feb 6, 2024
1 parent 046e49f commit c863db6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/wiki/Whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Here's what's changed in Enterprise Scale/Azure Landing Zones:
#### Tooling

- Disabled a Policy in the Microsoft Defender for SQL initiative. As it is not required at this stage. See [ALZ AMA FAQ](./ALZ-AMA-FAQ) for more details.
- Changed enforcementMode of the assignment of Policy "Deploy-UserAssignedManagedIdentity-VMInsights" to Default. This is to ensure that a Resource Group and a User Assigned Managed Identity are created on new subscriptions (subscriptions that are added after the initial deployment).

### AMA Update for the Portal Accelerator

Expand Down
2 changes: 1 addition & 1 deletion eslzArm/eslzArm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3054,7 +3054,7 @@
"value": "[parameters('enterpriseScaleCompanyPrefix')]"
},
"enforcementMode": {
"value": "DoNotEnforce"
"value": "Default"
},
"userAssignedManagedIdentityResourceGroup": {
"value": "[parameters('userAssignedIdentityResourceGroup')]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"Default",
"DoNotEnforce"
],
"defaultValue": "DoNotEnforce"
"defaultValue": "Default"
},
"nonComplianceMessagePlaceholder": {
"type": "string",
Expand Down

0 comments on commit c863db6

Please sign in to comment.