Skip to content

Commit 5ee5a6e

Browse files
authored
Merge pull request #111050 from BethWilke/branch113
Fixing documentation task 1704208
2 parents 45ea13b + ccb1fac commit 5ee5a6e

File tree

4 files changed

+110
-94
lines changed

4 files changed

+110
-94
lines changed

articles/automation/TOC.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
1010
items:
1111
- name: Create an Automation account
1212
href: automation-quickstart-create-account.md
13-
- name: Create standalone Automation account
13+
- name: Create a standalone Automation account
1414
href: automation-create-standalone-account.md
15-
- name: Manage Automation Run As account
15+
- name: Manage an Automation Run As account
1616
href: manage-runas-account.md
1717
displayName: certificate renewal
1818
- name: Manage role-based access control
1919
href: automation-role-based-access-control.md
2020
displayName: RBAC
21-
- name: Use Azure AD in Azure Automation to authenticate to Azure
21+
- name: Use Azure AD to authenticate to Azure
2222
href: automation-use-azure-ad.md
23-
- name: Manage Office 365 services using Azure Automation
23+
- name: Manage Office 365 services
2424
href: manage-office-365.md
2525
- name: Configure authentication with AWS
2626
href: automation-config-aws-account.md
2727
- name: Encrypt secure assets in Azure Automation
2828
href: automation-secure-asset-encryption.md
29-
- name: Move your Automation Account to another Subscription
29+
- name: Move your Automation Account to another subscription
3030
href: how-to/move-account.md
31-
- name: Automate onboarding of Automation Services
31+
- name: Automate onboarding of Automation services
3232
href: /azure/architecture/cloud-adoption/operations/azure-server-management/onboarding-automation
3333
- name: Manage Azure Automation data
3434
href: automation-managing-data.md
3535
displayName: backup
36-
- name: Supported Regions for Log Analytics Workspace Mappings
36+
- name: Supported regions for Log Analytics workspace mappings
3737
href: how-to/region-mappings.md
3838
- name: Troubleshoot
3939
items:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To create or update an Automation account, and to complete the tasks described i
2828
* To create an Automation account, your Azure AD user account must be added to a role with permissions equivalent to the Owner role for **Microsoft. Automation** resources. For more information, see [Role-Based Access Control in Azure Automation](automation-role-based-access-control.md).
2929
* In the Azure portal, under **Azure Active Directory** > **MANAGE** > **User settings**, if **App registrations** is set to **Yes**, non-admin users in your Azure AD tenant can [register Active Directory applications](../active-directory/develop/howto-create-service-principal-portal.md#check-azure-subscription-permissions). If **App registrations** is set to **No**, the user who performs this action must be a global administrator in Azure AD.
3030

31-
If you aren't a member of the subscriptions Active Directory instance before you are added to the subscription's global administrator/coadministrator role, you are added to Active Directory as a guest. In this scenario, you see this message on the **Add Automation Account** page: You do not have permissions to create."
31+
If you aren't a member of the subscription's Active Directory instance before you are added to the subscription's global administrator/coadministrator role, you are added to Active Directory as a guest. In this scenario, you see this message on the **Add Automation Account** page: "You do not have permissions to create."
3232

3333
If a user is added to the global administrator/coadministrator role first, you can remove them from the subscription's Active Directory instance, and then readd them to the full User role in Active Directory.
3434

@@ -86,7 +86,7 @@ When the Automation account is successfully created, several resources are autom
8686
| 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. |
8787
| AzureRunAsConnection |A connection asset that's automatically created when the Automation account is created, or by using a PowerShell script for an existing account. |
8888

89-
## Classic Run-As Accounts
89+
## Create a Classic Run-As account
9090

9191
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.
9292

articles/automation/automation-solution-vm-management-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: conceptual
1212
Perform the following steps to add the Start/Stop VMs during off-hours solution to a new or existing Automation account and linked Log Analytics workspace. After completing the onboarding process, configure the variables to customize the solution.
1313

1414
>[!NOTE]
15-
>To use this solution with Classic VMs, you need a Classic RunAs account, which is not created by default. For instructions on creating a Classic RunAs account, see [Classic Run-As Accounts](automation-create-standalone-account.md#classic-run-as-accounts).
15+
>To use this solution with Classic VMs, you need a Classic Run As account, which is not created by default. For instructions on creating a Classic Run As account, see [Create a Classic Run As account](automation-create-standalone-account.md#create-a-classic-run-as-account).
1616
>
1717
1818
## Enable solution

0 commit comments

Comments
 (0)