Skip to content

Commit a99782a

Browse files
Fixes to improve clarity of doc
1 parent 3a7a54d commit a99782a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/extensions/vmaccess-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This article describes how to run the VMAccess Extension from the Azure CLI and
3939
| Ubuntu | 18.04+, 20.04+, 22.04+ | 20.04+, 22.04+ |
4040

4141
### Tips
42-
* VMAccess was designed for the purpose of regaining access to a VM in the event that access is lost. Based on this principle, it will grant sudo permission to account specified in the username field. If you don't wish a user to gain sudo permissions, login to the VM and use built-in tools (for example, usermod, chage, etc.) to manage unprivileged users.
42+
* VMAccess was designed for regaining access to a VM given that access is lost. Based on this principle, it grants sudo permission to account specified in the username field. If you don't wish a user to gain sudo permissions, login to the VM and use built-in tools (for example, usermod, chage, etc.) to manage unprivileged users.
4343
* You can only have one version of the extension applied to a VM. To run a second action, update the existing extension with a new configuration.
4444
* During a user update, VMAccess alters the `sshd_config` file and takes a backup of it beforehand. To restore the original backed-up SSH configuration, run VMAccess with `restore_backup_ssh` set to `True`.
4545

@@ -300,8 +300,8 @@ The VMAccess extension logs exist locally on the VM and are most informative whe
300300

301301
| Location | Description |
302302
| ---- | ---- |
303-
| /var/log/waagent.log | Shows when an update to the extension occurred. This contains logs from the Linux Agent, and we can check it to ensure the extension ran. |
304-
| /var/log/azure/Microsoft.OSTCExtensions.VMAccessForLinux/* | The VMAccess Extension produces logs, which can be found here. The directory contains `CommandExecution.log` where you can find each command executed along with its result, along with `extension.log` which contains individual logs for each execution. |
303+
| /var/log/waagent.log | Contains logs from the Linux Agent and shows when an update to the extension occurred. We can check it to ensure the extension ran. |
304+
| /var/log/azure/Microsoft.OSTCExtensions.VMAccessForLinux/* | The VMAccess Extension produces logs, which can be found here. The directory contains `CommandExecution.log` where you can find each command executed along with its result, along with `extension.log`, which contains individual logs for each execution. |
305305
| /var/lib/waagent/Microsoft.OSTCExtensions.VMAccessForLinux-\<most recent version\>/config/* | The configuration and binaries for VMAccess VM Extension. |
306306
|||
307307

0 commit comments

Comments
 (0)