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.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Supported distributions and versions:
75
75
76
76
***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 of the guest agent, [update the Linux agent](./update-linux-agent.md).
77
77
***Azure CLI**. [Set up the Azure CLI](/cli/azure/install-azure-cli) environment on your machine.
78
-
***The `wget` command**. If you don't already have it, run `sudo apt-get install wget`.
78
+
***The `wget` command**. If you don't already have it, install it using the corresponding package manager.
79
79
***An Azure subscription and general purpose storage account** to store the data. General purpose storage accounts support table storage, which is required. A blob storage account won't work.
80
80
***Python 2**.
81
81
@@ -97,13 +97,13 @@ The `python2` executable file must be aliased to *python*. Here's one way to ach
97
97
98
98
1. Run the following command to remove any existing aliases.
99
99
100
-
```
100
+
```bash
101
101
sudo update-alternatives --remove-all python
102
102
```
103
103
104
104
2. Run the following command to create the new alias.
@@ -280,6 +280,7 @@ The latest version of the extension is 4.0, *which is currently in public previe
280
280
> To migrate from 3.x to the newest version of the extension, uninstall the old extension. Then install version 4, which includes the updated configuration for system-assigned identity and sinks for sending metrics to the Azure Monitor sink.
281
281
282
282
When you install the new extension, enable automatic minor version upgrades:
283
+
283
284
* On Azure Resource Manager deployment model VMs, include `"autoUpgradeMinorVersion": true` in the VM deployment template.
284
285
* On classic deployment model VMs, specify version `4.*` if you're installing the extension through the Azure CLI or PowerShell.
0 commit comments