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/update-manager/guidance-migration-automation-update-management-azure-update-manager.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,8 @@ At a high level, you need to follow the below steps to migrate your machines and
57
57
58
58
### Unsupported scenarios
59
59
60
-
1. Update schedules having Pre/Post tasks won't be migrated for now.
61
-
1. Non-Azure Saved Search Queries won't be migrated; these have to be migrated manually.
60
+
- Update schedules having Pre/Post tasks won't be migrated for now.
61
+
- Non-Azure Saved Search Queries won't be migrated; these have to be migrated manually.
62
62
63
63
For the complete list of limitations and things to note, see the last section of this article.
64
64
@@ -91,13 +91,13 @@ Migration automation runbook ignores resources that aren't onboarded to Arc. It'
91
91
92
92
You can fetch AutomationAccountResourceId by going to **Automation Account** > **Properties**.
93
93
94
-
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-resource-id.png" alt-text="Screenshot that shows how to fetch the resource id." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-resource-id.png":::
94
+
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-resource-id.png" alt-text="Screenshot that shows how to fetch the resource ID." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-resource-id.png":::
95
95
96
96
**C. Verify**
97
97
98
98
After you run the script, verify that a user managed identity is created in the automation account. **Automation account** > **Identity** > **User Assigned**.
99
99
100
-
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/script-verification.png" alt-text="Screenshot that shows how verify that a user managed identity is created." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/script-verification.png":::
100
+
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/script-verification.png" alt-text="Screenshot that shows how to verify that a user managed identity is created." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/script-verification.png":::
101
101
102
102
**D. Backend operations by the script**
103
103
@@ -123,7 +123,7 @@ This step involves using an automation runbook to migrate all the machines and s
123
123
124
124
Runbook supports PowerShell 5.1.
125
125
126
-
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/runbook-support.png" alt-text="Screenshot that shows runbook supports PowerShell 5.1 while importing" lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/runbook-support.png":::
126
+
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/runbook-support.png" alt-text="Screenshot that shows runbook supports PowerShell 5.1 while importing." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/runbook-support.png":::
127
127
128
128
1. Set Verbose Logging to True for the runbook.
129
129
@@ -135,11 +135,11 @@ This step involves using an automation runbook to migrate all the machines and s
135
135
136
136
1. You can fetch AutomationAccountResourceId from **Automation Account** > **Properties**.
137
137
138
-
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-resource-id-portal.png" alt-text="Screenshot that shows how to fetch Automation account resource id." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-resource-id-portal.png":::
138
+
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-resource-id-portal.png" alt-text="Screenshot that shows how to fetch Automation account resource ID." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-resource-id-portal.png":::
139
139
140
140
1. You can fetch UserManagedServiceIdentityClientId from **Automation Account** > **Identity** > **User Assigned** > **Identity** > **Properties** > **Client ID**.
141
141
142
-
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-client-id.png" alt-text="Screenshot that shows how to fetch client id." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-client-id.png":::
142
+
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-client-id.png" alt-text="Screenshot that shows how to fetch client ID." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-client-id.png":::
143
143
144
144
1. Setting **EnablePeriodicAssessmentForMachinesOnboardedToUpdateManagement** to **TRUE** would enable periodic assessment property on all the machines onboarded to Automation Update Management.
145
145
@@ -218,11 +218,11 @@ You can also search with the name of the update schedule to get logs specific to
218
218
219
219
You can fetch AutomationAccountResourceId from **Automation Account** > **Properties**.
220
220
221
-
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-resource-id-deboard.png" alt-text="Screenshot that shows how fetch resource id while deboarding." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/deboard-runbook-parameters.png":::
221
+
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/fetch-resource-id-deboard.png" alt-text="Screenshot that shows how to fetch resource ID while deboarding." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/deboard-runbook-parameters.png":::
222
222
223
223
You can fetch UserManagedServiceIdentityClientId from **Automation Account** > **Identity** > **User Assigned** > **Identity** > **Properties** > **Client ID**.
224
224
225
-
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/deboard-fetch-client-id.png" alt-text="Screenshot that shows how fetch client id while deboarding." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/deboard-fetch-client-id.png":::
225
+
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/deboard-fetch-client-id.png" alt-text="Screenshot that shows how to fetch client ID while deboarding." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/deboard-fetch-client-id.png":::
226
226
227
227
1. Check Azure runbook logs for the status of deboarding of machines and schedules.
0 commit comments