Skip to content

Commit 83bfd75

Browse files
committed
added new info
1 parent ab6b754 commit 83bfd75

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

articles/update-manager/guidance-migration-azure.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 04/02/2024
88
ms.author: sudhirsneha
99
---
1010

11-
# Guidance on migrating Azure VMs from Microsoft Configuration Manager to Azure Update Manager
11+
# Guidance on migrating virtual machines from Microsoft Configuration Manager to Azure Update Manager
1212

1313
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure Arc-enabled servers.
1414

@@ -51,6 +51,24 @@ Configuring classifications/products to synchronize/scan/assess | You can choose
5151
Deploy software updates (install patches) | Provides three modes of deploying updates: </br> Manual deployment </br> Automatic deployment </br> Phased deployment [Learn more](/mem/configmgr/sum/deploy-use/deploy-software-updates) | - Manual deployment is mapped to deploy [one-time updates](deploy-updates.md) </br> - Automatic deployment is mapped to [scheduled updates](scheduled-patching.md) </br> - There's no phased deployment option.
5252
| Deploy software updates on Windows and Linux machines (in Azure or on-prem or other clouds) | SCCM helps manage tracking and applying software updates to Windows machines (Currently, we don't support Linux machines.) | Azure Update Manager supports software updates on both Windows and Linux machines. |
5353

54+
55+
## Guidance to use Azure Update Manager on MCM managed machines
56+
57+
As a first step in MCM user's journey towards Azure Update Manager, you need to enable Azure Update Manager on your existing MCM managed servers (i.e. ensure to achieve that Azure Update Manager and MCM are in co-existence). The following section address few challenges that you might encounter in this first step.
58+
59+
### Overview of current MCM setup:
60+
61+
If you have WSUS server configured as part of the initial setup as MCM client uses WSUS server to scan for first-party updates. Third party updates content is published to this WSUS server as well. Azure Update Manager has the capability to scan and install updates from WSUS and we recommend to leverage the WSUS server configured as part of MCM setup to make Azure Update Manager work along with MCM.
62+
63+
### First party updates**
64+
65+
For Azure Update Manager to scan and install first party updates (Windows and Microsoft updates), you should start approving the required updates in the configured WSUS server. This is done by [configuring an auto approval rule in WSUS](/windows-server/administration/windows-server-update-services/deploy/3-approve-and-deploy-updates-in-wsus#32-configure-auto-approval-rules) like what users have configured on MCM server.
66+
67+
68+
### Third party updates**
69+
70+
Third party updates should work as expected with Azure Update Manager provided you have already configured MCM for third party patching and it is able to successfully patch Third party updates via MCM. Ensure that you continue to publish third party updates to WSUS from MCM [Step 3 in Enable third-party updates](/mem/configmgr/sum/deploy-use/third-party-software-updates#publish-and-deploy-third-party-software-updates). After you publish to WSUS, Azure Update Manager will be able to detect and install these updates from WSUS server.
71+
5472
## Manage software updates using Azure Update Manager
5573

5674
1. Sign in to the [Azure portal](https://portal.azure.com) and search for **Azure Update Manager**.
@@ -92,9 +110,21 @@ For the third party software patching, Azure Update Manager should be connected
92110
### Do I need to configure WSUS to use Azure Update Manager?
93111

94112
WSUS is a way to manage patches. Azure Update Manager will refer to whichever endpoint it's pointed to. (Windows Update, Microsoft Update, or WSUS).
113+
114+
### Should I deploy the monthly patch through MCM?
115+
116+
No, only approving patches in WSUS monthly or setting the Automatic Deployment Rules (ADRs) will scan and install patches on your servers.
117+
118+
### How Azure Update Manager can be used to manage on-premises virtual machines?
119+
120+
Azure Update Manager can be used on-premises by using Azure Arc. Azure Arc is a bridge that extends the Azure platform to help you build applications and services with the flexibility to run across datacenters, at the edge, and in multicloud environments. Azure Arc VM management lets you provision and manage Windows and Linux VMs hosted on-premises. This feature enables IT admins to manage Arc VMs by using Azure management tools, including Azure portal, Azure CLI, Azure PowerShell, and Azure Resource Manager (ARM) templates.
121+
122+
95123

96124
## Next steps
97125
- [An overview on Azure Update Manager](overview.md)
98126
- [Check update compliance](view-updates.md)
99127
- [Deploy updates now (on-demand) for single machine](deploy-updates.md)
100128
- [Schedule recurring updates](scheduled-patching.md)
129+
- [An overview of Azure Arc-enabled servers]([What is Azure Arc-enabled servers?](../azure-arc/servers/overview.md))
130+

0 commit comments

Comments
 (0)