Skip to content

Commit e92ca3e

Browse files
committed
Fixing build errors
1 parent a429e38 commit e92ca3e

24 files changed

+26
-27
lines changed

articles/automation/automation-security-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Automation account authentication overview
3-
description: Overview of Azure Automation security and authentication methods for Automation accounts
3+
description: This article provides an overview of Azure Automation security and authentication methods for Automation accounts.
44
keywords: automation security, secure automation; automation authentication
55
services: automation
66
ms.subservice: process-automation
@@ -16,7 +16,7 @@ When you start Azure Automation for the first time, you must create at least one
1616

1717
The Automation resources for each Automation account are associated with a single Azure region, but Automation accounts can manage all the resources in your subscription. The main reason to create Automation accounts in different regions would be if you have policies that require data and resources to be isolated to a specific region.
1818

19-
All tasks that you perform against resources using Azure Resource Manager and the Azure cmdlets in Azure Automation must authenticate to Azure using Azure Active Directory organizational identity credential-based authentication. Run As accounts in Azure Automation provide authentication for managing resources in Azure using the Azure cmdlets. When you create a Run As account, it creates a new service principal user in Azure Active Directory (AD) and assigns the Contributor role to this user at the subscription level. For runbooks that use Hybrid Runbook Workers on Azure virtual machines, you can use [runbook authentication with managed identities](automation-hrw-run-runbooks.md#runbook-auth-managed-identities) instead of Run As accounts to authenticate to your Azure resources.
19+
All tasks that you perform against resources using Azure Resource Manager and the Azure cmdlets in Azure Automation must authenticate to Azure using Azure Active Directory (Azure AD) organizational identity credential-based authentication. Run As accounts in Azure Automation provide authentication for managing resources in Azure using the Azure cmdlets. When you create a Run As account, it creates a new service principal user in Azure AD and assigns the Contributor role to this user at the subscription level. For runbooks that use Hybrid Runbook Workers on Azure virtual machines, you can use [runbook authentication with managed identities](automation-hrw-run-runbooks.md#runbook-auth-managed-identities) instead of Run As accounts to authenticate to your Azure resources.
2020

2121
The service principal for a Run as Account does not have permissions to read Azure AD by default. If you want to add permissions to read or manage Azure AD, you'll need to grant the permissions on the service principal under **API permissions**. To learn more, see [Add permissions to access web APIs](../active-directory/develop/quickstart-configure-app-access-web-apis.md#add-permissions-to-access-web-apis).
2222

articles/automation/how-to/move-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Move your Azure Automation account to another subscription
3-
description: How to move your Automation account to another subscription
3+
description: This article tells how to move your Automation account to another subscription.
44
services: automation
55
ms.service: automation
66
ms.subservice: process-automation

articles/automation/how-to/region-mappings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Support regions for linked Log Analytics workspace
3-
description: How to support region mappings between an Automation account and a Log Analytics workspace
3+
description: This article tells how to support region mappings between an Automation account and a Log Analytics workspace.
44
services: automation
55
ms.service: automation
66
ms.subservice: process-automation

articles/automation/learn/automation-tutorial-runbook-graphical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create a graphical runbook in Azure Automation
3-
description: Learn to create, test, and publish a simple graphical runbook in Azure Automation
3+
description: This article teaches you to create, test, and publish a simple graphical runbook in Azure Automation.
44
keywords: runbook, runbook template, runbook automation, azure runbook
55
services: automation
66
ms.subservice: process-automation

articles/automation/learn/automation-tutorial-runbook-textual-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create a PowerShell runbook in Azure Automation
3-
description: Learn to create, test, and publish a simple PowerShell runbook
3+
description: This article teaches you to create, test, and publish a simple PowerShell runbook.
44
keywords: azure powershell, powershell script tutorial, powershell automation
55
services: automation
66
ms.subservice: process-automation

articles/automation/learn/automation-tutorial-runbook-textual-python2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create a Python runbook in Azure Automation
3-
description: Learn to create, test, and publish a simple Python runbook
3+
description: This article teaches you to create, test, and publish a simple Python runbook.
44
services: automation
55
ms.subservice: process-automation
66
ms.date: 04/19/2020

articles/automation/learn/automation-tutorial-runbook-textual.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Create a PowerShell Workflow runbook in Azure Automation
3-
description: Learn to create, test, and publish a simple PowerShell Workflow runbook
4-
keywords: powershell workflow, powershell workflow examples, workflow powershell
3+
description: This article teaches you to create, test, and publish a simple PowerShell Workflow runbook.
54
services: automation
65
ms.subservice: process-automation
76
ms.date: 04/19/2020

articles/automation/shared-resources/certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage certificates in Azure Automation
3-
description: How to work with certificates for access by runbooks and DSC configurations
3+
description: This article tells how to work with certificates for access by runbooks and DSC configurations.
44
services: automation
55
ms.service: automation
66
ms.subservice: shared-capabilities

articles/automation/shared-resources/credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage credentials in Azure Automation
3-
description: How to create credential assets and use them in a runbook or DSC configuration
3+
description: This article tells how to create credential assets and use them in a runbook or DSC configuration.
44
services: automation
55
ms.service: automation
66
ms.subservice: shared-capabilities

articles/automation/shared-resources/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage modules in Azure Automation
3-
description: How to use PowerShell modules to enable cmdlets in runbooks and DSC resources in DSC configurations
3+
description: This article tells how to use PowerShell modules to enable cmdlets in runbooks and DSC resources in DSC configurations.
44
services: automation
55
ms.service: automation
66
author: mgoedtel

0 commit comments

Comments
 (0)