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/diagnostics-linux-v3.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,14 +70,14 @@ Supported distributions and versions:
70
70
71
71
***Azure Linux Agent version 2.2.0 or later**. Most Azure VM Linux gallery images include version 2.2.7 or later. Run `/usr/sbin/waagent -version` to confirm the version installed on the VM. If the VM is running an older version, [Update the guest agent](./update-linux-agent.md).
72
72
* The **Azure CLI**. If necessary, [set up the Azure CLI](/cli/azure/install-azure-cli) environment on your machine.
73
-
* The **wget command**. If you don't already have it, run `sudo apt-get install wget`.
73
+
* The **wget command**. If you don't already have it, install it using the corresponding package manager.
74
74
* An existing **Azure subscription**.
75
75
* An existing **general purpose storage account** to store the data. General purpose storage accounts must support table storage. A blob storage account won't work.
76
76
***Python 2**.
77
77
78
78
### Python requirement
79
79
80
-
The Linux diagnostic extension requires Python 2. If your virtual machine uses a distribution that doesn't include Python 2 by default, you must install it. The following sample commands install Python 2 on various distributions:
80
+
The Linux diagnostic extension requires Python 2. If your virtual machine uses a distribution that doesn't include Python 2 by default, you must install it. The following sample commands install Python 2 on various distributions:
81
81
82
82
- Red Hat, CentOS, Oracle: `yum install -y python2`
83
83
- Ubuntu, Debian: `apt-get install -y python2`
@@ -87,13 +87,13 @@ The `python2` executable file must be aliased to *python*. Here's one method to
87
87
88
88
1. Run the following command to remove any existing aliases.
@@ -104,7 +104,7 @@ The sample configuration downloaded in the following examples collects a set of
104
104
In most cases, you should download a copy of the portal settings JSON file and customize it for your needs. Then use templates or your own automation to use a customized version of the configuration file rather than downloading from the URL each time.
105
105
106
106
> [!NOTE]
107
-
> For the following samples, fill in the correct values for the variables in the first section before you run the code.
107
+
> For the following samples, fill in the correct values forthe variablesin the first section before you run the code.
0 commit comments