Skip to content

Commit aad7c62

Browse files
authored
Merge pull request #115791 from timbasham/patch-5
Updates as per feedback
2 parents 005fe53 + 495750c commit aad7c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/troubleshooting/repair-linux-vm-using-azure-virtual-machine-repair-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For additional documentation and instructions, see [az vm repair](https://docs.m
6262
az extension update -n vm-repair
6363
```
6464

65-
3. Run `az vm repair create`. This command will create a copy of the OS disk for the non-functional VM, create a repair VM, and attach the disk.
65+
3. Run `az vm repair create`. This command will create a copy of the OS disk for the non-functional VM, create a repair VM in a new Resource Group, and attach the OS disk copy. The repair VM will be the same size and region as the non-functional VM specified.
6666

6767
```azurecli-interactive
6868
az vm repair create -g MyResourceGroup -n myVM --repair-username username --repair-password password!234 --verbose

0 commit comments

Comments
 (0)