Skip to content

Commit 86a4b02

Browse files
authored
Update repair-linux-vm-using-ALAR.md
1 parent 48e6194 commit 86a4b02

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
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 scripts can't run with only the VM Contributor role, as they need to perform read, write, and delete operations at 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,15 +120,11 @@ 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
127-
1. Classic VMs aren't supported.
128-
2. The ALAR scripts cannot run with only the VM Contributor role permission, as they also require read, write, and delete permissions at the resource group level.
127+
Classic VMs aren't supported.
129128
130129
## Next steps
131130

0 commit comments

Comments
 (0)