Skip to content

Commit f2112f7

Browse files
authored
Merge pull request #89119 from bobbytreed/bobbytreed-classic
classic run as removal
2 parents 620b6c4 + d937754 commit f2112f7

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

articles/automation/automation-create-standalone-account.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ When you create an Automation account in the Azure portal, these accounts are au
2222
* Creates a service principal in Azure Active Directory (Azure AD).
2323
* Creates a certificate.
2424
* Assigns the Contributor Role-Based Access Control (RBAC), which manages Azure Resource Manager resources by using runbooks.
25-
* **Classic Run As account**. This account uploads a management certificate. The certificate manages classic resources by using runbooks.
2625

2726
With these accounts created for you, you can quickly start building and deploying runbooks to support your automation needs.
2827

@@ -91,14 +90,13 @@ When the Automation account is successfully created, several resources are autom
9190
| AzureRunAsCertificate |A certificate asset that's automatically created when the Automation account is created, or by using a PowerShell script for an existing account. The certificate authenticates with Azure so you can manage Azure Resource Manager resources from runbooks. This certificate has a one-year lifespan. |
9291
| AzureRunAsConnection |A connection asset that's automatically created when the Automation account is created, or by using a PowerShell script for an existing account. |
9392

94-
The following table summarizes resources for the Classic Run As account.
93+
## Classic Run-As Accounts
9594

96-
| Resource | Description |
97-
| --- | --- |
98-
| AzureClassicAutomationTutorial Runbook |An example graphical runbook. The runbook gets all classic VMs in a subscription by using the Classic Run As Account (certificate). Then, it displays the VM names and status. |
99-
| AzureClassicAutomationTutorial Script Runbook |An example PowerShell runbook. The runbook gets all classic VMs in a subscription by using the Classic Run As Account (certificate). Then, it displays the VM names and status. |
100-
| AzureClassicRunAsCertificate |A certificate asset that's automatically created. The certificate authenticates with Azure so you can manage Azure classic resources from runbooks. This certificate has a one-year lifespan. |
101-
| AzureClassicRunAsConnection |A connection asset that's automatically created. The asset authenticates with Azure so you can manage Azure classic resources from runbooks. |
95+
Classic Run-As accounts are no longer created, by default, when you create an Azure Automation account. If you still require a Classic Run-As account, please perform the following steps.
96+
97+
1. From your **Automation Account** page, select **Run As Accounts** under **Account Settings**.
98+
2. Select **Azure Classic Run As Account**.
99+
3. Click **Create** to proceed with Classic Run As account creation.
102100

103101
## Next steps
104102

0 commit comments

Comments
 (0)