You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/site-recovery/how-to-migrate-run-as-accounts-managed-identity.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.date: 02/23/2023
11
11
# Migrate from a Run As account to Managed Identities
12
12
13
13
> [!IMPORTANT]
14
-
> - Azure Automation Run As Account will retire on September 30, 2023 and will be replaced with Managed Identities. Before that date, you'll need to start migrating your runbooks to use [managed identities](/articles/automation/automation-security-overview.md#managed-identities). For more information, see [migrating from an existing Run As accounts to managed identity](/articles/automation/migrate-run-as-accounts-managed-identity?tabs=run-as-account#sample-scripts).
14
+
> - Azure Automation Run As Account will retire on September 30, 2023 and will be replaced with Managed Identities. Before that date, you'll need to start migrating your runbooks to use [managed identities](/articles/automation/automation-security-overview.md#managed-identities). For more information, see [migrating from an existing Run As accounts to managed identity](/articles/automation/automation-managed-identity-faq.md).
15
15
> - Delaying the feature has a direct impact on our support burden, as it would cause upgrades of mobility agent to fail.
16
16
17
17
This article shows you how to migrate your runbooks to use a Managed Identities for Azure Site Recovery. Azure Automation Accounts are used by Azure Site Recovery customers to auto-update the agents of their protected virtual machines. Site Recovery creates Azure Automation Run As Accounts when you enable replication via the IaaS VM Blade and Recovery Services Vault.
@@ -27,7 +27,7 @@ Before you migrate from a Run As account to a managed identity, ensure that you
27
27
Here are some of the benefits of using managed identities:
28
28
29
29
-**Credentials access** - You don't need to manage credentials.
30
-
-**Simplified authentication** - You can use managed identities to authenticate to any resource that supports [Azure AD authentication](/articles/authentication/overview-authentication.md), including your own applications.
30
+
-**Simplified authentication** - You can use managed identities to authenticate to any resource that supports Azure AD authentication including your own applications.
31
31
-**Cost effective** - Managed identities can be used at no extra cost.
32
32
-**Double encryption** - Managed identity is also used to encrypt/decrypt data and metadata using the customer-managed key stored in Azure Key Vault, providing double encryption.
33
33
@@ -105,7 +105,21 @@ To link an existing managed identity Automation account to your Recovery Service
-[Implementing managed identities for Microsoft Azure Resources](https://www.pluralsight.com/courses/microsoft-azure-resources-managed-identities-implementing).
110
110
-[FAQ for migrating from a Run As account to a managed identity](/articles/automation/automation-managed-identity-faq).
111
-
-[FAQ for Managed Identities](../active-directory/managed-identities-azure-resources/managed-identities-faq.md)
111
+
-[FAQ for Managed Identities](/articles/active-directory/managed-identities-azure-resources/managed-identities-faq.md)
0 commit comments