Skip to content

Commit 6144536

Browse files
authored
Acrolinx and indentation fixes
1 parent 01e1eea commit 6144536

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ Refer to the documentation in the [Azure Linux Agent repo on GitHub](https://git
119119
* Cached DHCP client leases
120120
* Resets host name to localhost.localdomain
121121

122-
> [!WARNING]
123-
> Deprovisioning does not guarantee that the image is cleared of all sensitive information and suitable for redistribution.
122+
> [!WARNING]
123+
> Deprovisioning does not guarantee that the image is cleared of all sensitive information and suitable for redistribution.
124124
>
125125
>
126126
@@ -374,9 +374,9 @@ Default: y
374374

375375
Enable or disable auto-update for goal state processing; default is enabled.
376376

377-
## Linux Guest Agent Automatic Logs Collection
377+
## Linux guest agent automatic logs collection
378378

379-
As of version 2.7+, The azure linux guest agent has a feature to automatically collect some logs and upload them. This feature currently requires systemd, and utilizes a new systemd slice called azure-walinuxagent-logcollector.slice to manage resources while performing the collection. The log collector's goal is facilitate offline analysis, and therefore produces a ZIP file of some diagnostics logs before uploading them to the VM's Host. The ZIP file can then be retreived by Engineering Teams and Support professionals to investigate issues at the behest of the VM owner. More technical information on the files collected by the guest agent can be found in the azurelinuxagent/common/logcollector_manifests.py file in the [agent's GitHub repository](https://github.com/Azure/WALinuxAgent).
379+
As of version 2.7+, The Azure Linux guest agent has a feature to automatically collect some logs and upload them. This feature currently requires systemd, and utilizes a new systemd slice called azure-walinuxagent-logcollector.slice to manage resources while performing the collection. The log collector's goal is to facilitate offline analysis, and therefore produces a ZIP file of some diagnostics logs before uploading them to the VM's Host. The ZIP file can then be retrieved by Engineering Teams and Support professionals to investigate issues at the behest of the VM owner. More technical information on the files collected by the guest agent can be found in the azurelinuxagent/common/logcollector_manifests.py file in the [agent's GitHub repository](https://github.com/Azure/WALinuxAgent).
380380

381381
This can be disabled by editing ```/etc/waagent.conf``` updating ```Logs.Collect``` to ```n```
382382

0 commit comments

Comments
 (0)