Skip to content

Commit d3f5dbb

Browse files
committed
updated intro sections
1 parent 495ba00 commit d3f5dbb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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
@@ -15,7 +15,7 @@ This tutorial walks you through the creation of a [PowerShell runbook](../automa
1515
> * Create a simple PowerShell runbook
1616
> * Test and publish the runbook
1717
> * 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
18+
> * Update the runbook to start an Azure virtual machine with runbook parameters
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).

articles/automation/learn/automation-tutorial-runbook-textual-python2.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 Python 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 [Python runbook](../automation-runbook-types.md#python-runbooks) in Azure Automation. Python runbooks compile under Python 2. You can 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 [Python runbook](../automation-runbook-types.md#python-runbooks) in Azure Automation. You start with a simple runbook that you test and publish. Then you modify the runbook to actually manage Azure resources, in this case starting an Azure virtual machine. Lastly, you make the runbook more robust by adding runbook parameters.
14+
> [!div class="checklist"]
15+
> * Create a simple Python 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
1919
2020
> [!NOTE]
2121
> Using a webhook to start a Python runbook is not supported.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This tutorial walks you through the creation of a [PowerShell Workflow runbook](
1616
> * Create a simple PowerShell Workflow runbook
1717
> * Test and publish the runbook
1818
> * Run and track the status of the runbook job
19-
> * Update the runbook to start an Azure virtual machine, with runbook parameters and conditional links
19+
> * Update the runbook to start an Azure virtual machine with runbook parameters
2020
2121
>[!NOTE]
2222
>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)