Skip to content

Commit a05c4ce

Browse files
Merge pull request #229673 from AnuragSingh-MSFT/patch-14
(AzureCXP) fixes MicrosoftDocs/azure-docs#106133
2 parents 3e7ae1d + d13aafc commit a05c4ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2020

2121
- An Azure Automation account. For instructions, see [Create an Azure Automation account](./quickstarts/create-azure-automation-account-portal.md).
2222

23-
- The user-assigned managed identity and the target Azure resources that your runbook manages using that identity can be in different Azure subscriptions.
23+
- The [user-assigned managed identity](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md) and the target Azure resources that your runbook manages using that identity can be in different Azure subscriptions.
2424

2525
- The latest version of Azure Account modules. Currently this is 2.2.8. (See [Az.Accounts](https://www.powershellgallery.com/packages/Az.Accounts/) for details about this version.)
2626

@@ -420,4 +420,4 @@ print(response.text)
420420

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

423-
- For an overview of Azure Automation account security, see [Automation account authentication overview](automation-security-overview.md).
423+
- For an overview of Azure Automation account security, see [Automation account authentication overview](automation-security-overview.md).

0 commit comments

Comments
 (0)