Skip to content

Commit 272ee66

Browse files
Merge pull request #279569 from SnehaSudhirG/28June-GitIssue117640
Added prereq in Runbook authentication section
2 parents 2fc4c35 + 62d415e commit 272ee66

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
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: 02/20/2024
6+
ms.date: 06/28/2024
77
ms.topic: conceptual
88
ms.custom: devx-track-azurepowershell, linux-related-content
99
---
@@ -288,6 +288,10 @@ For instance, a runbook with `Get-AzVM` can return all the VMs in the subscripti
288288
289289
### Use runbook authentication with Hybrid Worker Credentials
290290
291+
**Prerequisite**
292+
- Hybrid Worker should be deployed and the machine should be in running state before executing a runbook.
293+
294+
**Hybrid Worker Credentials**
291295
Instead of having your runbook provide its own authentication to local resources, you can specify Hybrid Worker Credentials for a Hybrid Runbook Worker group. To specify a Hybrid Worker Credentials, you must define a [credential asset](./shared-resources/credentials.md) that has access to local resources. These resources include certificate stores and all runbooks run under these credentials on a Hybrid Runbook Worker in the group.
292296
293297
- The user name for the credential must be in one of the following formats:

0 commit comments

Comments
 (0)