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/automation/how-to/move-account.md
+4-19Lines changed: 4 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Move your Azure Automation account to another subscription
3
3
description: This article tells how to move your Automation account to another subscription.
4
4
services: automation
5
5
ms.subservice: process-automation
6
-
ms.date: 01/07/2021
6
+
ms.date: 05/26/2023
7
7
ms.topic: conceptual
8
8
---
9
9
@@ -89,6 +89,9 @@ Now you can unlink your workspace:
89
89
90
90
## Move your Automation account
91
91
92
+
> [!NOTE]
93
+
> The movement of System assigned managed identity, and User-assigned managed identity takes place with the Automation account.
94
+
92
95
You can now move your Automation account and its runbooks.
93
96
94
97
1. In the Azure portal, browse to the resource group of your Automation account. Select **Move** > **Move to another subscription**.
@@ -97,24 +100,6 @@ You can now move your Automation account and its runbooks.
97
100
98
101
2. Select the resources in your resource group that you want to move. Ensure that you include your Automation account, runbooks, and Log Analytics workspace resources.
99
102
100
-
## Re-create Run As accounts
101
-
102
-
[Run As accounts](../automation-security-overview.md#run-as-accounts) create a service principal in Azure Active Directory to authenticate with Azure resources. When you change subscriptions, the Automation account no longer uses the existing Run As account. To re-create the Run As accounts:
103
-
104
-
1. Go to your Automation account in the new subscription, and select **Run as accounts** under **Account Settings**. You'll see that the Run As accounts show as incomplete now.
105
-
106
-

107
-
108
-
2. Delete the Run As accounts, one at a time, by selecting **Delete** on the **Properties** page.
109
-
110
-
> [!NOTE]
111
-
> If you don't have permissions to create or view the Run As accounts, you see the following message: `You do not have permissions to create an Azure Run As account (service principal) and grant the Contributor role to the service principal.` For more information, see [Permissions required to configure Run As accounts](../automation-security-overview.md#permissions).
112
-
113
-
3. After you've deleted the Run As accounts, select **Create** under **Azure Run As account**.
114
-
115
-
4. On the Add Azure Run As account page, select **Create** to create the Run As account and service principal.
116
-
117
-
5. Repeat the steps above with the Azure Classic Run As account.
0 commit comments