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 the documentation and configuration files for Azure Landing Zones (ALZ). The changes introduce a new known issue related to Automation Accounts with Customer Managed Key (CMK) controls enabled and update the configuration to disable local authentication by default.
Documentation updates:
Added a new known issue regarding deploying Automation Accounts with CMK controls enabled in docs/wiki/ALZ-Known-Issues.md. This includes a workaround for policy compliance failures.
Updated docs/wiki/Whats-new.md to include a note about the known issue with CMK and to mention the update to disable local authentication by default for Automation Accounts.
Configuration updates:
Modified eslzArm/subscriptionTemplates/logAnalyticsWorkspace.json to disable local authentication by default for Automation Accounts.
Overview/Summary
This pull request includes updates to the documentation and configuration files for Azure Landing Zones (ALZ). The changes introduce a new known issue related to Automation Accounts with Customer Managed Key (CMK) controls enabled and update the configuration to disable local authentication by default.
Documentation updates:
docs/wiki/ALZ-Known-Issues.md
. This includes a workaround for policy compliance failures.docs/wiki/Whats-new.md
to include a note about the known issue with CMK and to mention the update to disable local authentication by default for Automation Accounts.Configuration updates:
eslzArm/subscriptionTemplates/logAnalyticsWorkspace.json
to disable local authentication by default for Automation Accounts.