You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run Automation runbooks on a Hybrid Runbook Worker
15
15
16
16
17
-
> [!Important]
17
+
> [!IMPORTANT]
18
18
> - Starting 1st April 2025, all jobs running on agent-based Hybrid Worker will be stopped.
19
19
> - 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).
20
20
@@ -41,8 +41,9 @@ Azure Automation handles jobs on Hybrid Runbook Workers differently from jobs ru
41
41
Jobs for Hybrid Runbook Workers run under the local **System** account.
42
42
43
43
> [!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.
46
47
47
48
#### Extension-based Hybrid Workers
48
49
@@ -94,8 +95,9 @@ If the *Python* executable file is at the default location *C:\Python27\python.e
94
95
### Linux Hybrid Worker
95
96
96
97
> [!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.
99
101
100
102
#### Extension-based Hybrid Workers
101
103
@@ -286,7 +288,7 @@ By default, the Hybrid jobs run under the context of System account. However, to
286
288
1. Select **Hybrid Worker Groups**, and then select the specific group.
287
289
1. Select **Settings**.
288
290
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**.
290
292
1. If the following permissions are not assigned for Custom users, jobs might get suspended.
0 commit comments