Manual migration guidance

Applies to: ✔️ Windows VMs ✔️ Linux VMs ✔️ On-premises environment ✔️ Azure Arc-enabled servers

The article provides the guidance to move various resources when you migrate manually.

Guidance to move various resources

S.No Capability Automation Update Management Azure Update Manager Steps using Azure portal Steps using API/script
1 Patch management for Off-Azure machines. Could run with or without Arc connectivity. Azure Arc is a prerequisite for non-Azure machines. 1. Create service principal
2. Generate installation script
3. Install agent and connect to Azure
1. Create service principal
2. Generate installation script
3. Install agent and connect to Azure
2 Enable periodic assessment to check for latest updates automatically every few hours. Machines automatically receive the latest updates every 12 hours for Windows and every 3 hours for Linux. Periodic assessment is an update setting on your machine. If it's turned on, the Update Manager fetches updates every 24 hours for the machine and shows the latest update status. 1. Single machine
2. At scale
3. At scale using policy
1. For Azure VM
2. For Arc-enabled VM
3 Static Update deployment schedules (Static list of machines for update deployment). Automation Update management had its own schedules. Azure Update Manager creates a maintenance configuration object for a schedule. So, you need to create this object, copying all schedule settings from Automation Update Management to Azure Update Manager schedule. 1. Single VM
2. At scale
3. At scale using policy
Create a static scope
4 Dynamic Update deployment schedules (Defining scope of machines using resource group, tags, etc. that is evaluated dynamically at runtime). Same as static update schedules. Same as static update schedules. Add a dynamic scope Create a dynamic scope
5 Deboard from Azure Automation Update management. After you complete the steps 1, 2, and 3, you need to clean up Azure Update management objects. Remove Update Management solution
NA
6 Reporting Custom update reports using Log Analytics queries. Update data is stored in Azure Resource Graph (ARG). Customers can query ARG data to build custom dashboards, workbooks etc. The old Automation Update Management data stored in Log analytics can be accessed, but there's no provision to move data to ARG. You can write ARG queries to access data that will be stored to ARG after virtual machines are patched via Azure Update Manager. With ARG queries you can build dashboards and workbooks using following instructions:
1. Log structure of Azure Resource graph updates data
2. Sample ARG queries
3. Create workbooks
NA
7 Customize workflows using pre and post scripts. Available as Automation runbooks. We recommend that you try out the Public Preview for pre and post scripts on your non-production machines and use the feature on production workloads once the feature enters General Availability. Manage pre and post events (preview) and Tutorial: Create pre and post events using a webhook with Automation
8 Create alerts based on updates data for your environment Alerts can be set up on updates data stored in Log Analytics. We recommend that you try out the Public Preview for alerts on your non-production machines and use the feature on production workloads once the feature enters General Availability. Create alerts (preview)

Next steps