Azure/ALZ-Bicep

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

baartch opened this issue · 1 comments

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

  • I agree to follow this project's Code of Conduct

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.