Azure / Enterprise-Scale

The Azure Landing Zones (Enterprise-Scale) architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture
https://aka.ms/alz
MIT License
1.69k stars 963 forks source link

Bug Report: `userAssignedIdentityResourceGroup` is not overriden #1565

Closed SvenAelterman closed 7 months ago

SvenAelterman commented 7 months ago

Describe the bug

Deployed a new ALZ and in the Portal GUI, set the value for the name of the AMA user-assigned managed identity resource group to something custom. However, the deployment used the default of rg-ama-prod-001.

Investigating the parameter values, it appears that the custom GUI does not set this parameter and thus the default is used.

userAssignedIdentityResourceGroup is not one of the output parameters of the custom Portal UI definition (ref. https://github.com/Azure/Enterprise-Scale/blob/046e49f3a8d583e501318c22ed615003b74479c4/eslzArm/eslz-portal.json#L3870).

Steps to reproduce

  1. Create new deployment.
  2. Use custom RG name.
  3. Deploy and check userAssignedIdentityResourceGroup parameter value on the main deployment.