Skip to content

Commit ce3ec65

Browse files
authored
Merge pull request #1864 from saloni-mehta52/patch-1
Update repair-linux-vm-using-ALAR.md
2 parents 99290d0 + db814c1 commit ce3ec65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

support/azure/virtual-machines/linux/repair-linux-vm-using-ALAR.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ If your VM shuts down immediately upon startup due to the audit daemon configura
9090

9191
The ALAR scripts use the repair extension `run` command and its `--run-id` option. The value of the `--run-id` option for the automated recovery is `linux-alar2`. To fix a Linux VM by using an ALAR script, follow these steps:
9292

93+
> [!IMPORTANT]
94+
> The VM Contributor role doesn't provide enough permissions to run the scripts, as they require permissions to read, write, and delete resources in the resource group that includes the target VM. Therefore roles such as Contributor or Owner at that resource group level are also required.
95+
9396
1. Create a rescue VM:
9497

9598
```azurecli-interactive
@@ -117,10 +120,7 @@ Here are explanations for the parameters in the commands above:
117120
- `RESCUE-PASS`: The password for `RESCUE-UID`, enclosed in single quotes. For example: `'password!234'`.
118121
- `DISK-COPY`: The name of the OS disk copy that will be created from the broken VM.
119122
- `ACTION`: A scripted task to run, such as `initrd` or `fstab`.
120-
121-
> [!NOTE]
122-
> You can pass over single or multiple recovery operations. For multiple operations, delineate them using commas without spaces, such as `fstab,initrd`.
123-
123+
You can pass over single or multiple recovery operations. For multiple operations, delineate them using commas without spaces, such as `fstab,initrd`.
124124
125125
## Limitation
126126

0 commit comments

Comments
 (0)