Skip to content

Commit 86780a1

Browse files
committed
edit pass: two-automation-articles
1 parent 467fed3 commit 86780a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/automation/automation-managed-identity-faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You'll still be able to create a Run As account through a [PowerShell script](/a
2424
## Will existing runbooks that use the Run As account be able to authenticate?
2525
Yes, they'll be able to authenticate. There will be no impact to existing runbooks that use a Run As account.
2626

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?
2828
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.
2929

3030
## 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
3333
## Can Run As accounts still be renewed after September 30, 2023, when Run As account will retire?
3434
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.
3535

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?
3737
Yes, the runbooks will be able to authenticate until the Run As account certificate expires.
3838

3939
## What is a managed identity?
@@ -61,7 +61,7 @@ Azure Automation supports [system-assigned managed identities](/azure/automation
6161
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).
6262

6363
## 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).
6565

6666
## How do I see the runbooks that are using a Run As account and know what permissions are assigned to that account?
6767
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.

articles/automation/migrate-run-as-accounts-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To migrate from an Automation Run As account to a managed identity for your runb
5151
- 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.
5252
- 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`.
5353

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).
5555

5656
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.
5757

0 commit comments

Comments
 (0)