Skip to content

Commit 425ac8e

Browse files
Update site-recovery-runbook-automation.md
1 parent 3ed9596 commit 425ac8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/site-recovery/site-recovery-runbook-automation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When a script runs, it injects a recovery plan context to the runbook. The conte
4747
| VmMap |An array of all VMs in the group. |
4848
| VMMap key |A unique key (GUID) for each VM. |
4949
| SubscriptionId |The Azure subscription ID in which the VM was created. |
50-
| ResourceGroupName: Name of the resource group in which the VM is locatedVM.
50+
| ResourceGroupName | Name of the resource group in which the VM is located.
5151
| CloudServiceName |The Azure cloud service name under which the VM was created. |
5252
| RoleName |The name of the Azure VM. |
5353
| RecoveryPointId|The timestamp for the VM recovery. |
@@ -108,7 +108,7 @@ Aman Sharma's blog over at [Harvesting Clouds](http://harvestingclouds.com) has
108108

109109
1. In the vault, select **Recovery Plans (Site Recovery)**
110110
2. To create a recovery plan, click **+Recovery Plan**. [Learn more](/site-recovery-create-recovery-plans.md). If you already have a recovery plan, then select to open it.
111-
3. In the recovery plan page, click **Customize**
111+
3. In the recovery plan page, click **Customize**.
112112

113113
![Click the Customize button](media/site-recovery-runbook-automation-new/custom-rp.png)
114114

@@ -182,7 +182,7 @@ In this example, a script takes the input of a Network Security Group (NSG) and
182182
183183
For each recovery plan, create independent variables so that you can reuse the script. Add a prefix by using the recovery plan name.
184184
185-
For a complete, end-to-end script for this scenario, review [this script](https://gallery.technet.microsoft.com/Add-Public-IP-and-NSG-to-a6bb8fee)..
185+
For a complete, end-to-end script for this scenario, review [this script](https://gallery.technet.microsoft.com/Add-Public-IP-and-NSG-to-a6bb8fee).
186186
187187
188188
### Use a complex variable to store more information
@@ -196,7 +196,7 @@ In some scenarios you might not be able to create separate variables for each re
196196
197197
In the following example, we create a [complex variable](https://docs.microsoft.com/powershell/module/servicemanagement/azure/set-azureautomationvariable) in the Azure Automation account.
198198
199-
- We do this by specifying multiple values, using Azure PowerShell.
199+
We do this by specifying multiple values, using Azure PowerShell.
200200
201201
1. In PowerShell, sign in to your Azure subscription:
202202

0 commit comments

Comments
 (0)