Skip to content

Commit f738141

Browse files
Merge pull request #303489 from jasminemehndir/automation-update-29July
Content update
2 parents 682ae4f + 0916e56 commit f738141

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/automation/automation-hrw-run-runbooks.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Run Azure Automation Runbooks on a Hybrid Runbook Worker
33
description: This article describes how to run runbooks on machines in your local datacenter or other cloud provider with the Hybrid Runbook Worker.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 07/22/2025
6+
ms.date: 07/29/2025
77
ms.topic: how-to
88
ms.custom: devx-track-azurepowershell, linux-related-content
99
ms.service: azure-automation
@@ -14,7 +14,7 @@ author: jasminemehndir
1414
# Run Automation runbooks on a Hybrid Runbook Worker
1515

1616

17-
> [!Important]
17+
> [!IMPORTANT]
1818
> - Starting 1st April 2025, all jobs running on agent-based Hybrid Worker will be stopped.
1919
> - Azure Automation Agent-based User Hybrid Runbook Worker (Windows and Linux) has retired on **31 August 2024** and is no longer supported. Follow the guidelines on how to [migrate from an existing Agent-based User Hybrid Runbook Workers to Extension-based Hybrid Workers](migrate-existing-agent-based-hybrid-worker-to-extension-based-workers.md).
2020
@@ -41,8 +41,9 @@ Azure Automation handles jobs on Hybrid Runbook Workers differently from jobs ru
4141
Jobs for Hybrid Runbook Workers run under the local **System** account.
4242

4343
> [!NOTE]
44-
>- PowerShell 5.1, PowerShell 7.1(preview), Python 2.7, and Python 3.8 runbooks are supported on both extension-based and agent-based Windows Hybrid Runbook Workers. For agent based workers, ensure the Windows Hybrid worker version is 7.3.12960 or above.
45-
>- PowerShell 7.2 and Python 3.10 (preview) runbooks are supported on extension-based Windows Hybrid Workers only. Ensure the Windows Hybrid worker extension version is 1.1.11 or above.
44+
>- PowerShell 7.4 and Python 3.10 runbooks are supported on extension-based Windows Hybrid Workers only. Ensure the Windows Hybrid worker extension version is 1.3.63 or above.
45+
>- PowerShell 5.1, PowerShell 7.1 (preview), Python 2.7, and Python 3.8 runbooks are supported on both extension-based and agent-based Windows Hybrid Runbook Workers. For agent based workers, ensure the Windows Hybrid worker version is 7.3.12960 or above.
46+
>- PowerShell 7.2 runbook is supported on extension-based Windows Hybrid Workers only. Ensure the Windows Hybrid worker extension version is 1.1.11 or above.
4647
4748
#### Extension-based Hybrid Workers
4849

@@ -94,8 +95,9 @@ If the *Python* executable file is at the default location *C:\Python27\python.e
9495
### Linux Hybrid Worker
9596

9697
> [!NOTE]
97-
>- PowerShell 5.1, PowerShell 7.1(preview), Python 2.7, Python 3.8 runbooks are supported on both extension-based and agent-based Linux Hybrid Runbook Workers. For agent-based workers, ensure the Linux Hybrid Runbook worker version is 1.7.5.0 or above.
98-
>- PowerShell 7.2 and Python 3.10 (preview) runbooks are supported on extension-based Linux Hybrid Workers only. Ensure the Linux Hybrid worker extension version is 1.1.11 or above.
98+
>- PowerShell 7.4 and Python 3.10 runbooks are supported on extension-based Linux Hybrid Workers only. Ensure the Linux Hybrid worker extension version is 1.1.23 or above.
99+
>- PowerShell 5.1, PowerShell 7.1 (preview), Python 2.7, Python 3.8 runbooks are supported on both extension-based and agent-based Linux Hybrid Runbook Workers. For agent-based workers, ensure the Linux Hybrid Runbook worker version is 1.7.5.0 or above.
100+
>- PowerShell 7.2 runbook is supported on extension-based Linux Hybrid Workers only. Ensure the Linux Hybrid worker extension version is 1.1.11 or above.
99101
100102
#### Extension-based Hybrid Workers
101103

@@ -286,7 +288,7 @@ By default, the Hybrid jobs run under the context of System account. However, to
286288
1. Select **Hybrid Worker Groups**, and then select the specific group.
287289
1. Select **Settings**.
288290
1. Change the value of **Hybrid Worker credentials** from **Default** to **Custom**.
289-
1. Select the credential and click **Save**.
291+
1. Select the credential and select **Save**.
290292
1. If the following permissions are not assigned for Custom users, jobs might get suspended.
291293
292294
| **Resource type** | **Folder permissions** |

0 commit comments

Comments
 (0)