Azure / avdaccelerator

AVD Accelerator deployment automation to simplify the setup of AVD (Azure Virtual Desktop) based on best practices
MIT License
324 stars 207 forks source link

first draft #508

Closed lenvolk closed 10 months ago

lenvolk commented 10 months ago

Overview/Summary

User Story 29289 LZ Automation updates for Monitoring

This PR fixes/adds/changes/removes

  1. This is just a first draft of migrating host pool vms from MMA to AMA
  2. 01_MMA_Report.ps1 Creating report
  3. 02_MMA_Extention_remove.ps1 Based on the report remove MMA agent

Breaking Changes

Needs to be updated in the future PRs

Can be switch from PowerShell to resource graph query to get the session hosts using MMA? Have you explored using bicep complete deployment to remove MMA extension and add MMA extension? we are working on MMA code in the ama-update branch (avdaccelerator/workload/bicep/modules/avdSessionHosts/deploy.bicep at ama-update · Azure/avdaccelerator (github.com)). Probably you are already working on this, but just in case follow the other brownfield scenarios definitions by adding more info on the readme and usage options like PowerShell terminal, cloud shell, bicep/portal UI (may only be possible for applying AMA extension).

Testing Evidence

danycontre commented 10 months ago

@lenvolk thanks for your contribution, merged on the feature branch (ama-update).