Skip to content

Commit b9372c3

Browse files
Fixes to improve score
1 parent a99782a commit b9372c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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 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.
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, log in 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

@@ -259,7 +259,7 @@ Set-AzVMExtension -ResourceGroupName "<resource-group>" `
259259
-ProtectedSettingString $protectedSettingsString
260260
```
261261

262-
To deploy to a VMSS, run the following command:
262+
To deploy to a virtual machine scale set, run the following command:
263263

264264
```azurepowershell-interactive
265265
$resourceGroupName = "<resource-group>"

0 commit comments

Comments
 (0)