Skip to content

Commit a409a6e

Browse files
Merge pull request #208360 from guywi-ms/patch-21
Fix issue with conceptual tab in Update agent-manage.md
2 parents 4f21ef7 + 7c9e768 commit a409a6e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-monitor/agents/agent-manage.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Managing the Azure Log Analytics agent
33
description: This article describes the different management tasks that you will typically perform during the lifecycle of the Log Analytics Windows or Linux agent deployed on a machine.
44
ms.topic: conceptual
5-
author: bwren
6-
ms.author: bwren
5+
author: guywi-ms
6+
ms.author: guywild
77
ms.date: 04/06/2022
88
ms.reviewer: luki
99
---
@@ -81,6 +81,7 @@ Run the following command to upgrade the agent.
8181
### Enable Auto-Update for the Linux Agent
8282
8383
The **recommendation** is to enable automatic update of the agent by enabling the [Automatic Extension Upgrade](../../virtual-machines/automatic-extension-upgrade.md) feature, using the following PowerShell commands.
84+
8485
# [Powershell](#tab/PowerShellLinux)
8586
```powershell
8687
Set-AzVMExtension \
@@ -106,6 +107,7 @@ az vm extension set \
106107
--version latestVersion \
107108
--enable-auto-upgrade true
108109
```
110+
---
109111

110112
## Adding or removing a workspace
111113

0 commit comments

Comments
 (0)