Skip to content

Commit 84ab911

Browse files
Merge pull request #266002 from SnehaSudhirG/12Feb-RunbookUpdate
Added on support info
2 parents 7736e90 + 751ad30 commit 84ab911

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/automation/automation-runbook-types.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Automation runbook types
33
description: This article describes the types of runbooks that you can use in Azure Automation and considerations for determining which type to use.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 01/23/2024
6+
ms.date: 02/12/2024
77
ms.topic: conceptual
88
ms.custom: references_regions, devx-track-python
99
---
@@ -20,6 +20,9 @@ The Azure Automation Process Automation feature supports several types of runboo
2020
| [Graphical](#graphical-runbooks)|Graphical runbook based on Windows PowerShell and created and edited completely in the graphical editor in Azure portal. |
2121
| [Graphical PowerShell Workflow](#graphical-runbooks)|Graphical runbook based on Windows PowerShell Workflow and created and edited completely in the graphical editor in Azure portal. |
2222

23+
> [!NOTE]
24+
> Azure Automation will follow the support lifecycle of PowerShell and Python language versions in accordance with the timelines published by parent products [PowerShell](https://learn.microsoft.com/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.3&preserve-view=true#powershell-end-of-support-dates) and [Python](https://devguide.python.org/versions/) respectively. We recommend you to use runbooks with supported language versions.
25+
2326
Take into account the following considerations when determining which type to use for a particular runbook.
2427

2528
* You can't convert runbooks from graphical to text type, or the other way around.
@@ -30,7 +33,7 @@ Take into account the following considerations when determining which type to us
3033

3134
PowerShell runbooks are based on Windows PowerShell. You directly edit the code of the runbook using the text editor in the Azure portal. You can also use any offline text editor and [import the runbook](manage-runbooks.md) into Azure Automation.
3235

33-
The PowerShell version is determined by the **Runtime version** specified (that is version 7.2, 7.1 (preview) or 5.1). The Azure Automation service supports the latest PowerShell runtime.
36+
The PowerShell version is determined by the **Runtime version** specified (that is version 7.2, 7.1 (preview) or 5.1).
3437

3538
The same Azure sandbox and Hybrid Runbook Worker can execute multiple **PowerShell** runbooks targeting different runtime versions side by side.
3639

0 commit comments

Comments
 (0)