Skip to content

Commit 495750c

Browse files
authored
Updates as per feedback
Addressing issues in #55077 https://github.com/MicrosoftDocs/azure-docs/issues/55077
1 parent d6ec803 commit 495750c

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)