Hello,
I just ran
az vm repair run -g xxx-rg -n xxxvm-1 --run-id win-chkdsk-fs-corruption --verbose
as well as
az vm repair run -g xxx-rg -n xxxvm-1 --run-id win-sfc-sf-corruption --verbose
Both commands did not work and gave me the follwing error message.
The vm was still bootable and usable but had a disk error.
error
Running script on VM: xxxdvm-1
Log file is too large and has been cutoff at the start of file. Please locate the log file within the VM using the logFullpath to check full logs.
Script returned with error:
{
"log_full_path": "",
"logs": "",
"message": "Script completed with errors.",
"output": "",
"resource_group": "xxx-rg",
"script_status": "ERROR",
"status": "SUCCESS",
"vm_name": "xxxvm-1"
}
I cannot check the logs status is SUCCESS but i doubt that it worked because win-chkdsk-fs-corruption took just 70 seconds for 512 GB disk.
Any help appicieated.