You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/agent-linux.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,8 @@ Refer to the documentation in the [Azure Linux Agent repo on GitHub](https://git
106
106
* deprovision: Attempt to clean the system and make it suitable for reprovisioning. The following operation deletes:
107
107
108
108
* 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)
111
111
* Cached DHCP client leases
112
112
* Resets host name to localhost.localdomain
113
113
@@ -116,7 +116,7 @@ Refer to the documentation in the [Azure Linux Agent repo on GitHub](https://git
116
116
>
117
117
>
118
118
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.
120
120
* version: Displays the version of waagent
121
121
* serialconsole: Configures GRUB to mark ttyS0 (the first serial port) as
122
122
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
180
180
Type: Boolean
181
181
Default: y
182
182
```
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.
184
184
185
185
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).
186
186
@@ -284,7 +284,7 @@ The size of the swap file in megabytes.
284
284
Type: Boolean
285
285
Default: n
286
286
```
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.
* For more information, see the following resources to configure the resource disk mount point and swap space on Ubuntu Cloud Images during provisioning:
0 commit comments