Skip to content

Commit f5e8c59

Browse files
committed
Fixing build errors
1 parent b18774e commit f5e8c59

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-819 Bytes
Binary file not shown.

articles/automation/automation-first-runbook-graphical.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Your runbook currently starts the VM in the resource group that you specified fo
194194

195195
## Step 9 - Create a conditional link
196196

197-
You now modify the runbook so that it only attempts to start the VM if it is not already started. Do this by adding a [Get-AzVM](https://docs.microsoft.com/en-us/powershell/module/Az.Compute/Get-AzVM?view=azps-3.5.0) cmdlet that retrieves the instance level status of the VM. Then you can add a PowerShell Workflow code module called Get Status with a snippet of PowerShell code to determine if the VM state is running or stopped. A conditional link from the Get Status module only runs **Start-AzVM** if the current running state is stopped. At the end of this procedure, your runbook uses the **Write-Output** cmdlet to output a message to inform you if the VM was successfully started.
197+
You now modify the runbook so that it only attempts to start the VM if it is not already started. Do this by adding a [Get-AzVM](https://docs.microsoft.com/powershell/module/Az.Compute/Get-AzVM?view=azps-3.5.0) cmdlet that retrieves the instance level status of the VM. Then you can add a PowerShell Workflow code module called Get Status with a snippet of PowerShell code to determine if the VM state is running or stopped. A conditional link from the Get Status module only runs **Start-AzVM** if the current running state is stopped. At the end of this procedure, your runbook uses the **Write-Output** cmdlet to output a message to inform you if the VM was successfully started.
198198

199199
1. Open MyFirstRunbook-Graphical in the graphical editor.
200200
1. Remove the link between **Specify Subscription Id** and **Start-AzVM** by clicking on it and then pressing **Delete**.

articles/automation/automation-graphical-authoring-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The Configuration control enables you to provide details for an object that is s
4646

4747
### Test control
4848

49-
The Test control is not displayed when the graphical editor is first started. It is opened when you interactively [test a graphical runbook](#graphical-runbook-procedures).
49+
The Test control is not displayed when the graphical editor is first started. It is opened when you interactively test a graphical runbook.
5050

5151
## Activities
5252

0 commit comments

Comments
 (0)