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/update-linux-agent.md
+27-32Lines changed: 27 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.subservice: extensions
7
7
ms.author: gabsta
8
8
author: MsGabsta
9
9
ms.collection: linux
10
-
ms.date: 08/02/2017
10
+
ms.date: 02/03/2023
11
11
12
12
---
13
13
# How to update the Azure Linux Agent on a VM
@@ -20,7 +20,7 @@ To update your [Azure Linux Agent](https://github.com/Azure/WALinuxAgent) on a L
20
20
You should always check for a package in the Linux distro repository first. It is possible the package available may not be the latest version, however, enabling autoupdate will ensure the Linux Agent will always get the latest update. Should you have issues installing from the package managers, you should seek support from the distro vendor.
21
21
22
22
> [!NOTE]
23
-
> For more information see [Endorsed Linux distributions on Azure](../linux/endorsed-distros.md)
23
+
> For more information, see [Endorsed Linux distributions on Azure](../linux/endorsed-distros.md)
24
24
25
25
Verify the [Minimum version support for virtual machine agents in Azure](https://support.microsoft.com/help/4049215/extensions-and-virtual-machine-agent-minimum-version-support) before proceeding.
26
26
@@ -45,13 +45,13 @@ Install the latest package version
45
45
sudo apt-get install walinuxagent
46
46
```
47
47
48
-
Ensure auto update is enabled. First, check to see if it is enabled:
48
+
Ensure auto update is enabled. First, check to see if it's enabled:
49
49
50
50
```bash
51
51
cat /etc/waagent.conf
52
52
```
53
53
54
-
Find 'AutoUpdate.Enabled'. If you see this output, it is enabled:
54
+
Find 'AutoUpdate.Enabled'. If you see this output, it's enabled:
55
55
56
56
```bash
57
57
# AutoUpdate.Enabled=y
@@ -64,21 +64,16 @@ To enable run:
64
64
sudo sed -i 's/# AutoUpdate.Enabled=n/AutoUpdate.Enabled=y/g' /etc/waagent.conf
@@ -282,10 +277,10 @@ Install the latest package version
282
277
sudo apt-get install waagent
283
278
```
284
279
285
-
Enable agent auto update
286
-
This version of Debian does not have a version >= 2.0.16, therefore AutoUpdate is not available for it. The output from the above command will show you if the package is up-to-date.
280
+
Enable agent auto update.
281
+
This version of Debian doesn't have a version >= 2.0.16, therefore AutoUpdate isn't available for it. The output from the above command will show you if the package is up-to-date.
0 commit comments