Skip to content

Commit c43bccc

Browse files
author
Jill Grant
authored
Merge pull request #232661 from GabstaMSFT/main
Update Guest Agent OS Support
2 parents 6300a71 + 73abcd6 commit c43bccc

File tree

2 files changed

+42
-19
lines changed

2 files changed

+42
-19
lines changed

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

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,20 @@ The following systems have been tested and are known to work with the Azure Linu
6767
>
6868
>
6969
70-
* CentOS 7.x and 8.x
71-
* Red Hat Enterprise Linux 6.7+, 7.x, and 8.x
72-
* Debian 10+
73-
* Ubuntu 18.04+
74-
* openSUSE 12.3+
75-
* SLES 12.x and 15.x
76-
* Oracle Linux 6.4+, 7.x and 8.x
70+
### Linux Distro’s Supported
71+
| **Linux Distro** | **x64** | **ARM64** |
72+
|:-----|:-----:|:-----:|
73+
| Alma Linux | 9.x+ | 9.x+ |
74+
| CentOS | 7.x+, 8.x+ | 7.x+ |
75+
| Debian | 10+ | 11.x+ |
76+
| Flatcar Linux | 3374.2.x+ | 3374.2.x+ |
77+
| openSUSE | 12.3+ | <span style="color:red">Not Supported</span> |
78+
| Oracle Linux | 6.4+, 7.x+, 8.x+ | <span style="color:red">Not Supported</span> |
79+
| Red Hat Enterprise Linux | 6.7+, 7.x+, 8.x+ | 8.6+, 9.0+ |
80+
| Rocky Linux | 9.x+ | 9.x+ |
81+
| SLES | 12.x+, 15.x+ | 15.x SP4+ |
82+
| Ubuntu | 18.04+, 20.04+, 22.04+ | 20.04+, 22.04+ |
83+
7784

7885
> [!IMPORTANT]
7986
> RHEL/Oracle Linux 6.10 is the only RHEL/OL 6 version with ELS support available, [the extended maintenance ends on 06/30/2024](https://access.redhat.com/support/policy/updates/errata)

articles/virtual-machines/extensions/agent-windows.md

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,34 @@ The Microsoft Azure Virtual Machine Agent (VM Agent) is a secure, lightweight pr
1515

1616
This article details installation and detection of the Azure Virtual Machine Agent.
1717

18+
## Prerequisites
19+
20+
### **Windows OS’ Supported**
21+
| **Windows OS** | **x64** |
22+
|:----|:----:|
23+
| Windows 10 | Supported |
24+
| Windows 11 | Supported |
25+
| Windows Server 2008 SP2 | Supported |
26+
| Windows Server 2008 R2 | Supported |
27+
| Windows Server 2012 | Supported |
28+
| Windows Server 2012 R2 | Supported |
29+
| Windows Server 2016 | Supported |
30+
| Windows Server 2016 Core | Supported |
31+
| Windows Server 2019 | Supported |
32+
| Windows Server 2019 Core | Supported |
33+
| Windows Server 2022 | Supported |
34+
| Windows Server 2022 Core | Supported |
35+
36+
37+
> [!IMPORTANT]
38+
> - The Windows VM Agent needs at least Windows Server 2008 SP2 (64-bit) to run, with the .NET Framework 4.0. See [Minimum version support for virtual machine agents in Azure](https://support.microsoft.com/help/4049215/extensions-and-virtual-machine-agent-minimum-version-support).
39+
>
40+
> - Ensure your VM has access to IP address 168.63.129.16. For more information, see [What is IP address 168.63.129.16](../../virtual-network/what-is-ip-address-168-63-129-16.md).
41+
>
42+
> - Ensure that DHCP is enabled inside the guest VM. This is required to get the host or fabric address from DHCP for the IaaS VM Agent and extensions to work. If you need a static private IP, you should configure it through the Azure portal or PowerShell, and make sure the DHCP option inside the VM is enabled. [Learn more](../../virtual-network/ip-services/virtual-networks-static-private-ip-arm-ps.md) about setting up a static IP address with PowerShell.
43+
>
44+
> - Running the VM Agent in a "Nested Virtualization" VM might lead to unpredictable behavior, hence it's not supported in that Dev/Test scenario.
45+
1846
## Install the VM Agent
1947

2048
### Azure Marketplace image
@@ -63,18 +91,6 @@ $vm.OSProfile.AllowExtensionOperations = $true
6391
$vm | Update-AzVM
6492
```
6593

66-
### Prerequisites
67-
68-
- The Windows VM Agent needs at least Windows Server 2008 SP2 (64-bit) to run, with the .NET Framework 4.0. See [Minimum version support for virtual machine agents in Azure](https://support.microsoft.com/help/4049215/extensions-and-virtual-machine-agent-minimum-version-support).
69-
70-
- Ensure your VM has access to IP address 168.63.129.16. For more information, see [What is IP address 168.63.129.16](../../virtual-network/what-is-ip-address-168-63-129-16.md).
71-
72-
- Ensure that DHCP is enabled inside the guest VM. This is required to get the host or fabric address from DHCP for the IaaS VM Agent and extensions to work. If you need a static private IP, you should configure it through the Azure portal or PowerShell, and make sure the DHCP option inside the VM is enabled. [Learn more](../../virtual-network/ip-services/virtual-networks-static-private-ip-arm-ps.md) about setting up a static IP address with PowerShell.
73-
74-
- Running the VM Agent in a "Nested Virtualization" VM might lead to unpredictable behavior, hence it's not supported in that Dev/Test scenario.
75-
76-
77-
7894
## Detect the VM Agent
7995

8096
### PowerShell

0 commit comments

Comments
 (0)