Skip to content

Commit 5c71c5d

Browse files
committed
feedback incorporated
1 parent 8ba94b9 commit 5c71c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To migrate from an Automation Run As account or Classic Run As account to a mana
5454
- If you're using `Az` modules, update to the latest version by following the steps in the [Update Azure PowerShell modules](./automation-update-azure-modules.md?branch=main#update-az-modules) article.
5555
- If you're using AzureRM modules, update `AzureRM.Profile` to the latest version and replace it by using the `Add-AzureRMAccount` cmdlet with `Connect-AzureRMAccount –Identity`.
5656

57-
You must do the below mentioned changes in runbook code to use managed identities. For more details, use the [sample scripts](#sample-scripts).
57+
To understand the changes to the runbook code that are required before you can use managed identities, use the [sample scripts](#sample-scripts).
5858

5959
1. When you're sure that the runbook is running successfully by using managed identities, you can safely [delete the Run As account](../automation/delete-run-as-account.md) if no other runbook is using that account.
6060

0 commit comments

Comments
 (0)