Skip to content

Commit 978eba3

Browse files
authored
Merge pull request #55101 from aswatt/patch-2
Add Supported Linux Distributions
2 parents c50d371 + 7394d5e commit 978eba3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

articles/virtual-machines/extensions/diagnostics-linux.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,28 @@ These installation instructions and a [downloadable sample configuration](https:
4444

4545
The downloadable configuration is just an example; modify it to suit your own needs.
4646

47+
### Supported Linux distributions
48+
49+
The Linux Diagnostic Extension supports the following distributions and versions. The list of distributions and versions applies only to Azure-endorsed Linux vendor images. Third-party BYOL and BYOS images, like appliances, are generally not supported for the Linux Diagnostic Extension.
50+
51+
A distribution that lists only major versions, like Debian 7, is also supported for all minor versions. If a specific minor version is specified, only that specific version is supported; if "+" is appended, minor versions equal to or greater than the specified version are supported.
52+
53+
Supported distributions and versions:
54+
55+
- Ubuntu 18.04, 16.04, 14.04
56+
- CentOS 7, 6.5+
57+
- Oracle Linux 7, 6.4+
58+
- OpenSUSE 13.1+
59+
- SUSE Linux Enterprise Server 12
60+
- Debian 9, 8, 7
61+
- RHEL 7, 6.7+
62+
4763
### Prerequisites
4864

4965
* **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, follow [these instructions](https://docs.microsoft.com/azure/virtual-machines/linux/update-agent) to update it.
5066
* **Azure CLI**. [Set up the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) environment on your machine.
5167
* The wget command, if you don't already have it: Run `sudo apt-get install wget`.
5268
* An existing Azure subscription and an existing storage account within it to store the data.
53-
* List of supported Linux distributions is on https://github.com/Azure/azure-linux-extensions/tree/master/Diagnostic#supported-linux-distributions
5469

5570
### Sample installation
5671

0 commit comments

Comments
 (0)