Skip to content

Commit 354591b

Browse files
authored
Apply pencil edits for blocking issues from PR review
1 parent aa5d552 commit 354591b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ At a high level, you need to follow the below steps to migrate your machines and
5757

5858
### Unsupported scenarios
5959

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.
6262

6363
For the complete list of limitations and things to note, see the last section of this article.
6464

@@ -91,13 +91,13 @@ Migration automation runbook ignores resources that aren't onboarded to Arc. It'
9191

9292
You can fetch AutomationAccountResourceId by going to **Automation Account** > **Properties**.
9393

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":::
9595

9696
**C. Verify**
9797

9898
After you run the script, verify that a user managed identity is created in the automation account. **Automation account** > **Identity** > **User Assigned**.
9999

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":::
101101

102102
**D. Backend operations by the script**
103103

@@ -123,7 +123,7 @@ This step involves using an automation runbook to migrate all the machines and s
123123

124124
Runbook supports PowerShell 5.1.
125125

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":::
127127

128128
1. Set Verbose Logging to True for the runbook.
129129

@@ -135,11 +135,11 @@ This step involves using an automation runbook to migrate all the machines and s
135135

136136
1. You can fetch AutomationAccountResourceId from **Automation Account** > **Properties**.
137137

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":::
139139

140140
1. You can fetch UserManagedServiceIdentityClientId from **Automation Account** > **Identity** > **User Assigned** > **Identity** > **Properties** > **Client ID**.
141141

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":::
143143

144144
1. Setting **EnablePeriodicAssessmentForMachinesOnboardedToUpdateManagement** to **TRUE** would enable periodic assessment property on all the machines onboarded to Automation Update Management.
145145

@@ -218,11 +218,11 @@ You can also search with the name of the update schedule to get logs specific to
218218

219219
You can fetch AutomationAccountResourceId from **Automation Account** > **Properties**.
220220

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":::
222222

223223
You can fetch UserManagedServiceIdentityClientId from **Automation Account** > **Identity** > **User Assigned** > **Identity** > **Properties** > **Client ID**.
224224

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":::
226226

227227
1. Check Azure runbook logs for the status of deboarding of machines and schedules.
228228

0 commit comments

Comments
 (0)