Skip to content

Commit ada13a0

Browse files
committed
Fixing build errors
1 parent 67c6e33 commit ada13a0

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

articles/automation/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
href: automation-use-azure-ad.md
2323
- name: Manage Office 365 services
2424
href: manage-office-365.md
25-
- name: Configure authentication with AWS
25+
- name: Authenticate Azure Automation runbooks with Amazon Web Services
2626
href: automation-config-aws-account.md
2727
- name: Encrypt secure assets in Azure Automation
2828
href: automation-secure-asset-encryption.md

articles/automation/automation-config-aws-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Configure authentication with Amazon Web Services
2+
title: Authenticate Azure Automation runbooks with Amazon Web Services
33
description: This article describes how to create and validate an AWS credential for runbooks in Azure Automation managing AWS resources.
44
keywords: aws authentication, configure aws
55
services: automation
66
ms.subservice: process-automation
77
ms.date: 04/17/2018
88
ms.topic: conceptual
99
---
10-
# Authenticate runbooks with Amazon Web Services
10+
# Authenticate Azure Automation runbooks with Amazon Web Services
1111

1212
Automating common tasks with resources in Amazon Web Services (AWS) can be accomplished with Automation runbooks in Azure. You can automate many tasks in AWS using Automation runbooks just like you can with resources in Azure. All that is required are two things:
1313

articles/automation/automation-connections.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,11 @@ In most cases, you don't need to create a connection resource because it is crea
3434
The cmdlets in the following table are used to create and manage Automation connections with Windows PowerShell. They ship as part of the [Azure PowerShell module](/powershell/azure/overview), which is available for use in Automation runbooks and DSC configurations.
3535

3636
|Cmdlet|Description|
37-
|:---|:---|
38-
|[Get-AzAutomationConnection](https://docs.microsoft.com/powershell/module/az.automation/get-azautomationconnection?view=azps-3.7.0
39-
)|Retrieves a connection. Includes a hashtable with the values of the connection fields.|
40-
|[New-AzAutomationConnection](https://docs.microsoft.com/powershell/module/az.automation/new-azautomationconnection?view=azps-3.7.0
41-
)|Creates a new connection.|
42-
|[Remove-AzAutomationConnection](https://docs.microsoft.com/powershell/module/Az.Automation/Remove-AzAutomationConnection?view=azps-3.7.0
43-
)|Removes an existing connection.|
44-
|[Set-AzAutomationConnectionFieldValue](https://docs.microsoft.com/powershell/module/Az.Automation/Set-AzAutomationConnectionFieldValue?view=azps-3.7.0
45-
)|Sets the value of a particular field for an existing connection.|
37+
|---|---|
38+
|[Get-AzAutomationConnection](https://docs.microsoft.com/powershell/module/az.automation/get-azautomationconnection?view=azps-3.7.0)|Retrieves a connection. Includes a hashtable with the values of the connection fields.|
39+
|[New-AzAutomationConnection](https://docs.microsoft.com/powershell/module/az.automation/new-azautomationconnection?view=azps-3.7.0)|Creates a new connection.|
40+
|[Remove-AzAutomationConnection](https://docs.microsoft.com/powershell/module/Az.Automation/Remove-AzAutomationConnection?view=azps-3.7.0)|Removes an existing connection.|
41+
|[Set-AzAutomationConnectionFieldValue](https://docs.microsoft.com/powershell/module/Az.Automation/Set-AzAutomationConnectionFieldValue?view=azps-3.7.0)|Sets the value of a particular field for an existing connection.|
4642

4743
## Activities
4844

0 commit comments

Comments
 (0)