Skip to content

Commit 2db813e

Browse files
author
Ankita Dutta
committed
additional changes
1 parent 45033bd commit 2db813e

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

articles/site-recovery/how-to-migrate-run-as-accounts-managed-identity.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 02/23/2023
1111
# Migrate from a Run As account to Managed Identities
1212

1313
> [!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).
1515
> - Delaying the feature has a direct impact on our support burden, as it would cause upgrades of mobility agent to fail.
1616
1717
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
2727
Here are some of the benefits of using managed identities:
2828

2929
- **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.
3131
- **Cost effective** - Managed identities can be used at no extra cost.
3232
- **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.
3333

@@ -105,7 +105,21 @@ To link an existing managed identity Automation account to your Recovery Service
105105
## Next steps
106106

107107
Learn more about:
108-
- [Managed identities](/articles/active-directory/managed-identities-azure-resources/overview).
108+
- [Managed identities](/articles/active-directory/managed-identities-azure-resources/overview.md).
109109
- [Implementing managed identities for Microsoft Azure Resources](https://www.pluralsight.com/courses/microsoft-azure-resources-managed-identities-implementing).
110110
- [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)
112+
113+
114+
115+
116+
117+
118+
119+
120+
121+
122+
123+
124+
125+
(/articles/active-directory/managed-identities-azure-resources/overview)

0 commit comments

Comments
 (0)