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
Copy file name to clipboardExpand all lines: articles/automation/automation-hrw-run-runbooks.md
+22-19Lines changed: 22 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,30 +128,33 @@ Instead of having your runbook provide its own authentication to local resources
128
128
129
129
#### Use a credential asset for a Hybrid Runbook Worker group
130
130
131
-
By default, the Hybrid jobs run under the context of System account. However, to run Hybrid jobs under a diffferent credential asset, follow the steps:
131
+
By default, the Hybrid jobs run under the context of System account. However, to run Hybrid jobs under a different credential asset, follow the steps:
132
132
133
133
1. Create a [credential asset](./shared-resources/credentials.md) with access to local resources.
134
134
1. Open the Automation account in the Azure portal.
135
135
1. Select **Hybrid Worker Groups**, and then select the specific group.
136
-
1. Select **Settings** and change the value of **Hybrid Worker credentials** from **Default** to **Custom**.
136
+
1. Select **Settings**.
137
+
1. Change the value of **Hybrid Worker credentials** from **Default** to **Custom**.
137
138
1. Select the credential and click **Save**.
138
-
139
-
For a successful job execution, ensure that you provide the following permissions. The jobs might get suspended if the required permissions are not assigned for Custom users.
0 commit comments