Azure / ALZ-Bicep

This repository contains the Azure Landing Zones (ALZ) Bicep modules that help deliver and deploy the Azure Landing Zone conceptual architecture in a modular approach. https://aka.ms/alz/docs
MIT License
764 stars 514 forks source link

Do we have to remove the assignments 'Deploy-VM-Monitoring' and 'Deploy-VMSS-Monitoring'? #867

Closed baartch closed 1 month ago

baartch commented 1 month ago

With the Policy Refresh H2 FY24 coming with version v0.18.0 you removed the two policy assignments:

in the file infra-as-code/bicep/modules/policy/assignments/alzDefaults/alzDefaultPolicyAssignments.bicep. Both Initiatives are marked as Legacy, since they deploy the old Log Analytics extension. In the Cleanup steps of v0.18.0 you don't mention to remove these two assignments. Isn't this missing?

Thank you for your answer.

Code of Conduct

oZakari commented 1 month ago

Hi @baartch! You're correct, since the IDs changed the original policy assignments need to be removed. I have updated the release notes and also updated the policy assignment names in this PR to what they are set to in the comments of the alzDefaultPolicyAssignments.bicep file.