This is a extension for repairing VMs.
Install this extension using the below CLI command
az extension add --name vm-repair
Repair create command
az vm repair create -g MyResourceGroup -n myVM --verbose
Restore command
az vm repair restore -g MyResourceGroup -n myVM --verbose