Skip to content

Commit 495ba00

Browse files
committed
updated POSH article
1 parent d818d64 commit 495ba00

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.topic: tutorial
99
---
1010
# Tutorial: Create a PowerShell runbook
1111

12-
> [!div class="op_single_selector"]
13-
> * [Graphical](automation-tutorial-runbook-graphical.md)
14-
> * [PowerShell](automation-tutorial-runbook-textual-powershell.md)
15-
> * [PowerShell Workflow](automation-tutorial-runbook-textual.md)
16-
> * [Python](automation-tutorial-runbook-textual-python2.md)
12+
This tutorial walks you through the creation of a [PowerShell runbook](../automation-runbook-types.md#powershell-runbooks) in Azure Automation. PowerShell runbooks are based on Windows PowerShell. You directly edit the code of the runbook using the text editor in the Azure portal.
1713

18-
This tutorial walks you through the creation of a [PowerShell runbook](../automation-runbook-types.md#powershell-runbooks) in Azure Automation. Start with a simple runbook that you can test and publish, while learning how to track the status of the runbook job. Then modify the runbook to actually manage Azure resources, in this case starting an Azure virtual machine. Complete the tutorial to make the runbook more robust by adding runbook parameters.
14+
> [!div class="checklist"]
15+
> * Create a simple PowerShell runbook
16+
> * Test and publish the runbook
17+
> * Run and track the status of the runbook job
18+
> * Update the runbook to start an Azure virtual machine, with runbook parameters and conditional links
1919
2020
>[!NOTE]
2121
>This article has been updated to use the new Azure PowerShell Az module. You can still use the AzureRM module, which will continue to receive bug fixes until at least December 2020. To learn more about the new Az module and AzureRM compatibility, see [Introducing the new Azure PowerShell Az module](https://docs.microsoft.com/powershell/azure/new-azureps-module-az?view=azps-3.5.0). For Az module installation instructions on your Hybrid Runbook Worker, see [Install the Azure PowerShell Module](https://docs.microsoft.com/powershell/azure/install-az-ps?view=azps-3.5.0). For your Automation account, you can update your modules to the latest version using [How to update Azure PowerShell modules in Azure Automation](../automation-update-azure-modules.md).

0 commit comments

Comments
 (0)