Skip to content

Commit f9b8c9d

Browse files
committed
Edited the nootee
1 parent 59cf366 commit f9b8c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial - Create a PowerShell Workflow runbook in Azure Automation
33
description: This tutorial teaches you to create, test, and publish a PowerShell Workflow runbook.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 11/21/2022
6+
ms.date: 0704/2024
77
ms.topic: tutorial
88
ms.custom:
99
#Customer intent: As a developer, I want use workflow runbooks so that I can automate the parallel starting of VMs.
@@ -14,7 +14,7 @@ ms.custom:
1414
This tutorial walks you through the creation of a [PowerShell Workflow runbook](../automation-runbook-types.md#powershell-workflow-runbooks) in Azure Automation. PowerShell Workflow runbooks are text runbooks based on Windows PowerShell Workflow. You can create and edit the code of the runbook using the text editor in the Azure portal.
1515

1616
>[!NOTE]
17-
> This article is applicable for PowerShell 5.1; PowerShell 7.1 (preview) and PowerShell 7.2 don't support workflows.
17+
> This article is applicable only for PowerShell 5.1. PowerShell 7+ versions do not support Workflows, and outdated runbooks cannot be updated. We recommend you to use PowerShell 7.2 textual runbooks for advanced features such as parallel job execution. [Learn more](../automation-runbook-types.md#limitations) about limitations of PowerShell Workflow runbooks.
1818
1919
In this tutorial, you learn how to:
2020

0 commit comments

Comments
 (0)