Skip to content

Commit 2f8f916

Browse files
Merge pull request #266687 from SnehaSudhirG/20Feb-HRWUpdate
added a note about signed python runbooks and create a GPGkeyring
2 parents c320d18 + 237b598 commit 2f8f916

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 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: 11/21/2023
6+
ms.date: 02/20/2024
77
ms.topic: conceptual
88
ms.custom: devx-track-azurepowershell, linux-related-content
99
---
@@ -341,7 +341,8 @@ You can configure a Windows Hybrid Runbook Worker to run only signed runbooks.
341341
> Once you've configured a Hybrid Runbook Worker to run only signed runbooks, unsigned runbooks fail to execute on the worker.
342342
343343
> [!NOTE]
344-
> PowerShell 7.x does not support signed runbooks for Windows and Linux Hybrid Runbook Worker.
344+
> PowerShell 7.x does not support signed runbooks for Windows and Linux Hybrid Runbook Worker.
345+
345346

346347
### Create signing certificate
347348

@@ -413,10 +414,15 @@ You will perform the following steps to complete this configuration:
413414
* Sign a runbook
414415

415416
> [!NOTE]
416-
> PowerShell 7.x does not support signed runbooks for Windows and Linux Hybrid Runbook Worker.
417+
> - PowerShell 7.x does not support signed runbooks for agent-based Windows and agent-based Linux Hybrid Runbook Worker.
418+
> - Signed PowerShell and Python runbooks aren't supported in extension-based Linux Hybrid Workers.
419+
417420

418421
### Create a GPG keyring and keypair
419422

423+
> [!NOTE]
424+
> The Create a GPG keyring and keypair are applicable only for the agent-based hybrid workers.
425+
420426
To create the GPG keyring and keypair, use the Hybrid Runbook Worker [nxautomation account](automation-runbook-execution.md#log-analytics-agent-for-linux).
421427

422428
1. Use the sudo application to sign in as the **nxautomation** account.

0 commit comments

Comments
 (0)