Create Automation Account
-
In Azure Console, navigate to Automation Accounts and click +Create.
-
For Region, select a different region than the main region, as the account can not reside within the same protected region.
-
Under Managed Identities tab, select System assigned.
-
From the Network tab, select Public.
-
Last step is to Review + Create.
Create Runbook
-
On the left panel of the created automation account, click Runbooks. Then create two runbooks with the following requirement: - Name: Runbook 1 for Recovery Plan Post Actions. Type: PowerShell. Version: 5.1. - Name: Runbook 2 for Everpure Cloud Dedicated Actions. Type: PowerShell. Version: 5.1.
-
After the runbooks are created, access each runbook and click on Edit. Copy and paste the following scripts ASR-plan-actions-runbook, Everpure Cloud Dedicated-actions-runbook, to the runbooks, then click Publish.
- The Everpure Cloud Dedicated-actions-runbook will be visited in later steps to edit the variable section after configuring Everpure Cloud Dedicated replication.
Create Hybrid worker
For the requirement of hybrid worker, check Deploy an extension-based Hybrid Runbook Worker.