Skip to content

Commit d8472d0

Browse files
authored
Merge pull request #204024 from johnmarco/jm-add-WAC-extension-tables
Add Windows Admin Center info to VM extensions tables
2 parents 77cbea8 + 0c09c4a commit d8472d0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/azure-arc/servers/manage-vm-extensions.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: VM extension management with Azure Arc-enabled servers
33
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: 12/21/2021
4+
ms.date: 07/01/2022
55
ms.topic: conceptual
66
---
77

@@ -62,6 +62,7 @@ Arc-enabled servers support moving machines with one or more VM extensions insta
6262
|Azure Monitor Agent |Microsoft.Azure.Monitor |AzureMonitorWindowsAgent |[Install the Azure Monitor agent](../../azure-monitor/agents/azure-monitor-agent-manage.md) |
6363
|Azure Automation Hybrid Runbook Worker extension (preview) |Microsoft.Compute |HybridWorkerForWindows |[Deploy an extension-based User Hybrid Runbook Worker](../../automation/extension-based-hybrid-runbook-worker-install.md) to execute runbooks locally. |
6464
|Azure Extension for SQL Server |Microsoft.AzureData |WindowsAgent.SqlServer |[Install Azure extension for SQL Server](/sql/sql-server/azure-arc/connect#initiate-the-connection-from-azure) to initiate SQL Server connection to Azure. |
65+
|Windows Admin Center (preview) |Microsoft.AdminCenter |Admin Center |[Manage Azure Arc-enabled Servers using Windows Admin Center in Azure](/windows-server/manage/windows-admin-center/azure/manage-arc-hybrid-machines) |
6566

6667
### Linux extensions
6768

@@ -126,23 +127,22 @@ The following extensions are available for Windows and Linux machines:
126127

127128
### Windows extension availability
128129

129-
|Operating system |Azure Monitor agent |Log Analytics agent |Dependency VM Insights |Qualys |Custom Script |Key Vault |Hybrid Runbook |Antimalware Extension |Connected Machine agent |
130-
|-----------------|--------------------|--------------------|-----------------------|-------|--------------|----------|---------------|----------------------|------------------------|
131-
|Windows Server 2019 |X |X |X |X |X |X | |X |
132-
|Windows Server 2019 Core |X | | |X |X |X |X | |X |
130+
|Operating system |Azure Monitor agent |Log Analytics agent |Dependency VM Insights |Qualys |Custom Script |Key Vault |Hybrid Runbook |Antimalware Extension |Windows Admin Center |
131+
|-----------------|--------------------|--------------------|-----------------------|-------|--------------|----------|---------------|----------------------|---------------------|
132+
|Windows Server 2022 |X |X |X |X |X | |X | |X |
133+
|Windows Server 2019 |X |X |X |X |X |X | | |X |
133134
|Windows Server 2016 |X |X |X |X |X |X |X |Built-in |X |
134-
|Windows Server 2016 Core |X | | |X |X |X | |Built-in |X |
135-
|Windows Server 2012 R2 |X |X |X |X |X | |X |X |X |
136-
|Windows Server 2012 |X |X |X |X |X |X |X |X |X |
135+
|Windows Server 2012 R2 |X |X |X |X |X | |X |X | |
136+
|Windows Server 2012 |X |X |X |X |X |X |X |X | |
137137
|Windows Server 2008 R2 SP1 |X |X |X |X |X | |X |X | |
138-
|Windows Server 2008 R2 | | | |X |X | |X |X |X |
138+
|Windows Server 2008 R2 | | | |X |X | |X |X | |
139139
|Windows Server 2008 SP2 | |X | |X |X | |X | | |
140140
|Windows 11 client OS |X | | |X | | | | | |
141-
|Windows 10 1803 (RS4) and higher |X | | |X |X | | | |X |
142-
|Windows 10 Enterprise (including multi-session) and Pro (Server scenarios only) |X |X |X |X |X | |X | |X |
141+
|Windows 10 1803 (RS4) and higher |X | | |X |X | | | | |
142+
|Windows 10 Enterprise (including multi-session) and Pro (Server scenarios only) |X |X |X |X |X | |X | | |
143143
|Windows 8 Enterprise and Pro (Server scenarios only) | |X |X |X | | |X | | |
144144
|Windows 7 SP1 (Server scenarios only) | |X |X |X | | |X | | |
145-
|Azure Stack HCI (Server scenarios only) | |X | |X | | |X | |X |
145+
|Azure Stack HCI (Server scenarios only) | |X | |X | | |X | | |
146146

147147
### Linux extension availability
148148

0 commit comments

Comments
 (0)