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/add-user-assigned-identity.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.topic: conceptual
12
12
This article shows you how to add a user-assigned managed identity for an Azure Automation account and how to use it to access other resources. For more information on how managed identities work with Azure Automation, see [Managed identities](automation-security-overview.md#managed-identities).
13
13
14
14
> [!NOTE]
15
-
> User-assigned managed identities are supported for cloud jobs only.
15
+
> User-assigned managed identities are supported for Azure jobs only.
16
16
17
17
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
18
18
@@ -30,11 +30,6 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
30
30
31
31
- An Azure resource that you want to access from your Automation runbook. This resource needs to have a role defined for the user-assigned managed identity, which helps the Automation runbook authenticate access to the resource. To add roles, you need to be an owner for the resource in the corresponding Azure AD tenant.
32
32
33
-
- If you want to execute hybrid jobs using a user-assigned managed identity, update the Hybrid Runbook Worker to the latest version. The minimum required versions are:
34
-
35
-
- Windows Hybrid Runbook Worker: version 7.3.1125.0
36
-
- Linux Hybrid Runbook Worker: version 1.7.4.0
37
-
38
33
- To assign an Azure role, you must have ```Microsoft.Authorization/roleAssignments/write``` permissions, such as [User Access Administrator](../role-based-access-control/built-in-roles.md#user-access-administrator) or [Owner](../role-based-access-control/built-in-roles.md#owner).
39
34
40
35
## Add user-assigned managed identity for Azure Automation account
@@ -429,4 +424,4 @@ print(response.text)
429
424
430
425
- If you need to disable a managed identity, see [Disable your Azure Automation account managed identity](disable-managed-identity-for-automation.md).
431
426
432
-
- For an overview of Azure Automation account security, see [Automation account authentication overview](automation-security-overview.md).
427
+
- For an overview of Azure Automation account security, see [Automation account authentication overview](automation-security-overview.md).
0 commit comments