Skip to content

Commit 1109e17

Browse files
Merge pull request #270040 from SnehaSudhirG/main
added new limitations
2 parents 4531e20 + 410f236 commit 1109e17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/automation/automation-runbook-types.md

Lines changed: 4 additions & 1 deletion
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: 02/29/2024
6+
ms.date: 03/23/2024
77
ms.topic: conceptual
88
ms.custom: references_regions, devx-track-python, devx-track-azurepowershell
99
---
@@ -262,6 +262,9 @@ PowerShell Workflow runbooks are text runbooks based on [Windows PowerShell Work
262262

263263
### Limitations
264264

265+
* PowerShell workflow isn't supported in PowerShell 7+ versions. Hence, the outdated runbooks can't be upgraded.
266+
* Inefficient handling of parallel execution compared to newer PowerShell 7+ versions.
267+
* PowerShell Workflow internally works using multiple processes. Hence, modules available in one process may not be available in another and cause exceptions like *command not found*.
265268
* You must be familiar with PowerShell Workflow.
266269
* Runbooks must deal with the additional complexity of PowerShell Workflow, such as [deserialized objects](automation-powershell-workflow.md#deserialized-objects).
267270
* Runbooks take longer to start than PowerShell runbooks since they must be compiled before running.

0 commit comments

Comments
 (0)