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-create-standalone-account.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ When you create an Automation account in the Azure portal, these accounts are au
22
22
* Creates a service principal in Azure Active Directory (Azure AD).
23
23
* Creates a certificate.
24
24
* 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.
26
25
27
26
With these accounts created for you, you can quickly start building and deploying runbooks to support your automation needs.
28
27
@@ -91,14 +90,13 @@ When the Automation account is successfully created, several resources are autom
91
90
| 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. |
92
91
| AzureRunAsConnection |A connection asset that's automatically created when the Automation account is created, or by using a PowerShell script for an existing account. |
93
92
94
-
The following table summarizes resources for the Classic RunAs account.
93
+
## Classic Run-As Accounts
95
94
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.
0 commit comments