diff --git a/support/azure/virtual-machines/linux/troubleshoot-vm-boot-error.md b/support/azure/virtual-machines/linux/troubleshoot-vm-boot-error.md index c4d8979f8f1..f27b9f014be 100644 --- a/support/azure/virtual-machines/linux/troubleshoot-vm-boot-error.md +++ b/support/azure/virtual-machines/linux/troubleshoot-vm-boot-error.md @@ -82,7 +82,7 @@ The ALAR scripts use the repair extension `repair-button` to fix GRUB issues by ```azurecli-interactive az extension add -n vm-repair az extension update -n vm-repair - az vm repair repair-button --button-command 'grubfix' --verbose $RGNAME --name $VMNAME + az vm repair repair-button --button-command 'grubfix' --resource-group $RGNAME --name $VMNAME --verbose ``` * **Linux VMs with UEFI (Gen2):** @@ -90,7 +90,7 @@ The ALAR scripts use the repair extension `repair-button` to fix GRUB issues by ```azurecli-interactive az extension add -n vm-repair az extension update -n vm-repair - az vm repair repair-button --button-command 'efifix' --verbose $RGNAME --name $VMNAME + az vm repair repair-button --button-command 'efifix' --resource-group $RGNAME --name $VMNAME --verbose ``` > [!IMPORTANT]