Skip to content

Commit 0f37e44

Browse files
Merge pull request #217155 from SnehaSudhirG/04Nov-CEDRDocEdits
Edits in pre-reqs section
2 parents 8cef3a9 + e7d484a commit 0f37e44

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/automation/automation-disaster-recovery.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: This article details on disaster recovery strategy to handle servic
44
keywords: automation disaster recovery
55
services: automation
66
ms.subservice: process-automation
7+
author: SnehaSudhirG
8+
ms.author: sudhirsneha
79
ms.date: 10/17/2022
810
ms.topic: conceptual
911
---
@@ -75,9 +77,10 @@ You can use these scripts for migration of Automation account assets from the ac
7577

7678
### Prerequisites
7779

78-
1. Ensure that the Automation account in the secondary region is created and available so that assets from primary region can be migrated to it. It is preferred if the destination automation account is one without any custom resources as it prevents potential resource class due to same name and loss of data.
79-
1. Ensure that the system assigned identities are enabled in the Automation account in the primary region.
80-
1. Ensure that the primary Automation account's Managed Identity has Contributor access with read and write permissions to the Automation account in secondary region. To enable, provide the necessary permissions in secondary Automation account's managed identities. [Learn more](../role-based-access-control/quickstart-assign-role-user-portal.md).
80+
1. Ensure that the Automation account in the secondary region is created and available so that assets from primary region can be migrated to it. It is preferred if the destination automation account is one without any custom resources as it prevents potential resource clash due to same name and loss of data.
81+
1. Ensure that the system assigned managed identities are enabled in the Automation account in the primary region.
82+
1. Ensure that the system assigned managed identities of the primary Automation account has contributor access to the subscription it belongs to.
83+
1. Ensure that the primary Automation account's managed identity has Contributor access with read and write permissions to the Automation account in secondary region. To enable, provide the necessary permissions in secondary Automation account's managed identities. [Learn more](../role-based-access-control/quickstart-assign-role-user-portal.md).
8184
1. Ensure that the script has access to the Automation account assets in primary region. Hence, it should be executed as a runbook in that Automation account for successful migration.
8285
1. If the primary Automation account is deployed using a Run as account, then it must be switched to Managed Identity before migration. [Learn more](migrate-run-as-accounts-managed-identity.md).
8386
1. Modules required are:

0 commit comments

Comments
 (0)