Skip to content

Commit c12c341

Browse files
committed
edit pass: virtual-machines-extensions
1 parent 37e1830 commit c12c341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,15 @@ The Azure VM Agent for Windows is automatically upgraded on images deployed from
146146

147147
## Windows Guest Agent automatic log collection
148148

149-
The Windows Guest Agent has a feature to automatically collect some logs. This feature is controlled by the *CollectGuestLogs.exe* process. It exists for both platform as a service (PaaS) cloud services and infrastructure as a service (IaaS) VMs. Its goal is to quickly and automatically collect diagnostics logs from a VM, so they can be used for offline analysis.
149+
The Windows Guest Agent has a feature to automatically collect some logs. The *CollectGuestLogs.exe* process controls this feature. It exists for both platform as a service (PaaS) cloud services and infrastructure as a service (IaaS) VMs. Its goal is to quickly and automatically collect diagnostics logs from a VM, so they can be used for offline analysis.
150150

151151
The collected logs are event logs, OS logs, Azure logs, and some registry keys. The agent produces a ZIP file that's transferred to the VM's host. Engineering teams and support professionals can then use this ZIP file to investigate issues on the request of the customer who owns the VM.
152152

153153
## Guest Agent and OSProfile certificates
154154

155155
The Azure VM Agent installs the certificates referenced in the `OSProfile` value of a VM or a virtual machine scale set. If you manually remove these certificates from the Microsoft Management Console (MMC) Certificates snap-in inside the guest VM, the guest agent will add them back. To permanently remove a certificate, you have to remove it from `OSProfile`, and then remove it from within the guest operating system.
156156

157-
For a virtual machine, use [Remove-AzVMSecret](powershell/module/az.compute/remove-azvmsecret) to remove certificates from `OSProfile`.
157+
For a virtual machine, use [Remove-AzVMSecret](/powershell/module/az.compute/remove-azvmsecret) to remove certificates from `OSProfile`.
158158

159159
For more information on certificates for virtual machine scale sets, see [Azure Virtual Machine Scale Sets - How do I remove deprecated certificates?](../../virtual-machine-scale-sets/virtual-machine-scale-sets-faq.yml#how-do-i-remove-deprecated-certificates-).
160160

0 commit comments

Comments
 (0)