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: articles/site-recovery/site-recovery-runbook-automation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ When a script runs, it injects a recovery plan context to the runbook. The conte
47
47
| VmMap |An array of all VMs in the group. |
48
48
| VMMap key |A unique key (GUID) for each VM. |
49
49
| 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.
51
51
| CloudServiceName |The Azure cloud service name under which the VM was created. |
52
52
| RoleName |The name of the Azure VM. |
53
53
| RecoveryPointId|The timestamp for the VM recovery. |
@@ -108,7 +108,7 @@ Aman Sharma's blog over at [Harvesting Clouds](http://harvestingclouds.com) has
108
108
109
109
1. In the vault, select **Recovery Plans (Site Recovery)**
110
110
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**.
112
112
113
113

114
114
@@ -182,7 +182,7 @@ In this example, a script takes the input of a Network Security Group (NSG) and
182
182
183
183
For each recovery plan, create independent variables so that you can reuse the script. Add a prefix by using the recovery plan name.
184
184
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).
186
186
187
187
188
188
### 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
196
196
197
197
In the following example, we create a [complex variable](https://docs.microsoft.com/powershell/module/servicemanagement/azure/set-azureautomationvariable) in the Azure Automation account.
198
198
199
-
- We do this by specifying multiple values, using Azure PowerShell.
199
+
We do this by specifying multiple values, using Azure PowerShell.
200
200
201
201
1. In PowerShell, sign in to your Azure subscription:
0 commit comments