Skip to content

Commit 354d4df

Browse files
committed
added a note on retireing RunAs
1 parent b7b84ca commit 354d4df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/automation/troubleshoot/shared-resources.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure Automation shared resource issues
33
description: This article tells how to troubleshoot and resolve issues with Azure Automation shared resources.
44
services: automation
55
ms.subservice:
6-
ms.date: 01/27/2021
6+
ms.date: 08/24/2023
77
ms.topic: troubleshooting
88
ms.custom:
99
---
@@ -131,6 +131,10 @@ To create or update a Run As account, you must have appropriate [permissions](..
131131

132132
If the problem is because of a lock, verify that the lock can be removed. Then go to the resource that is locked in Azure portal, right-click the lock, and select **Delete**.
133133

134+
> [!NOTE]
135+
> Azure Automation Run As account will retire on **September 30, 2023** and will be replaced with Managed Identities. Ensure that you start migrating your runbooks to use [managed identities](../automation-security-overview.md#managed-identities). For more information, see [migrating from an existing Run As accounts to managed identity](../migrate-run-as-accounts-managed-identity.md#sample-scripts) to start migrating the runbooks from Run As accounts to managed identities before **September 30, 2023**.
136+
137+
134138
### <a name="iphelper"></a>Scenario: You receive the error "Unable to find an entry point named 'GetPerAdapterInfo' in DLL 'iplpapi.dll'" when executing a runbook
135139

136140
#### Issue

0 commit comments

Comments
 (0)