Skip to content

Commit 5b5310c

Browse files
committed
wording
1 parent e6a930b commit 5b5310c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,15 +1310,15 @@ It takes about 15 min to complete the failover steps. You still need to assign t
13101310
- 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`.
13111311
- Wait for Admin Server ready.
13121312
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: select Protected items -> Replicated istems -> adminVM -> commit.
13141314
13151315
#### Custom recovery plan
13161316
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.
13181318
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:
13201320
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**.
13221322
- 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.
13231323
- Modify [AssignIP-Workflow.ps1](#scripts/AssignIP-Workflow.ps1) with your values, and import it as a runbook to the automation account.
13241324
- Publish the runbook.
@@ -1340,14 +1340,15 @@ After the plan is completed, open the plan, you will find **Customize** button,
13401340
13411341
Steps to add post action to group 1:
13421342
1343+
- Right click Group 1 item, select "Add post actions"
13431344
- Name: Assign-IP
13441345
- Automation account name: select the automation account created previously.
13451346
- Runbook name: AssignIP-Workflow.
13461347
- Click OK.
13471348
13481349
Save the recovery plan. The plan is able to assign IP to target VM automatically.
13491350
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**.
13511352
13521353
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**.
13531354

0 commit comments

Comments
 (0)