Skip to content

Commit dc3ff07

Browse files
Merge pull request #209097 from guywi-ms/patch-22
Update AMA support for ARM64 based VMs
2 parents 462db94 + aa79b7b commit dc3ff07

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

articles/azure-monitor/agents/agents-overview.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,28 +164,31 @@ The following tables list the operating systems that Azure Monitor Agent and the
164164
| Windows Server 2008 R2 SP1 | X | X | X |
165165
| Windows Server 2008 R2 | | | X |
166166
| Windows Server 2008 SP2 | | X | |
167-
| Windows 11 client OS | X<sup>2</sup> | | |
167+
| Windows 11 Client Enterprise and Pro | X<sup>2</sup>, <sup>3</sup> | | |
168168
| Windows 10 1803 (RS4) and higher | X<sup>2</sup> | | |
169169
| Windows 10 Enterprise<br>(including multi-session) and Pro<br>(Server scenarios only<sup>1</sup>) | X | X | X |
170170
| Windows 8 Enterprise and Pro<br>(Server scenarios only<sup>1</sup>) | | X | |
171171
| Windows 7 SP1<br>(Server scenarios only<sup>1</sup>) | | X | |
172172
| Azure Stack HCI | | X | |
173173

174-
<sup>1</sup> Running the OS on server hardware, for example, machines that are always connected, always turned on, and not running other workloads (PC, office, browser)<br>
175-
<sup>2</sup> Using the Azure Monitor agent [client installer (Public preview)](./azure-monitor-agent-windows-client.md)
174+
<sup>1</sup> Running the OS on server hardware, for example, machines that are always connected, always turned on, and not running other workloads (PC, office, browser).<br>
175+
<sup>2</sup> Using the Azure Monitor agent [client installer (Public preview)](./azure-monitor-agent-windows-client.md).<br>
176+
<sup>3</sup> Also supported on Arm64-based machines.
176177

177178
#### Linux
178179

179180
| Operating system | Azure Monitor agent <sup>1</sup> | Log Analytics agent <sup>1</sup> | Diagnostics extension <sup>2</sup>|
180181
|:---|:---:|:---:|:---:|:---:
182+
| AlmaLinux 8.5 | X<sup>3</sup> | | |
181183
| AlmaLinux 8 | X | X | |
182184
| Amazon Linux 2017.09 | | X | |
183185
| Amazon Linux 2 | | X | |
184186
| CentOS Linux 8 | X | X | |
185-
| CentOS Linux 7 | X | X | X |
187+
| CentOS Linux 7 | X<sup>3</sup> | X | X |
186188
| CentOS Linux 6 | | X | |
187189
| CentOS Linux 6.5+ | | X | X |
188-
| Debian 11 | X | | |
190+
| CBL-Mariner 2.0 | X | | |
191+
| Debian 11 | X<sup>3</sup> | | |
189192
| Debian 10 | X | X | |
190193
| Debian 9 | X | X | X |
191194
| Debian 8 | | X | |
@@ -195,24 +198,26 @@ The following tables list the operating systems that Azure Monitor Agent and the
195198
| Oracle Linux 7 | X | X | X |
196199
| Oracle Linux 6 | | X | |
197200
| Oracle Linux 6.4+ | | X | X |
201+
| Red Hat Enterprise Linux Server 8.6 | X<sup>3</sup> | | |
198202
| Red Hat Enterprise Linux Server 8 | X | X | |
199203
| Red Hat Enterprise Linux Server 7 | X | X | X |
200204
| Red Hat Enterprise Linux Server 6 | | X | |
201205
| Red Hat Enterprise Linux Server 6.7+ | | X | X |
202206
| Rocky Linux 8 | X | X | |
207+
| SUSE Linux Enterprise Server 15 SP4 | X<sup>3</sup> | | |
203208
| SUSE Linux Enterprise Server 15 SP2 | X | | |
204209
| SUSE Linux Enterprise Server 15 SP1 | X | X | |
205210
| SUSE Linux Enterprise Server 15 | X | X | |
206211
| SUSE Linux Enterprise Server 12 | X | X | X |
207212
| Ubuntu 22.04 LTS | X | | |
208-
| Ubuntu 20.04 LTS | X | X | X |
209-
| Ubuntu 18.04 LTS | X | X | X |
213+
| Ubuntu 20.04 LTS | X<sup>3</sup> | X | X |
214+
| Ubuntu 18.04 LTS | X<sup>3</sup> | X | X |
210215
| Ubuntu 16.04 LTS | X | X | X |
211216
| Ubuntu 14.04 LTS | | X | X |
212217

213218
<sup>1</sup> Requires Python (2 or 3) to be installed on the machine.<br>
214219
<sup>2</sup> Requires Python 2 to be installed on the machine and aliased to the `python` command.<br>
215-
220+
<sup>3</sup> Also supported on Arm64-based machines.
216221
## Next steps
217222

218223
- [Install the Azure Monitor Agent](azure-monitor-agent-manage.md) on Windows and Linux virtual machines.

0 commit comments

Comments
 (0)