Skip to content

Commit 6d588e1

Browse files
authored
Merge pull request #192676 from ericd-mst-github/patch-2
March freshness suggestions
2 parents 20c253d + 3701070 commit 6d588e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ Refer to the documentation in the [Azure Linux Agent repo on GitHub](https://git
106106
* deprovision: Attempt to clean the system and make it suitable for reprovisioning. The following operation deletes:
107107

108108
* All SSH host keys (if Provisioning.RegenerateSshHostKeyPair is 'y' in the configuration file)
109-
* Nameserver configuration in /etc/resolv.conf
110-
* Root password from /etc/shadow (if Provisioning.DeleteRootPassword is 'y' in the configuration file)
109+
* Nameserver configuration in `/etc/resolv.conf`
110+
* Root password from `/etc/shadow` (if Provisioning.DeleteRootPassword is 'y' in the configuration file)
111111
* Cached DHCP client leases
112112
* Resets host name to localhost.localdomain
113113

@@ -116,7 +116,7 @@ Refer to the documentation in the [Azure Linux Agent repo on GitHub](https://git
116116
>
117117
>
118118
119-
* deprovision+user: Performs everything in -deprovision (above) and also deletes the last provisioned user account (obtained from /var/lib/waagent) and associated data. This parameter is when de-provisioning an image that was previously provisioning on Azure so it may be captured and reused.
119+
* deprovision+user: Performs everything in -deprovision (above) and also deletes the last provisioned user account (obtained from `/var/lib/waagent`) and associated data. This parameter is when de-provisioning an image that was previously provisioning on Azure so it may be captured and reused.
120120
* version: Displays the version of waagent
121121
* serialconsole: Configures GRUB to mark ttyS0 (the first serial port) as
122122
the boot console. This ensures that kernel bootup logs are sent to the
@@ -180,7 +180,7 @@ If set, the root password in the /etc/shadow file is erased during the provision
180180
Type: Boolean
181181
Default: y
182182
```
183-
If set, all SSH host key pairs (ecdsa, dsa, and rsa) are deleted during the provisioning process from /etc/ssh/. And a single fresh key pair is generated.
183+
If set, all SSH host key pairs (ecdsa, dsa, and rsa) are deleted during the provisioning process from `/etc/ssh/`. And a single fresh key pair is generated.
184184

185185
The encryption type for the fresh key pair is configurable by the Provisioning.SshHostKeyPairType entry. Some distributions re-create SSH key pairs for any missing encryption types when the SSH daemon is restarted (for example, upon a reboot).
186186

@@ -284,7 +284,7 @@ The size of the swap file in megabytes.
284284
Type: Boolean
285285
Default: n
286286
```
287-
If set, log verbosity is boosted. Waagent logs to /var/log/waagent.log and utilizes the system logrotate functionality to rotate logs.
287+
If set, log verbosity is boosted. Waagent logs to `/var/log/waagent.log` and utilizes the system logrotate functionality to rotate logs.
288288

289289
**OS.EnableRDMA**
290290
```txt
@@ -338,4 +338,4 @@ Ubuntu Cloud Images utilize [cloud-init](https://launchpad.net/ubuntu/+source/cl
338338
* For more information, see the following resources to configure the resource disk mount point and swap space on Ubuntu Cloud Images during provisioning:
339339

340340
* [Ubuntu Wiki: Configure Swap Partitions](https://go.microsoft.com/fwlink/?LinkID=532955&clcid=0x409)
341-
* [Injecting Custom Data into an Azure Virtual Machine](../windows/tutorial-automate-vm-deployment.md)
341+
* [Injecting Custom Data into an Azure Virtual Machine](../windows/tutorial-automate-vm-deployment.md)

0 commit comments

Comments
 (0)