Skip to content

Commit 461f559

Browse files
authored
Merge pull request #88705 from jagpreetstamber/patch-1
USI is only supported for Azure jobs
2 parents c11f35b + f0d58c1 commit 461f559

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

articles/automation/add-user-assigned-identity.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: conceptual
1212
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).
1313

1414
> [!NOTE]
15-
> User-assigned managed identities are supported for cloud jobs only.
15+
> User-assigned managed identities are supported for Azure jobs only.
1616
1717
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1818

@@ -30,11 +30,6 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3030

3131
- 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.
3232

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-
3833
- 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).
3934

4035
## Add user-assigned managed identity for Azure Automation account
@@ -429,4 +424,4 @@ print(response.text)
429424

430425
- If you need to disable a managed identity, see [Disable your Azure Automation account managed identity](disable-managed-identity-for-automation.md).
431426

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

Comments
 (0)