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
+114-2Lines changed: 114 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ ms.date: 01/19/2023
16
16
17
17
This article shows you how to migrate a Managed Identities for Azure Site Recovery applications. 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.
18
18
19
+
On Azure, managed identities eliminate the need for developers having to manage credentials by providing an identity for the Azure resource
20
+
in Azure Active Directory (Azure AD) and using it to obtain Azure AD tokens.
19
21
20
22
## Prerequisites
21
23
@@ -52,11 +54,121 @@ When a managed identity is added, deleted, or modified on a running container ap
52
54
53
55
### Portal experience
54
56
55
-
57
+
-
58
+
59
+
### Azure CLI sample scripts
60
+
61
+
The following examples of runbook scripts fetch the Resource Manager resources by using the Run As account (service principal) and the managed identity.
-[Using a system-assigned managed identity for an Azure Automation account](../automation/enable-managed-identity-for-automation).
62
-
-[Using a user-assigned managed identity for an Azure Automation account](../automation/add-user-assigned-identity).
170
+
-[Using a user-assigned managed identity for an Azure Automation account](../automation/add-user-assigned-identity).
171
+
-[Connecting from your application to resources without handling credentials](../active-directory/managed-identities-azure-resources/overview-for-developers?tabs=portal%2Cdotnet)
172
+
-[Implementing managed identities for Microsoft Azure Resources](https://www.pluralsight.com/courses/microsoft-azure-resources-managed-identities-implementing).
173
+
-[FAQ for migrating from a Run As account to a managed identity](../automation/automation-managed-identity-faq).
174
+
-[FAQ for Managed Identities](../active-directory/managed-identities-azure-resources/managed-identities-faq.md)
0 commit comments