Skip to content

Commit

Permalink
Merge pull request #26 from qbeyond/feature/upgrade-3-cleanup
Browse files Browse the repository at this point in the history
feat: add cleanup steps upgrade
  • Loading branch information
Thimo Limpert authored May 22, 2024
2 parents 90e6982 + 8087f65 commit 0b1a5e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This version moves away from the Microsoft Monitoring Agent to the Azure Monitor

To upgrade the Module itself you need to add `linuxDCRs` & `windowsDCRs` to `template_file_variables` of the CAF module call. It should include the DCRs to assign to VMs. If you don't need that, just set it to `[]`.

Furthermore you can remove the configuration of the assignments for `Deploy-VMSS-Monitoring` and `Deploy-VM-Monitoring` from the CAF module call, because these are not longer used.

### Tagging Governance

To upgrade to the new Tagging governance policy initiative, remote the `tags` property of `template_file_variables` and add a map of bools as `inherited_required_tags`, where the key is the tag name and the value is wether this tag is required (`true`) or only inherited (`false`).
Expand Down

0 comments on commit 0b1a5e0

Please sign in to comment.