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
This pull request includes updates to documentation and a fix for a deployment issue in the eslzArm module. The most important changes include adding a new policy refresh entry to the documentation and modifying the visibility condition for the identity policies in the eslz-portal.json file.
Documentation updates:
docs/wiki/Whats-new.md: Added a new section for Policy Refresh Q2 FY25, which includes a fix for a Portal Accelerator bug that causes deployment failures when policies are not deployed to the Identity management group.
Deployment fix:
eslzArm/eslz-portal.json: Modified the visibility condition for the identity policies to remove the dependency on the esIdentity step, ensuring the policies are visible when the platform subscription is not 'Single'.
Overview/Summary
This pull request includes updates to documentation and a fix for a deployment issue in the
eslzArm
module. The most important changes include adding a new policy refresh entry to the documentation and modifying the visibility condition for the identity policies in theeslz-portal.json
file.Documentation updates:
docs/wiki/Whats-new.md
: Added a new section for Policy Refresh Q2 FY25, which includes a fix for a Portal Accelerator bug that causes deployment failures when policies are not deployed to the Identity management group.Deployment fix:
eslzArm/eslz-portal.json
: Modified the visibility condition for the identity policies to remove the dependency on theesIdentity
step, ensuring the policies are visible when the platform subscription is not 'Single'.Fixes AB#36748