Remove duplicate assignment and portal option for Azure Policy Add-on… #1710
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
… at Landing Zones scope
Overview/Summary
This pull request includes changes to the
eslzArm
anddocs/wiki
directories to remove the Azure Policy Add-on for Azure Kubernetes Service (AKS) clusters. The most important changes include removing the AKS policy from theeslz-portal.json
andeslzArm.json
files, and updating theWhats-new.md
documentation file.Policy removal:
eslzArm/eslz-portal.json
: Removed theenableAscForDns
andenableAksPolicy
options, which enabled Microsoft Defender for Cloud for DNS and the Azure Policy Add-on for AKS clusters, respectively. [1] [2] [3]eslzArm/eslzArm.json
: Removed theenableAksPolicy
parameter and its associated assignments and deployments. [1] [2] [3] [4]eslzArm/managementGroupTemplates/policyAssignments/DINE-AksPolicyPolicyAssignment.json
: Removed the entire file, which assigned the Azure Policy Add-on for AKS clusters to the landing zones management group.Documentation update:
docs/wiki/Whats-new.md
: Added a section on the removal of the duplicate assignment and portal option of the Azure Policy Add-on for AKS clusters at the Landing Zones scope.Testing URLs
Azure Public
As part of this Pull Request I have
main
branch/docs/wiki/whats-new.md
)