Skip to content

Commit a479e8b

Browse files
committed
fixed link issues
1 parent 98aacd8 commit a479e8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/automation/learn/automation-tutorial-runbook-textual-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Your runbook currently starts the virtual machine that you hard-coded in the run
274274
* For more information on PowerShell, including language reference and learning modules, see the [PowerShell Docs](/powershell/scripting/overview).
275275
* For a PowerShell cmdlet reference, see [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation
276276
).
277-
* To get started with graphical runbooks, see [My first graphical runbook](automation-totorial-runbook-graphical.md).
277+
* To get started with graphical runbooks, see [My first graphical runbook](automation-tutorial-runbook-graphical.md).
278278
* To get started with PowerShell Workflow runbooks, see [My first PowerShell Workflow runbook](automation-tutorial-runbook-textual.md).
279279
* To know more about runbook types and their advantages and limitations, see [Azure Automation runbook types](../automation-runbook-types.md).
280280
* For more information on the PowerShell script support feature, see [Native PowerShell script support in Azure Automation](https://azure.microsoft.com/blog/announcing-powershell-script-support-azure-automation-2/).

articles/automation/learn/automation-tutorial-runbook-textual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This tutorial walks you through the creation of a [PowerShell Workflow runbook](
2626
To complete this tutorial, you need:
2727

2828
* Azure subscription. If you don't have one yet, you can [activate your MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/) or sign up for a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
29-
* [Automation account](automation-offering-get-started.md) to hold the runbook and authenticate to Azure resources. This account must have permission to start and stop the virtual machine.
29+
* [Automation account](../automation-offering-get-started.md) to hold the runbook and authenticate to Azure resources. This account must have permission to start and stop the virtual machine.
3030
* An Azure virtual machine. Since you stop and start this machine, it shouldn't be a production VM.
3131

3232
## Step 1 - Create new runbook
@@ -124,7 +124,7 @@ The runbook that you've created is still in Draft mode. You must publish it befo
124124

125125
11. Click **Jobs** under **Resources** to open the Jobs page for this runbook. This page lists all the jobs created by your runbook. You should only see one job listed, since you have run the job only once.
126126

127-
![Jobs](..media/automation-tutorial-runbook-textual/runbook-control-job-tile.png)
127+
![Jobs](../media/automation-tutorial-runbook-textual/runbook-control-job-tile.png)
128128

129129
12. Click the job name to open the same Job pane that you viewed when you started the runbook. Use this pane to view the details of any job created for the runbook.
130130

0 commit comments

Comments
 (0)