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/azure-arc/servers/manage-vm-extensions.md
+47-51Lines changed: 47 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: VM extension management with Azure Arc-enabled servers
3
3
description: Azure Arc-enabled servers can manage deployment of virtual machine extensions that provide post-deployment configuration and automation tasks with non-Azure VMs.
4
-
ms.date: 05/17/2024
4
+
ms.date: 09/04/2024
5
5
ms.topic: conceptual
6
6
---
7
7
@@ -29,9 +29,9 @@ Azure Arc-enabled servers enables you to deploy, remove, and update Azure VM ext
29
29
30
30
Azure Arc-enabled servers VM extension support provides the following key benefits:
31
31
32
-
- Collect log data for analysis with [Logs in Azure Monitor](../../azure-monitor/logs/data-platform-logs.md) by enabling the Log Analytics agent VM extension. Log Analytics makes it useful for doing complex analysis across log data from different kinds of sources.
32
+
- Collect log data for analysis with [Logs in Azure Monitor](../../azure-monitor/logs/data-platform-logs.md) by enabling the Azure Monitor agent VM extension. Log data analysis makes it useful for doing complex analysis across log data from different kinds of sources.
33
33
34
-
- With [VM insights](../../azure-monitor/vm/vminsights-overview.md), it analyzes the performance of your Windows and Linux VMs, and monitors their processes and dependencies on other resources and external processes. This is achieved through enabling both the Log Analytics agent and Dependency agent VM extensions.
34
+
- With [VM insights](../../azure-monitor/vm/vminsights-overview.md), it analyzes the performance of your Windows and Linux VMs, and monitors their processes and dependencies on other resources and external processes. This is achieved through enabling both the Azure Monitor agent and Dependency agent VM extensions.
35
35
36
36
- Download and execute scripts on hybrid connected machines using the Custom Script Extension. This extension is useful for post deployment configuration, software installation, or any other configuration or management tasks.
37
37
@@ -61,7 +61,6 @@ Arc-enabled servers support moving machines with one or more VM extensions insta
61
61
|Microsoft Defender for Cloud integrated vulnerability scanner |Qualys |WindowsAgent.AzureSecurityCenter |[Microsoft Defender for Cloud’s integrated vulnerability assessment solution for Azure and hybrid machines](../../security-center/deploy-vulnerability-assessment-vm.md)|
62
62
|Microsoft Antimalware extension |Microsoft.Azure.Security |IaaSAntimalware |[Microsoft Antimalware extension for Windows](/azure/virtual-machines/extensions/iaas-antimalware-windows)|
|Azure Monitor Agent |Microsoft.Azure.Monitor |AzureMonitorLinuxAgent |[Install the Azure Monitor agent](../../azure-monitor/agents/azure-monitor-agent-manage.md)|
@@ -106,11 +104,9 @@ To deploy an extension to Arc-enabled servers, a user requires the following per
106
104
107
105
The role **Azure Connected Machine Resource Administrator** includes the permissions required to deploy extensions, however it also includes permission to delete Arc-enabled server resources.
108
106
109
-
### Log Analytics VM extension
107
+
### Azure Monitor agent VM extension
110
108
111
-
The Log Analytics agent VM extension for Linux requires Python 2.x is installed on the target machine.
112
-
113
-
Before you install the extension we suggest you review the [deployment options for the Log Analytics agent](concept-log-analytics-extension-deployment.md) to understand the different methods available and which meets your requirements.
109
+
Before you install the extension we suggest you review the [deployment options for the Azure Monitor agent](concept-log-analytics-extension-deployment.md) to understand the different methods available and which meets your requirements.
114
110
115
111
### Azure Key Vault VM extension
116
112
@@ -146,52 +142,52 @@ The following extensions are available for Windows and Linux machines:
146
142
147
143
### Windows extension availability
148
144
149
-
|Operating system |Azure Monitor agent |Log Analytics agent |Dependency VM Insights |Qualys |Custom Script |Key Vault |Hybrid Runbook |Antimalware Extension |Windows Admin Center |
|Red Hat Enterprise Linux Server 8 |X ||X |X ||X |X |
179
+
|Red Hat Enterprise Linux Server 7 |X |X |X |X ||X |X |
180
+
|Red Hat Enterprise Linux Server 6 ||X |X |||X ||
181
+
|SUSE Linux Enterprise Server 15.2 |X ||X |X |X ||X |
182
+
|SUSE Linux Enterprise Server 15.1 |X ||X |X |X |X |X |
183
+
|SUSE Linux Enterprise Server 15 SP1 |X |X |X |X |X |X |X |
184
+
|SUSE Linux Enterprise Server 15 |X |X |X |X |X |X |X |
185
+
|SUSE Linux Enterprise Server 15 SP5 |X |X |X |X ||X |X |
190
186
|SUSE Linux Enterprise Server 12 SP5 |X |X |X |X |X ||X |X |
191
-
|Ubuntu 20.04 LTS |X |X |X |X |X ||X |X |
192
-
|Ubuntu 18.04 LTS |X |X |X |X |X |X |X |X |
193
-
|Ubuntu 16.04 LTS |X |X |X |X |||X |X |
194
-
|Ubuntu 14.04 LTS ||X ||X |||X ||
187
+
|Ubuntu 20.04 LTS |X |X |X |X ||X |X |
188
+
|Ubuntu 18.04 LTS |X |X |X |X |X |X |X |
189
+
|Ubuntu 16.04 LTS |X |X |X |||X |X |
190
+
|Ubuntu 14.04 LTS |||X |||X ||
195
191
196
192
For the regional availabilities of different Azure services and VM extensions available for Azure Arc-enabled servers, [refer to Azure Global's Product Availability Roadmap](https://global.azure.com/product-availability/roadmap).
0 commit comments