Skip to content

Commit db65f5e

Browse files
committed
minor edit
1 parent ce6f77d commit db65f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/migrate-run-as-accounts-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate from a Run As account to Managed identities
33
description: This article describes how to migrate from a Run As account to managed identities in Azure Automation.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 08/03/2023
6+
ms.date: 08/04/2023
77
ms.topic: conceptual
88
ms.custom:
99
---
@@ -205,7 +205,7 @@ The following steps include an example to show how a graphical runbook that uses
205205

206206
1. Replace the Run As connection that uses `AzureRunAsConnection` and the connection asset that internally uses the PowerShell `Get-AutomationConnection` cmdlet with the `Connect-AzAccount` cmdlet.
207207

208-
1. Select **Delete** to delete the `Get-Run As Connection` and `connect to the Azure` activities.
208+
1. Select **Delete** to delete the `Get Run As Connection` and `Connect to Azure` activities.
209209

210210
:::image type="content" source="./media/migrate-run-as-account-managed-identity/connect-azure-graphical-runbook-inline.png" alt-text="Screenshot to connect to the Azure activities." lightbox="./media/migrate-run-as-account-managed-identity/connect-azure-graphical-runbook-expanded.png":::
211211

0 commit comments

Comments
 (0)