Skip to content

Commit 1100d5a

Browse files
authored
Merge pull request #275141 from SnehaSudhirG/12May-AUMUpdate
New info added to Run the script, image edited and updated backend op…
2 parents 276f6af + d0562c4 commit 1100d5a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Migration automation runbook ignores resources that aren't onboarded to Arc. It'
157157

158158
**B. Run the script**
159159

160-
Download and run the PowerShell script [`MigrationPrerequisiteScript`](https://github.com/azureautomation/Preqrequisite-for-Migration-from-Azure-Automation-Update-Management-to-Azure-Update-Manager/blob/main/MigrationPrerequisites.ps1) locally. This script takes AutomationAccountResourceId of the Automation account to be migrated as the input.
160+
Download and run the PowerShell script [`MigrationPrerequisiteScript`](https://github.com/azureautomation/Preqrequisite-for-Migration-from-Azure-Automation-Update-Management-to-Azure-Update-Manager/blob/main/MigrationPrerequisites.ps1) locally. This script takes AutomationAccountResourceId of the Automation account to be migrated and AutomationAccountAzureEnvironment as the inputs. The accepted values for AutomationAccountAzureEnvironment are AzureCloud, AzureUSGovernment and AzureChina signifying the cloud to which the automation account belongs.
161161

162162
:::image type="content" source="./media/guidance-migration-automation-update-management-azure-update-manager/run-script.png" alt-text="Screenshot that shows how to download and run the script." lightbox="./media/guidance-migration-automation-update-management-azure-update-manager/run-script.png":::
163163

@@ -173,7 +173,8 @@ Migration automation runbook ignores resources that aren't onboarded to Arc. It'
173173

174174
**D. Backend operations by the script**
175175

176-
1. Updating the Az.Modules for the Automation account, which will be required for running migration and deboarding scripts
176+
1. Updating the Az.Modules for the Automation account, which will be required for running migration and deboarding scripts.
177+
1. Creates an automation variable with name AutomationAccountAzureEnvironment which will store the Azure Cloud Environment to which Automation Account belongs.
177178
1. Creation of User Identity in the same Subscription and resource group as the Automation Account. The name of User Identity will be like *AutomationAccount_aummig_umsi*.
178179
1. Attaching the User Identity to the Automation Account.
179180
1. The script assigns the following permissions to the user managed identity: [Update Management Permissions Required](../automation/automation-role-based-access-control.md#update-management-permissions).
-29.9 KB
Loading

0 commit comments

Comments
 (0)