Skip to content

Commit 11e0718

Browse files
Merge pull request #239538 from SnehaSudhirG/29May-GraphicalRunbookUpdate
Added info in Prereqs
2 parents ac220ec + 3d83b24 commit 11e0718

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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: 03/14/2023
6+
ms.date: 05/29/2023
77
ms.topic: conceptual
88
ms.custom: devx-track-azurepowershell
99
---
@@ -40,6 +40,7 @@ Before you migrate from a Run As account or Classic Run As account to a managed
4040

4141
1. If you're using Classic Run As accounts, ensure that you have [migrated](../virtual-machines/classic-vm-deprecation.md) resources deployed through classic deployment model to Azure Resource Manager.
4242
1. Use [this script](https://github.com/azureautomation/runbooks/blob/master/Utility/AzRunAs/Check-AutomationRunAsAccountRoleAssignments.ps1) to find out which Automation accounts are using a Run As account. If your Azure Automation accounts contain a Run As account, it will have the built-in contributor role assigned to it by default. You can use the script to check the Azure Automation Run As accounts and determine if their role assignment is the default one or if it has been changed to a different role definition.
43+
1. Use [this script](https://github.com/azureautomation/runbooks/blob/master/Utility/AzRunAs/IdentifyRunAsRunbooks.ps1) to find out if all runbooks in your Automation account are using the Run As account.
4344

4445
## Migrate from an Automation Run As account to a managed identity
4546

0 commit comments

Comments
 (0)