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/automation/automation-managed-identity-faq.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ You'll still be able to create a Run As account through a [PowerShell script](/a
24
24
## Will existing runbooks that use the Run As account be able to authenticate?
25
25
Yes, they'll be able to authenticate. There will be no impact to existing runbooks that use a Run As account.
26
26
27
-
## How can I renew the existing Run As accounts after January 30, 2023, when portal support to renew the account is removed?
27
+
## How can I renew an existing Run As account after January 30, 2023, when portal support to renew the account is removed?
28
28
You can [use this script](https://github.com/azureautomation/runbooks/blob/master/Utility/AzRunAs/RunAsAccountAssessAndRenew.ps1) to renew the Run As account certificate after January 30, 2023, until September 30, 2023.
29
29
30
30
## Can Run As accounts still be created after September 30, 2023, when Run As accounts will retire?
@@ -33,7 +33,7 @@ Yes, you can still create Run As accounts by using the [PowerShell script](../au
33
33
## Can Run As accounts still be renewed after September 30, 2023, when Run As account will retire?
34
34
You can use [this script](https://github.com/azureautomation/runbooks/blob/master/Utility/AzRunAs/RunAsAccountAssessAndRenew.ps1) to renew the Run As account certificate after September 30, 2023, when Run As accounts will retire. However, it will be an unsupported scenario.
35
35
36
-
## Will the runbooks that still use the Run As account be able to authenticate after September 30, 2023?
36
+
## Will runbooks that still use the Run As account be able to authenticate after September 30, 2023?
37
37
Yes, the runbooks will be able to authenticate until the Run As account certificate expires.
Yes, but only in a scenario where managed identities aren't supported for specific on-premises resources. We'll allow the creation of a Run As account through a [PowerShell script](/azure/automation/create-run-as-account#create-account-using-powershell).
62
62
63
63
## How can I migrate from an existing Run As account to a managed identity?
64
-
Follow the steps in [Migrate existing Run As accounts to a managed identity](/azure/automationmigrate-run-as-accounts-managed-identity).
64
+
Follow the steps in [Migrate an existing Run As account to a managed identity](/azure/automation/migrate-run-as-accounts-managed-identity).
65
65
66
66
## How do I see the runbooks that are using a Run As account and know what permissions are assigned to that account?
67
67
Use [this script](https://github.com/azureautomation/runbooks/blob/master/Utility/AzRunAs/Check-AutomationRunAsAccountRoleAssignments.ps1) to find out which Automation accounts are using a Run As account. If your Azure Automation accounts contain a Run As account, it will have the built-in contributor role assigned to it by default. You can use the script to check the Azure Automation Run As accounts and determine if their role assignment is the default one or if it has been changed to a different role definition.
Copy file name to clipboardExpand all lines: articles/automation/migrate-run-as-accounts-managed-identity.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ To migrate from an Automation Run As account to a managed identity for your runb
51
51
- 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#update-az-modules) article.
52
52
- 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`.
53
53
54
-
To understand the changes that are required to the runbook code before you can use managed identities, use the [sample scripts](#sample-scripts).
54
+
To understand the changes to the runbook code that are required before you can use managed identities, use the [sample scripts](#sample-scripts).
55
55
56
56
1. When you're sure that the runbook is running successfully by using managed identities, you can safely [delete the Run As account](/azure/automation/delete-run-as-account) if no other runbook is using that account.
0 commit comments