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 a couple of changes aimed at improving the deployment process and reducing errors in the Azure Landing Zones project. The most important changes involve increasing the delay for policy assignments and updating the default delay count.
Improvements to deployment process:
docs/wiki/Whats-new.md: Increased the policy assignment delay by a couple of minutes to help reduce assignment errors using the portal accelerator experience.
Configuration updates:
eslzArm/eslzArm.json: Updated the delayCount default value from 45 to 55 to align with the increased policy assignment delay.
Overview/Summary
This pull request includes a couple of changes aimed at improving the deployment process and reducing errors in the Azure Landing Zones project. The most important changes involve increasing the delay for policy assignments and updating the default delay count.
Improvements to deployment process:
docs/wiki/Whats-new.md
: Increased the policy assignment delay by a couple of minutes to help reduce assignment errors using the portal accelerator experience.Configuration updates:
eslzArm/eslzArm.json
: Updated thedelayCount
default value from 45 to 55 to align with the increased policy assignment delay.