Skip to content

Commit e6543d8

Browse files
authored
Add Supported Linux Distributions
Changing file so that this document has the list of supported Linux distributions, and removing the link to the Github list.
1 parent e32a89d commit e6543d8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,26 @@ 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+
Please note that the distros/versions listed below apply only to Azure-endorsed Linux vendor images. 3rd party BYOL/BYOS images (e.g., appliances) are not generally supported for the Linux Diagnostic extension.
50+
51+
Any distro specified below with major version only (e.g. Debian 7) is supported for all minor versions as well. If a specific minor version is specified, only that specific version is supported; if "+" is appended, minor versions equal to or greater than that specified version are supported.
52+
53+
- Ubuntu 14.04, 16.04, 18.04
54+
- CentOS 6.5+, 7
55+
- Oracle Linux 6.4+, 7
56+
- OpenSUSE 13.1+
57+
- SUSE Linux Enterprise Server 12
58+
- Debian 7, 8, 9
59+
- RHEL 6.7+, 7
60+
4761
### Prerequisites
4862

4963
* **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.
5064
* **Azure CLI**. [Set up the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) environment on your machine.
5165
* The wget command, if you don't already have it: Run `sudo apt-get install wget`.
5266
* 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
5467

5568
### Sample installation
5669

0 commit comments

Comments
 (0)