Skip to content

Commit 7b8edcb

Browse files
committed
Fix link
1 parent 53f8988 commit 7b8edcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/update-manager/migration-manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The article provides the guidance to move various resources when you migrate man
1919

2020
**S.No** | **Capability** | **Automation Update Management** | **Azure Update Manager** | **Steps using Azure portal** | **Steps using API/script** |
2121
--- | --- | --- | ---| ---| ---|
22-
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](../app-service/quickstart-php.md#1---get-the-sample-repository) </br> 2. [Generate installation script](/azure/azure-arc/servers/onboard-service-principal#generate-the-installation-script-from-the-azure-portal) </br> 3. [Install agent and connect to Azure](/azure/azure-arc/servers/onboard-service-principal#install-the-agent-and-connect-to-azure) | 1. [Create service principal](/azure/azure-arc/servers/onboard-service-principal#azure-powershell) <br> 2. [Generate installation script](/azure/azure-arc/servers/onboard-service-principal#generate-the-installation-script-from-the-azure-portal) </br> 3. [Install agent and connect to Azure](/azure/azure-arc/servers/onboard-service-principal#install-the-agent-and-connect-to-azure) |
22+
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](../app-service/quickstart-php.md#download-the-sample-repository) </br> 2. [Generate installation script](/azure/azure-arc/servers/onboard-service-principal#generate-the-installation-script-from-the-azure-portal) </br> 3. [Install agent and connect to Azure](/azure/azure-arc/servers/onboard-service-principal#install-the-agent-and-connect-to-azure) | 1. [Create service principal](/azure/azure-arc/servers/onboard-service-principal#azure-powershell) <br> 2. [Generate installation script](/azure/azure-arc/servers/onboard-service-principal#generate-the-installation-script-from-the-azure-portal) </br> 3. [Install agent and connect to Azure](/azure/azure-arc/servers/onboard-service-principal#install-the-agent-and-connect-to-azure) |
2323
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](manage-update-settings.md#configure-settings-on-a-single-vm) </br> 2. [At scale](manage-update-settings.md#configure-settings-at-scale) </br> 3. [At scale using policy](periodic-assessment-at-scale.md) | 1. [For Azure VM](/azure/virtual-machines/automatic-vm-guest-patching#azure-powershell-when-updating-a-windows-vm) </br> 2. [For Arc-enabled VM](/powershell/module/az.connectedmachine/update-azconnectedmachine) |
2424
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](/azure/virtual-machines/maintenance-configurations) 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](scheduled-patching.md#schedule-recurring-updates-on-a-single-vm) </br> 2. [At scale](scheduled-patching.md#schedule-recurring-updates-at-scale) </br> 3. [At scale using policy](scheduled-patching.md#onboard-to-schedule-by-using-azure-policy) | [Create a static scope](manage-vms-programmatically.md) |
2525
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](manage-dynamic-scoping.md#add-a-dynamic-scope) | [Create a dynamic scope]( tutorial-dynamic-grouping-for-scheduled-patching.md#create-a-dynamic-scope) |

0 commit comments

Comments
 (0)