Skip to content

Commit 73f8b46

Browse files
Fix for #1565: pass userAssignedIdentityResourceGroup to deployment (#1566)
1 parent c863db6 commit 73f8b46

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/wiki/Whats-new.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Here's what's changed in Enterprise Scale/Azure Landing Zones:
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.
4747
- 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).
48+
- Bug fix for Portal Accelerator. userAssignedIdentityResourceGroup has been added as output for the Portal UI, this fixes deploying the Resource Group with a custom name.
4849

4950
### AMA Update for the Portal Accelerator
5051

eslzArm/eslz-portal.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3971,7 +3971,8 @@
39713971
"auditAppGwWaf": "[steps('landingZones').lzSection.auditAppGwWaf]",
39723972
"enforceAcsb": "[steps('landingZones').lzSection.enforceAcsb]",
39733973
"enableDecommissioned": "[steps('decommissionedSandboxZones').decommSection.enableDecommissioned]",
3974-
"enableSandbox": "[steps('decommissionedSandboxZones').sandboxSection.enableSandbox]"
3974+
"enableSandbox": "[steps('decommissionedSandboxZones').sandboxSection.enableSandbox]",
3975+
"userAssignedIdentityResourceGroup": "[steps('management').userAssignedIdentityResourceGroup]"
39753976
},
39763977
"kind": "Tenant",
39773978
"location": "[steps('basics').resourceScope.location.name]"

0 commit comments

Comments
 (0)