Skip to content

Commit 1c1c907

Browse files
committed
updated intro section of graphical article
1 parent 93fe288 commit 1c1c907

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ ms.topic: tutorial
1616
> * [Python](automation-tutorial-runbook-textual-python2.md)
1717
>
1818
19-
This tutorial walks you through the creation of a [graphical runbook](../automation-runbook-types.md#graphical-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 and conditional links.
19+
This tutorial walks you through the creation of a [graphical runbook](../automation-runbook-types.md#graphical-runbooks) in Azure Automation. You can create and edit graphical and graphical PowerShell Workflow runbooks using the graphical editor in the Azure portal.
20+
21+
In this tutorial, you learn how to:
22+
23+
> [!div class="checklist"]
24+
> * Create a simple graphical runbook
25+
> * Test and publish the runbook
26+
> * Run and track the status of the runbook job
27+
> * Update the runbook to start an Azure virtual machine, with runbook parameters and conditional links
2028
2129
>[!NOTE]
2230
>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)