diff --git a/docs/wiki/Whats-new.md b/docs/wiki/Whats-new.md index 88e63f693..9779d7408 100644 --- a/docs/wiki/Whats-new.md +++ b/docs/wiki/Whats-new.md @@ -74,6 +74,7 @@ Here's what's changed in Enterprise Scale/Azure Landing Zones: #### Tooling - Resolved a bug in the Portal Accelerator related to deploying the single platform subscription setup. Incorrect parameter settings led to the failure of AMBA, as it erroneously attempted to deploy to a standard management group structure instead of a single platform management group as needed. +- Increasing Policy assignment delay by a couple of minutes to help reduce assignment errors using the portal accelerator experience (the infamous "please wait 30 minutes and try again" error). ### September 2024 diff --git a/eslzArm/eslzArm.json b/eslzArm/eslzArm.json index 48b0085b3..c9ec37efe 100644 --- a/eslzArm/eslzArm.json +++ b/eslzArm/eslzArm.json @@ -1075,7 +1075,7 @@ }, "delayCount": { "type": "int", - "defaultValue": 45, + "defaultValue": 55, "minValue": 1, "maxValue": 60, "metadata": {