/ notes / azure

Azure Virtual Machines

Upgrade Linux Ubuntu VM to 22.04 and 24.04

My steps:

Good luck!

Official Ubuntu documentation for upgrading HERE


- 	

Remove old 2.0 diagnostic extension from Linux VM

az vm extension list --resource-group MyResGroupName --vm-name MyVMName  
az vm extension delete --name Microsoft.Insights.VMDiagnosticsSettings --resource-group MyResGroupName --vm-name MyVMName