Skip to content

Commit c863db6

Browse files
authored
Update enforcement mode for Policy "Deploy-UserAssignedManagedIdentity-VMInsights" (#1567)
1 parent 046e49f commit c863db6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/wiki/Whats-new.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Here's what's changed in Enterprise Scale/Azure Landing Zones:
4444
#### Tooling
4545

4646
- 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.
47+
- 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).
4748

4849
### AMA Update for the Portal Accelerator
4950

eslzArm/eslzArm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3054,7 +3054,7 @@
30543054
"value": "[parameters('enterpriseScaleCompanyPrefix')]"
30553055
},
30563056
"enforcementMode": {
3057-
"value": "DoNotEnforce"
3057+
"value": "Default"
30583058
},
30593059
"userAssignedManagedIdentityResourceGroup": {
30603060
"value": "[parameters('userAssignedIdentityResourceGroup')]"

eslzArm/managementGroupTemplates/policyAssignments/DINE-UserAssignedIdentityVMInsightsAssignment.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"Default",
3535
"DoNotEnforce"
3636
],
37-
"defaultValue": "DoNotEnforce"
37+
"defaultValue": "Default"
3838
},
3939
"nonComplianceMessagePlaceholder": {
4040
"type": "string",

0 commit comments

Comments
 (0)