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: README.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1310,15 +1310,15 @@ It takes about 15 min to complete the failover steps. You still need to assign t
1310
1310
- Assign secondary IP to target adminVM: go to Azure Portal -> open target adminVM ->select**Settings** ->select**Networking** -> open the network interface ->select**Settings** ->select**IP Configurations** -> Add `ipconfig2` with static IP address, here is `10.0.0.16`.
1311
1311
- Wait for Admin Server ready.
1312
1312
1313
-
You have to commit the failover after Admin Server is up: Select Protected items -> Replicated istems -> adminVM -> commit.
1313
+
You have to commit the failover after Admin Server is up: selectProtected items -> Replicated istems -> adminVM -> commit.
1314
1314
1315
1315
#### Custom recovery plan
1316
1316
1317
-
You are able to automate above step with a custom recovery plan.
1317
+
You are able to automate above steps with a custom recovery plan.
1318
1318
1319
-
Before creating a custom plan, you're required to have a Automation Account in a different region:
1319
+
Before creating a custom plan, you're required to have an automation account in a different region:
1320
1320
1321
-
- Follow [Create a standalone Azure Automation account](https://docs.microsoft.com/en-us/azure/automation/automation-create-standalone-account?tabs=azureportal) to create an automation account in West US.
1321
+
- Follow [Create a standalone Azure Automation account](https://docs.microsoft.com/en-us/azure/automation/automation-create-standalone-account?tabs=azureportal) to create an automation account in **West US**.
1322
1322
- Follow [Create a user-assigned managed identity](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity) to create a user-assigned managed identity, and grant it with subscription **Contributor** role.
1323
1323
- Modify [AssignIP-Workflow.ps1](#scripts/AssignIP-Workflow.ps1) with your values, and import it as a runbook to the automation account.
1324
1324
- Publish the runbook.
@@ -1340,14 +1340,15 @@ After the plan is completed, open the plan, you will find **Customize** button,
1340
1340
1341
1341
Steps to add post action to group 1:
1342
1342
1343
+
- Right click Group 1 item, select "Add post actions"
1343
1344
- Name: Assign-IP
1344
1345
- Automation account name: select the automation account created previously.
1345
1346
- Runbook name: AssignIP-Workflow.
1346
1347
- Click OK.
1347
1348
1348
1349
Save the recovery plan. The plan is able to assign IP to target VM automatically.
1349
1350
1350
-
Open the plan and click failover, the plan will provison and start target machine in the target resource group. You have to commit the failover after Admin Server is up: Select the plan and click **Commit**.
1351
+
Open the plan and click failover, the plan will provison and start target machine in the target resource group. You have to commit the failover after Admin Server is up: select the plan and click **Commit**.
1351
1352
1352
1353
Please note that, if you fail back from target machine to source machine, you have to assign IP maunaully, the plan will not trigger the post action for **Re-protect**.
0 commit comments