An Azure service that is used to provision Windows and Linux virtual machines.
Based on my search in the internet it looks like there are some modifications/changes that require an Update-AzVM. I haven't verified that by myself if an Update-AzVM is really required in this cases.
Changing the encryption of a VM's disk:
https://www.c-sharpcorner.com/blogs/azure-vm-failed-to-update-virtual-machine-disks-solved
Disable the BootDiagnostic status of a VM:
https://yungchou.wordpress.com/2020/05/28/disabling-enabling-azure-vm-bootdiagnostic-using-powershell/
I can't figure out what happens exactly behind the scenes if the cmdlet Update-AzVM is used.
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten